Use ${PRINTOBJDIR}.
This commit is contained in:
parent
bdf6ab32ff
commit
22a7a11f35
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.8 2002/03/04 16:43:10 shiba Exp $
|
# $NetBSD: Makefile,v 1.9 2002/03/05 20:41:28 thorpej Exp $
|
||||||
|
|
||||||
TOP= ${.CURDIR}/..
|
TOP= ${.CURDIR}/..
|
||||||
|
|
||||||
@ -6,9 +6,8 @@ TOP= ${.CURDIR}/..
|
|||||||
.include <bsd.kernobj.mk>
|
.include <bsd.kernobj.mk>
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
RAMDISK!=cd ${.CURDIR}/../ramdisk; \
|
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
||||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
||||||
${MAKE} -s -f-
|
|
||||||
|
|
||||||
MDSETIMAGE?= mdsetimage
|
MDSETIMAGE?= mdsetimage
|
||||||
INSTALL_KERNEL?=netbsd-INSTALL
|
INSTALL_KERNEL?=netbsd-INSTALL
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
# $NetBSD: Makefile,v 1.12 2002/03/04 16:43:10 shiba Exp $
|
# $NetBSD: Makefile,v 1.13 2002/03/05 20:41:29 thorpej Exp $
|
||||||
|
|
||||||
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
TOP= ${.CURDIR}/..
|
TOP= ${.CURDIR}/..
|
||||||
|
|
||||||
.include "${TOP}/Makefile.inc"
|
.include "${TOP}/Makefile.inc"
|
||||||
|
|
||||||
.ifndef NOTESOBJDIR
|
.ifndef NOTESOBJDIR
|
||||||
NOTESOBJDIR!=cd ${.CURDIR}/../../../notes/mac68k;${MAKE} ${MAKEFLAGS} -V .OBJDIR
|
NOTESOBJDIR!=cd ${.CURDIR}/../../../notes/mac68k && ${PRINTOBJDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
IMAGE= ramdisk.fs
|
IMAGE= ramdisk.fs
|
||||||
@ -66,5 +68,4 @@ clean cleandir distclean:
|
|||||||
.INTERRUPT: unconfig
|
.INTERRUPT: unconfig
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
.include <bsd.obj.mk>
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: Makefile,v 1.4 2002/02/21 15:07:38 tsutsui Exp $
|
# $NetBSD: Makefile,v 1.5 2002/03/05 20:43:33 thorpej Exp $
|
||||||
|
|
||||||
TOP= ${.CURDIR}/..
|
TOP= ${.CURDIR}/..
|
||||||
|
|
||||||
@ -19,9 +19,9 @@ FD_RDEV= /dev/r${FD}a
|
|||||||
MDEC= ${DESTDIR}/usr/mdec
|
MDEC= ${DESTDIR}/usr/mdec
|
||||||
|
|
||||||
LISTS= ${.CURDIR}/list
|
LISTS= ${.CURDIR}/list
|
||||||
RAMDISK!= cd $(.CURDIR)/../ramdisk/; \
|
|
||||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
|
RAMDISKDIR!= cd $(.CURDIR)/../ramdisk && ${PRINTOBJDIR}
|
||||||
${MAKE} -s -f-
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
||||||
|
|
||||||
DISKTYPE= floppy
|
DISKTYPE= floppy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user