diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2014-08-26 20:19:27 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2014-08-26 20:19:27 +0000 |
commit | 3168a8b06f15a4f7b719dca5af4701f48608caee (patch) | |
tree | 6ce1714ddbbf654ed9dd90f3c6d611aaa7dde79f /Makefile | |
parent | 1011e5941bf5ceacc24b6fc393a693c653a59a00 (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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |