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: make -j patch -- part 1 all targets [gcc/Makefile.in]



> 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


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