cvs commit: src/release Makefile
Ruslan Ermilov
ru at FreeBSD.org
Fri Oct 31 05:15:09 PST 2003
ru 2003/10/31 05:15:08 PST
FreeBSD src repository
Modified files:
release Makefile
Log:
Combining "all" and "install" in one invocation is a very bad idea as
conditional evaluation is done only once in this case, and this may
not account for the fact that some conditionals would be evaluated
differently if "all" has already been run, like is the case with the
loader.help existance check in sys/boot/alpha/common/Makefile.common,
beforeinstall target. This should fix Alpha snapshot builds.
Revision Changes Path
1.822 +2 -1 src/release/Makefile
More information about the cvs-src
mailing list