Hi DJ,
I agree that an infinite loop isn't exactly helpful. I believe the
original code for that aspect of contrib/gcc_update was contributed
by Alexandre; perhaps he's got an idea?
Gerald
On Tue, 1 Apr 2008, DJ Delorie wrote:
> we use the following logic:
>
> ... :
> @for f in $? $@; d
we use the following logic:
... :
@for f in $? $@; do test -f $$f || exit 0; done; \
echo Touching [EMAIL PROTECTED]; \
touch $@
We have the following chain of dependencies:
gcc/configure: gcc/configure.ac
gcc/cstamp-h.in: gcc/configure.ac
gcc/config.in: gcc/cstamp-h.in