Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/x68k/floppies/ramdisk Pull up revision 1.13 (vi...



details:   https://anonhg.NetBSD.org/src/rev/4c190fe4fb77
branches:  netbsd-1-4
changeset: 470773:4c190fe4fb77
user:      he <he%NetBSD.org@localhost>
date:      Sun Jul 09 21:45:02 2000 +0000

description:
Pull up revision 1.13 (via patch, requested by minoura):
  Automatically descend to the distrib dir in ``make release''.

diffstat:

 distrib/x68k/floppies/ramdisk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b4b2c7a2c630 -r 4c190fe4fb77 distrib/x68k/floppies/ramdisk/Makefile
--- a/distrib/x68k/floppies/ramdisk/Makefile    Sun Jul 09 21:44:36 2000 +0000
+++ b/distrib/x68k/floppies/ramdisk/Makefile    Sun Jul 09 21:45:02 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7.2.2 1999/07/09 15:01:00 perry Exp $
+#      $NetBSD: Makefile,v 1.7.2.3 2000/07/09 21:45:02 he Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -65,6 +65,8 @@
 HACKSRC=${TOP}/../../utils/libhack
 .include "${HACKSRC}/Makefile.inc"
 
+release:
+
 clean cleandir distclean:
        /bin/rm -f ${AUXCLEAN} *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c
 



Home | Main Index | Thread Index | Old Index