Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
This commit is contained in:
parent
b6e7b17180
commit
1d1d02da94
|
@ -1,4 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2002/02/16 01:53:52 reinoud Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2002/03/05 21:23:30 thorpej Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
ITARGET= ${RELEASEDIR}/installation
|
||||
IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2002/03/05 19:57:47 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2002/03/05 21:23:28 thorpej Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
IMAGE= cdhdtape
|
||||
IMAGESIZE= 5760
|
||||
|
@ -62,5 +64,4 @@ clean cleandir distclean:
|
|||
# nothing to do here
|
||||
depend includes lint regress tags:
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2002/03/05 19:57:47 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2002/03/05 21:23:28 thorpej Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
IMAGE1= disk1of2
|
||||
IMAGE2= disk2of2
|
||||
|
@ -63,5 +65,4 @@ clean cleandir distclean:
|
|||
# nothing to do here
|
||||
depend includes lint regress tags:
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.15 2002/03/05 19:57:47 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2002/03/05 21:23:28 thorpej Exp $
|
||||
|
||||
.include "../../../../Makefile.inc"
|
||||
.include <bsd.own.mk>
|
||||
|
||||
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
||||
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
||||
|
@ -28,5 +29,4 @@ release:
|
|||
depend includes lint regress tags:
|
||||
|
||||
.include <bsd.kernobj.mk>
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2002/02/09 13:56:49 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2002/03/05 21:23:29 thorpej Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
ITARGET= ${RELEASEDIR}/installation
|
||||
IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile.inc,v 1.6 2002/03/05 20:01:34 thorpej Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 2002/03/05 21:23:29 thorpej Exp $
|
||||
|
||||
# TOP is assumed to be defined by Makefile including this one.
|
||||
|
||||
COMMONDIR= ${TOP}/bootfloppy-common
|
||||
|
||||
.include <bsd.kernobj.mk>
|
||||
.include <bsd.own.mk>
|
||||
|
||||
MOUNT_POINT?= /mnt
|
||||
VND?= vnd0
|
||||
|
@ -63,6 +64,5 @@ netbsd.ram.gz: ${KERN} ${RAMDISK}
|
|||
clean cleandir:
|
||||
/bin/rm -f *.core ${IMAGE} ${CLEANFILES}
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.8 2002/02/18 03:38:01 shin Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2002/03/05 21:23:29 thorpej Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.include <bsd.obj.mk>
|
||||
.include <bsd.kernobj.mk>
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR=
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2002/03/05 20:41:29 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2002/03/05 21:23:29 thorpej Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -67,5 +67,4 @@ clean cleandir distclean:
|
|||
|
||||
.INTERRUPT: unconfig
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.8 2001/11/09 20:52:19 tsutsui Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2002/03/05 21:23:29 thorpej Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
IMAGE= boot.fs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2002/03/05 20:43:33 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2002/03/05 21:23:30 thorpej Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
|
@ -84,5 +84,4 @@ clean cleandir distclean:
|
|||
real-floppy:
|
||||
dd if=${IMAGE} of=${FD_RDEV} bs=45k
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2002/02/09 13:56:52 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2002/03/05 21:23:31 thorpej Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
.include <bsd.kernobj.mk>
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile.inc,v 1.2 2001/10/21 23:23:22 jmc Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.3 2002/03/05 21:23:30 thorpej Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
IMAGE?= boot.fs
|
||||
|
@ -33,5 +34,4 @@ release:
|
|||
clean cleandir distclean:
|
||||
rm -f *.core ${IMAGE} ${CLEANFILES}
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2002/03/05 21:16:51 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2002/03/05 21:23:31 thorpej Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -33,5 +33,4 @@ release:
|
|||
depend includes lint regress tags:
|
||||
|
||||
.include <bsd.kernobj.mk>
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2002/03/05 21:16:52 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2002/03/05 21:23:30 thorpej Exp $
|
||||
#
|
||||
# instfs.tgz is the filesystem image for disk 2 of the floppy based
|
||||
# installation method.
|
||||
|
@ -10,6 +10,7 @@ TOP= ${.CURDIR}/..
|
|||
MINIROOT= ${.CURDIR}/../xminiroot
|
||||
|
||||
.include "${TOP}/Makefile.inc"
|
||||
.include <bsd.own.mk>
|
||||
|
||||
MINIROOT_DIR!= cd ${MINIROOT} && ${PRINTOBJDIR}
|
||||
MINIROOT_IMAGE= ${MINIROOT_DIR}/miniroot.fs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2001/10/21 23:23:23 jmc Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2002/03/05 21:23:30 thorpej Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
|
@ -31,6 +31,5 @@ release:
|
|||
clean cleandir distclean:
|
||||
rm -f *.core ${KERNELS}
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
Loading…
Reference in New Issue