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/i386 | |
parent | 6879612b7d7e67eb54977949544e3092c4c2c71d (diff) |
step by step, more removal of differences
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/iso/Makefile | 4 | ||||
-rw-r--r-- | distrib/i386/ramdisk_cd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/i386/iso/Makefile b/distrib/i386/iso/Makefile index 7f7a9fa8c6d..c3f12ffd991 100644 --- a/distrib/i386/iso/Makefile +++ b/distrib/i386/iso/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2019/04/30 21:14:59 deraadt Exp $ +# $OpenBSD: Makefile,v 1.24 2019/04/30 23:37:32 deraadt Exp $ FS= install${OSrev}.fs FSSIZE= 921600 @@ -18,7 +18,7 @@ BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ XBASE= ${RELXDIR}/xbase${OSrev}.tgz ${RELXDIR}/xfont${OSrev}.tgz \ ${RELXDIR}/xshare${OSrev}.tgz ${RELXDIR}/xserv${OSrev}.tgz -all: ${CDROM} ${FS} +all: ${FS} ${CDROM} ${FS}: ${BASE} ${XBASE} bsd.gz dd if=/dev/zero of=${FS} bs=512 count=${FSSIZE} diff --git a/distrib/i386/ramdisk_cd/Makefile b/distrib/i386/ramdisk_cd/Makefile index 7ee54c5da0f..45b3308b92e 100644 --- a/distrib/i386/ramdisk_cd/Makefile +++ b/distrib/i386/ramdisk_cd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2019/04/30 23:25:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2019/04/30 23:37:32 deraadt Exp $ FS= miniroot${OSrev}.fs FSSIZE= 7936 @@ -103,7 +103,7 @@ install: .endif clean cleandir: - /bin/rm -f *.core mr.fs instbin instbin.mk instbin*.cache \ + rm -f *.core mr.fs instbin instbin.mk instbin*.cache \ *.o *.lo *.c bsd bsd.rd bsd.gz bsd.strip floppy*.fs \ lib*.a lib*.olist instbin.map boot instbin.conf ${FS} rm -rf mr.fs.d |