summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-08-30 13:48:16 +0000
committerru <ru@FreeBSD.org>2003-08-30 13:48:16 +0000
commit9b5be00088dff6d98fd2bf038904354d0ac0cf53 (patch)
tree88da9014bf01588437f1ad7c96bb7df57bbae0ed /Makefile.inc1
parentdfb52d2c750693ac2da425c390e7f28160a8b508 (diff)
downloadFreeBSD-src-9b5be00088dff6d98fd2bf038904354d0ac0cf53.zip
FreeBSD-src-9b5be00088dff6d98fd2bf038904354d0ac0cf53.tar.gz
Revert rev. 1.378, and restore the correct arithmetic expression
syntax. The make buildworld mv /usr/include /usr/include.old make installworld issue has been fixed a month ago in Makefile,v 1.285, and there is no valid reason to continue to keep the wrong syntax here -- buildworld takes care of upgrading a make for you if necessary. But if you find yourself in an environment with an old make(1) binary that breaks on this, and this is because you attempted to run a target other than buildworld, don't whine but try again with -DALWAYS_CHECK_MAKE defined -- it should do the trick. Otherwise, if you still have a problem, please report it as a bug and attach the ``make -dl ...'' output. Reviewed by: marcel
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 12ba373..8e1b2d7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -758,7 +758,7 @@ _btxld= usr.sbin/btxld
.if (!defined(NO_RESCUE) || \
defined(RELEASEDIR)) && \
- ( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 )
+ (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)
_crunchide= usr.sbin/crunch/crunchide
.endif
OpenPOWER on IntegriCloud