Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sun2/miniroot don't use ${OBJDIR}, using just 'insta...
details: https://anonhg.NetBSD.org/src/rev/8210eea172ff
branches: trunk
changeset: 526634:8210eea172ff
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue May 07 09:14:15 2002 +0000
description:
don't use ${OBJDIR}, using just 'install.sub' in IMAGEDEPENDS should work fine
add install.sub to CLEANFILES
diffstat:
distrib/sun2/miniroot/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r f59d3a13f109 -r 8210eea172ff distrib/sun2/miniroot/Makefile
--- a/distrib/sun2/miniroot/Makefile Tue May 07 09:06:51 2002 +0000
+++ b/distrib/sun2/miniroot/Makefile Tue May 07 09:14:15 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/05/02 18:02:57 lukem Exp $
+# $NetBSD: Makefile,v 1.11 2002/05/07 09:14:15 jdolecek Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -61,15 +61,17 @@
${DESTDIR}/usr/sbin/rdate \
${DISTRIBDIR}/miniroot/install.sh \
${DISTRIBDIR}/miniroot/upgrade.sh \
- ${OBJDIR}/install.sub
+ install.sub
IMAGEPOSTBUILD= ${INSTALLBOOT} -m ${MACHINE} -v ${IMAGE} \
${DESTDIR}/usr/mdec/bootxx /ufsboot
IMAGE_RELEASEDIR= installation/miniroot
-install.sub : ${DISTRIBDIR}/miniroot/install.sub
+install.sub: ${DISTRIBDIR}/miniroot/install.sub
sed -e "/^VERSION=/s/=.*/=${DISTRIBREV}/" < $? > $@
+CLEANFILES+= install.sub
+
.include "${DISTRIBDIR}/common/Makefile.makedev"
.include "${DISTRIBDIR}/common/Makefile.image"
Home |
Main Index |
Thread Index |
Old Index