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/ramdisk Pullup 1.23 [pk]:



details:   https://anonhg.NetBSD.org/src/rev/1999fccb5b4f
branches:  netbsd-1-5
changeset: 490055:1999fccb5b4f
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Nov 01 03:06:26 2000 +0000

description:
Pullup 1.23 [pk]:
Drop `release' target; we don't need it.

diffstat:

 distrib/sparc/ramdisk/Makefile |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (25 lines):

diff -r f9679b404d3f -r 1999fccb5b4f distrib/sparc/ramdisk/Makefile
--- a/distrib/sparc/ramdisk/Makefile    Wed Nov 01 03:05:24 2000 +0000
+++ b/distrib/sparc/ramdisk/Makefile    Wed Nov 01 03:06:26 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18.4.1 2000/10/19 14:24:22 tv Exp $
+#      $NetBSD: Makefile,v 1.18.4.2 2000/11/01 03:06:26 tv Exp $
 #
 # ramdisk.fs is the microroot filesystem intended for use with
 # the INSTALL kernel. It provides just enough tools to extract the
@@ -76,15 +76,5 @@
        /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
        ${CBIN}.conf *.o *.cro *.c
 
-.ifndef RELEASEDIR
-release:
-       @echo setenv RELEASEDIR first
-       @false
-.else
-release: $(IMAGE)
-       gzip -c -9 < $(.OBJDIR)/ramdisk.fs \
-               > $(RELEASEDIR)/installation/bootfs/ramdisk.fs.gz
-.endif # RELEASEDIR check
-
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index