diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-30 23:37:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-30 23:37:33 +0000 |
commit | d547966bd5e1c7754dba039d69f6a000e69a190d (patch) | |
tree | 2670385b1f37ba5cb1c0e2f0028a3a173e64458a /distrib/alpha | |
parent | 6879612b7d7e67eb54977949544e3092c4c2c71d (diff) |
step by step, more removal of differences
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/miniroot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/alpha/miniroot/Makefile b/distrib/alpha/miniroot/Makefile index 0c6ae7ffc81..7e2e8f43106 100644 --- a/distrib/alpha/miniroot/Makefile +++ b/distrib/alpha/miniroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2019/04/30 23:25:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2019/04/30 23:37:31 deraadt Exp $ FS= miniroot${OSrev}.fs FSSIZE= 5760 @@ -87,9 +87,6 @@ mr.fs: instbin rm $@.d/instbin makefs ${MRMAKEFSARGS} $@ $@.d -instbin.conf: ${LISTS} - awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf - instbin.mk instbin.cache instbin.c: instbin.conf crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib \ -c instbin.c -e instbin -m instbin.mk instbin.conf @@ -98,6 +95,9 @@ instbin: instbin.mk instbin.cache instbin.c ${MAKE} -f instbin.mk SRCLIBDIR=${.CURDIR}/../../../lib all strip ${STRIPOPTS} instbin +instbin.conf: ${LISTS} + awk -f ${UTILS}/makeconf.awk ${LISTS} > instbin.conf + unconfig: -umount -f ${MOUNT_POINT} -[ -f vnd ] && vnconfig -u `cat vnd` && rm -f vnd |