remove ${REV} from floppy names per new practice.
This commit is contained in:
parent
8da5f99663
commit
66d732b062
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.8 1997/11/05 03:39:55 perry Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.9 1997/11/29 21:19:01 perry Exp $
|
||||
|
||||
# TOP is assumed to be defined by Makefile including this one.
|
||||
|
||||
@ -10,13 +10,13 @@ VND_DEV= /dev/${VND}a
|
||||
VND_RDEV= /dev/r${VND}a
|
||||
VND_CDEV= /dev/${VND}d
|
||||
VND_CRDEV= /dev/r${VND}d
|
||||
IMAGE?= xxx-${REV}.fs
|
||||
IMAGE?= xxx.fs
|
||||
KERN?= netbsd-xxx
|
||||
MDEC= ${DESTDIR}/usr/mdec
|
||||
|
||||
LISTS= ${COMMONDIR}/list
|
||||
RAMDISK !=cd $(.CURDIR)/../ramdisk/; \
|
||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk-${REV}.fs\n" | \
|
||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
|
||||
${MAKE} -s -f-
|
||||
|
||||
DISKTYPE?= floppy3
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.1 1997/11/05 19:46:37 perry Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1997/11/29 21:19:03 perry Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
|
||||
IMAGE= boot${REV}-small.fs
|
||||
IMAGE= boot-small.fs
|
||||
KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL_SMALL/netbsd
|
||||
DISKTYPE= floppy5
|
||||
DISKSIZE= 2400
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.2 1997/06/17 16:50:00 perry Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1997/11/29 21:18:58 perry Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
|
||||
IMAGE= boot${REV}.fs
|
||||
IMAGE= boot.fs
|
||||
KERN= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
|
||||
|
||||
.include "${TOP}/bootfloppy-common/Makefile.inc"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.4 1997/07/29 18:07:53 phil Exp $
|
||||
# $NetBSD: Makefile,v 1.5 1997/11/29 21:19:05 perry Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
IMAGE= ramdisk-${REV}.fs
|
||||
IMAGE= ramdisk.fs
|
||||
|
||||
AUXTARGETS= install.sh upgrade.sh start.sh
|
||||
AUXCLEAN= ${AUXTARGETS}
|
||||
@ -17,7 +17,7 @@ VND_DEV= /dev/${VND}a
|
||||
VND_RDEV= /dev/r${VND}a
|
||||
VND_CDEV= /dev/${VND}d
|
||||
VND_CRDEV= /dev/r${VND}d
|
||||
IMAGE?= xxx-${REV}.fs
|
||||
IMAGE?= xxx.fs
|
||||
MDEC= ${DESTDIR}/usr/mdec
|
||||
|
||||
LISTS= list
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.3 1997/07/29 18:07:55 phil Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.4 1997/11/29 21:19:06 perry Exp $
|
||||
|
||||
# TOP is assumed to be defined by Makefile including this one.
|
||||
|
||||
@ -11,7 +11,7 @@ VND_DEV= /dev/${VND}a
|
||||
VND_RDEV= /dev/r${VND}a
|
||||
VND_CDEV= /dev/${VND}d
|
||||
VND_CRDEV= /dev/r${VND}d
|
||||
IMAGE?= xxx-${REV}.fs
|
||||
IMAGE?= xxx.fs
|
||||
MDEC= ${DESTDIR}/usr/mdec
|
||||
|
||||
LISTS= ${COMMONDIR}/list ${.CURDIR}/list
|
||||
|
Loading…
x
Reference in New Issue
Block a user