[Asterisk-Dev] Asterisk make clean and make looping??
asterisk at ropeguru.com
asterisk at ropeguru.com
Wed Nov 2 04:37:15 MST 2005
<SNIP>
> >> you could try changing the if section to read
> >>
> >> include/asterisk/version.h: FORCE
> >> build_tools/make_version_h > $@.tmp
> >> if cmp -s $@.tmp $@ ; then touch $@; else \
> >> cp $@.tmp $@ ; \
> >> fi
> >> rm -f $@.tmp
> >>
> >
>
> Has anyone with the problem tried my change ?
>
> T.
>
Juast made the change in the Makefile I am having an issue with and I
get the same looping effect. You seem to be more knowledgeable than I
with make, so could you explain why this section executes no matter what
argument is added when running make?? I get the loop no matter if I run
make, make clean, or make install. I thought that if I issues a "make
clean" is would jusmp to the section in the Makefile identified by
"clean:" which is after the section in question that is looping.
Thanks
Robert
More information about the asterisk-dev
mailing list