make -j patch -- part 1 all targets [gcc/Makefile.in]

DJ Delorie dj@redhat.com
Wed May 23 15:52:00 GMT 2001


> In dependency lines, it does.  Compare

Yeah, I noticed.  It means we could have inconsistent rules like this
example.  We'll have to be careful.

FOO = abc

bar : $(FOO)
	echo $(FOO)

FOO = def



More information about the Gcc-patches mailing list