This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc_update bug



>>> +    echo '	@for f in $?; do test ! -f $$f && exit 0; done; \' >> Makefile.$$

> I'd generally prefer to rewrite this command as:

>         for f in $?; do test -f $$f || exit 0; done

> so that all compound commands succeed.

> If nobody opposes, I'll make this change.

The change is fine by me.  Feel free to undo the 'true;' I stuck in
there.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]