summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Peichaer <rpe@cvs.openbsd.org>2014-08-26 20:19:27 +0000
committerRobert Peichaer <rpe@cvs.openbsd.org>2014-08-26 20:19:27 +0000
commit3168a8b06f15a4f7b719dca5af4701f48608caee (patch)
tree6ce1714ddbbf654ed9dd90f3c6d611aaa7dde79f /Makefile
parent1011e5941bf5ceacc24b6fc393a693c653a59a00 (diff)
Create etc set during 'make build' and embed it in base set to make
it available during a regular install or upgrade so that it doesn't need to be independently fetched. Idea, directions and OK deraadt@ Feedback and Ok halex@ and aja@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c82d992fca1..675c7c7c7ac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.122 2014/07/09 19:23:28 espie Exp $
+# $OpenBSD: Makefile,v 1.123 2014/08/26 20:19:25 rpe Exp $
#
# For more information on building in tricky environments, please see
@@ -80,6 +80,7 @@ build:
cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && \
NOMAN=1 exec ${SUDO} ${MAKE} install
${MAKE} depend && ${MAKE} && exec ${SUDO} ${MAKE} install
+ ${SUDO} /bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE}
.endif
CROSS_TARGETS=cross-env cross-dirs cross-obj cross-includes cross-binutils \