Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/mac68k/instkernel/instkernel Unapply change in ...



details:   https://anonhg.NetBSD.org/src/rev/3fd7a4b8023a
branches:  netbsd-1-4
changeset: 469864:3fd7a4b8023a
user:      he <he%NetBSD.org@localhost>
date:      Thu Dec 16 22:57:12 1999 +0000

description:
Unapply change in 1.1.2.1, accidentally committed on the netbsd-1-4
branch.  If the change is "correct" it will be pulled up later, after
being applied on the trunk.

diffstat:

 distrib/mac68k/instkernel/instkernel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r edbae1cb5e38 -r 3fd7a4b8023a distrib/mac68k/instkernel/instkernel/Makefile
--- a/distrib/mac68k/instkernel/instkernel/Makefile     Thu Dec 16 22:49:20 1999 +0000
+++ b/distrib/mac68k/instkernel/instkernel/Makefile     Thu Dec 16 22:57:12 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.1 1999/12/12 18:00:29 fredb Exp $
+#      $NetBSD: Makefile,v 1.1.2.2 1999/12/16 22:57:12 he Exp $
 
 RAMDISK!=cd ${.CURDIR}/../ramdisk; \
        printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/ramdisk.fs\n" | \
@@ -9,7 +9,7 @@
 all:
        cp ${KERNEL} netbsd
        mdsetimage -T 0x0 -v netbsd ${RAMDISK}
-#      strip netbsd
+       strip netbsd
        gzip -f netbsd
 
 clean cleandir distclean:



Home | Main Index | Thread Index | Old Index