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)"


I agree that && is better than ;

but if the etc directory is missing yet needed, something else is
broken.  We should fix that problem first.

Why is your build trying to install a directory it hasn't built?  Mine
seems to work, unless I "rm -rf etc".  It seems the install targets
don't depend on the build targets (which is probably a reasonable
assumption).


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