This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "cd dir && $(MAKE)", not "cd dir; $(MAKE)"


	  (cd etc; $(MAKE) $(FLAGS_TO_PASS) check)
Just FYI,

If there is no etc/, the above should barf. This is because MAKE runs /bin/sh -e and the unchecked `cd''s error status should cause an abort.

enjoy,
Andrew



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