Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/instfs Fix release: target



details:   https://anonhg.NetBSD.org/src/rev/f19c72bfb0b7
branches:  trunk
changeset: 498394:f19c72bfb0b7
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Oct 22 14:18:11 2000 +0000

description:
Fix release: target

diffstat:

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

diffs (20 lines):

diff -r 5a5dd98fcb97 -r f19c72bfb0b7 distrib/sparc/instfs/Makefile
--- a/distrib/sparc/instfs/Makefile     Sun Oct 22 12:49:27 2000 +0000
+++ b/distrib/sparc/instfs/Makefile     Sun Oct 22 14:18:11 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2000/10/20 11:56:58 pk Exp $
+#      $NetBSD: Makefile,v 1.3 2000/10/22 14:18:11 pk 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