[PATCH] Don't hardcode the makefile name in config-ml.in

Andreas Schwab schwab@suse.de
Mon Nov 26 14:47:00 GMT 2007


Paolo Bonzini <bonzini@gnu.org> writes:

> If I understand correctly, the ${Makefile} in
>
> 	  for dir in ${Makefile} $(MULTIDIRS); do \
>
> is just a way to avoid an error if MULTIDIRS is empty but [ -z 
> "$(MULTIDIRS)" ] does not get it?

It would be a syntax error in some shells, and the test is part of the
same command, so the loop command would be parsed nevertheless.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc-patches mailing list