Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/sparc/instfs Pullup 1.2 [pk]:



details:   https://anonhg.NetBSD.org/src/rev/fcf7369b49c9
branches:  netbsd-1-5
changeset: 490000:fcf7369b49c9
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Oct 30 22:20:32 2000 +0000

description:
Pullup 1.2 [pk]:
Fix `release:' target.

diffstat:

 distrib/sparc/instfs/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d3c17114b505 -r fcf7369b49c9 distrib/sparc/instfs/Makefile
--- a/distrib/sparc/instfs/Makefile     Mon Oct 30 22:08:07 2000 +0000
+++ b/distrib/sparc/instfs/Makefile     Mon Oct 30 22:20:32 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.1 2000/10/19 14:24:21 tv Exp $
+#      $NetBSD: Makefile,v 1.1.2.2 2000/10/30 22:20:32 tv Exp $
 #
 # instfs.tgz is the filesystem image for disk 2 of the floppy based
 # installation method.
@@ -47,8 +47,8 @@
        @echo setenv RELEASEDIR first
        @false
 .else
-release: $(INSTFS)
-       cp ${OBJDIR}/${INSTFS} $(RELEASEDIR)/installation/bootfs
+release: ${INSTFS}
+       cp ${INSTFS} $(RELEASEDIR)/installation/bootfs
 .endif # RELEASEDIR check
 
 .include <bsd.obj.mk>



Home | Main Index | Thread Index | Old Index