Revert 1.44 and associated changes; you can't prebuild anything without
includes, which is the case if you are building to an empty $DESTDIR. Fixes PR 5497. NOTE: This reverts us to the 1.3 behavior of requiring the secr set to be installed for non-exportable builds. While unfortunate, this allows a user to start with existing binary sets, rather than requiring special knowledge of how to build a domestic tree to $DESTDIR.
This commit is contained in:
parent
47391e90cb
commit
8c924375e8
14
Makefile
14
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.55 1998/05/21 11:53:49 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.56 1998/05/27 06:38:37 scottr Exp $
|
||||
|
||||
.include <bsd.own.mk> # for configuration variables.
|
||||
|
||||
|
@ -47,18 +47,6 @@ afterinstall:
|
|||
build: beforeinstall
|
||||
(cd ${.CURDIR}/share/mk && ${MAKE} install)
|
||||
(cd ${.CURDIR}/share/tmac && ${MAKE} && ${MAKE} install)
|
||||
.if exists(domestic) && !defined (EXPORTABLE_SYSTEM)
|
||||
.if exists(domestic/usr.bin/compile_et)
|
||||
(cd ${.CURDIR}/domestic/usr.bin/compile_et && \
|
||||
${MAKE} depend && ${MAKE} && \
|
||||
${MAKE} install)
|
||||
.endif
|
||||
.if exists(domestic/usr.bin/make_cmds)
|
||||
(cd ${.CURDIR}/domestic/usr.bin/make_cmds && \
|
||||
${MAKE} depend && ${MAKE} && \
|
||||
${MAKE} install)
|
||||
.endif
|
||||
.endif
|
||||
.if !defined(UPDATE)
|
||||
${MAKE} cleandir
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue