mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Follow-up r298219: Don't error with 'make all install'.
Reported by: kib Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
a296502fe0
commit
4a70acf1dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298413
@ -180,7 +180,7 @@ CXXFLAGS+= ${CXXFLAGS.${.IMPSRC:T}}
|
|||||||
|
|
||||||
.if defined(SRCTOP)
|
.if defined(SRCTOP)
|
||||||
# Prevent rebuilding during install to support read-only objdirs.
|
# Prevent rebuilding during install to support read-only objdirs.
|
||||||
.if make(install) && empty(.MAKE.MODE:Mmeta)
|
.if !make(all) && make(install) && empty(.MAKE.MODE:Mmeta)
|
||||||
CFLAGS+= ERROR-tried-to-rebuild-during-make-install
|
CFLAGS+= ERROR-tried-to-rebuild-during-make-install
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user