Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/miniroot Fix path to `makesums'



details:   https://anonhg.NetBSD.org/src/rev/101454b60aac
branches:  trunk
changeset: 485014:101454b60aac
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Apr 16 21:27:00 2000 +0000

description:
Fix path to `makesums'

diffstat:

 distrib/miniroot/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r f7cc8adeac2c -r 101454b60aac distrib/miniroot/Makefile
--- a/distrib/miniroot/Makefile Sun Apr 16 21:01:43 2000 +0000
+++ b/distrib/miniroot/Makefile Sun Apr 16 21:27:00 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2000/04/16 19:17:18 matt Exp $
+#      $NetBSD: Makefile,v 1.28 2000/04/16 21:27:00 pk Exp $
 
 .include <bsd.own.mk>
 
@@ -74,11 +74,12 @@
        @echo setenv RELEASEDIR first
        @false
 .else
-release: $(IMAGE)
-       mkdir -p $(RELEASEDIR)/installation/miniroot
-       gzip -c -9 < $(.OBJDIR)/miniroot.fs \
-               > $(RELEASEDIR)/installation/miniroot/miniroot.fs.gz
-       ../sets/makesums -t $(RELEASEDIR)/installation/miniroot miniroot.fs
+release: ${IMAGE}
+       mkdir -p ${RELEASEDIR}/installation/miniroot
+       gzip -c -9 < ${.OBJDIR}/miniroot.fs \
+               > ${RELEASEDIR}/installation/miniroot/miniroot.fs.gz
+       ${.CURDIR}/../sets/makesums \
+               -t ${RELEASEDIR}/installation/miniroot miniroot.fs
                
 .endif # RELEASEDIR check
 .endif # DESTDIR check



Home | Main Index | Thread Index | Old Index