Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies since we have ${TOP}, use it...



details:   https://anonhg.NetBSD.org/src/rev/2202fb1df9fd
branches:  trunk
changeset: 521909:2202fb1df9fd
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Feb 08 04:37:25 2002 +0000

description:
since we have ${TOP}, use it...

diffstat:

 distrib/i386/floppies/bootfloppy-big/Makefile   |  4 ++--
 distrib/i386/floppies/bootfloppy-ps2/Makefile   |  4 ++--
 distrib/i386/floppies/bootfloppy-small/Makefile |  4 ++--
 distrib/i386/floppies/bootfloppy-tiny/Makefile  |  4 ++--
 distrib/i386/floppies/fdset-com/Makefile        |  4 ++--
 distrib/i386/floppies/fdset-laptop/Makefile     |  4 ++--
 distrib/i386/floppies/fdset/Makefile            |  4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diffs (118 lines):

diff -r 50a25916a58e -r 2202fb1df9fd distrib/i386/floppies/bootfloppy-big/Makefile
--- a/distrib/i386/floppies/bootfloppy-big/Makefile     Fri Feb 08 04:33:03 2002 +0000
+++ b/distrib/i386/floppies/bootfloppy-big/Makefile     Fri Feb 08 04:37:25 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.13 2002/02/03 16:22:20 lukem Exp $
+#      $NetBSD: Makefile,v 1.14 2002/02/08 04:37:25 lukem Exp $
 
 TOP=   ${.CURDIR}/..
 
 .include "${TOP}/Makefile.inc"
 
 IMAGE= boot-big.fs
-KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \
+KERN!= cd ${TOP}/kernel-ramdisk/; \
         printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL.gz\n" | \
        ${MAKE} -s -f-
 
diff -r 50a25916a58e -r 2202fb1df9fd distrib/i386/floppies/bootfloppy-ps2/Makefile
--- a/distrib/i386/floppies/bootfloppy-ps2/Makefile     Fri Feb 08 04:33:03 2002 +0000
+++ b/distrib/i386/floppies/bootfloppy-ps2/Makefile     Fri Feb 08 04:37:25 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.3 2002/02/03 16:22:21 lukem Exp $
+#      $NetBSD: Makefile,v 1.4 2002/02/08 04:37:25 lukem Exp $
 
 TOP=   ${.CURDIR}/..
 
 .include "${TOP}/Makefile.inc"
 
 IMAGE= boot-ps2.fs
-KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \
+KERN!= cd ${TOP}/kernel-ramdisk/; \
         printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL_PS2.gz\n" | \
        ${MAKE} -s -f-
 
diff -r 50a25916a58e -r 2202fb1df9fd distrib/i386/floppies/bootfloppy-small/Makefile
--- a/distrib/i386/floppies/bootfloppy-small/Makefile   Fri Feb 08 04:33:03 2002 +0000
+++ b/distrib/i386/floppies/bootfloppy-small/Makefile   Fri Feb 08 04:37:25 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.10 2002/02/03 16:22:21 lukem Exp $
+#      $NetBSD: Makefile,v 1.11 2002/02/08 04:37:25 lukem Exp $
 
 TOP=   ${.CURDIR}/..
 
 .include "${TOP}/Makefile.inc"
 
 IMAGE= boot-small.fs
-KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \
+KERN!= cd ${TOP}/kernel-ramdisk/; \
         printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL_SMALL.gz\n" | \
        ${MAKE} -s -f-
 
diff -r 50a25916a58e -r 2202fb1df9fd distrib/i386/floppies/bootfloppy-tiny/Makefile
--- a/distrib/i386/floppies/bootfloppy-tiny/Makefile    Fri Feb 08 04:33:03 2002 +0000
+++ b/distrib/i386/floppies/bootfloppy-tiny/Makefile    Fri Feb 08 04:37:25 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.7 2002/02/03 16:22:21 lukem Exp $
+#      $NetBSD: Makefile,v 1.8 2002/02/08 04:37:25 lukem Exp $
 
 TOP=   ${.CURDIR}/..
 
 .include "${TOP}/Makefile.inc"
 
 IMAGE= boot-tiny.fs
-KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \
+KERN!= cd ${TOP}/kernel-ramdisk/; \
         printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL_TINY.gz\n" | \
        ${MAKE} -s -f-
 
diff -r 50a25916a58e -r 2202fb1df9fd distrib/i386/floppies/fdset-com/Makefile
--- a/distrib/i386/floppies/fdset-com/Makefile  Fri Feb 08 04:33:03 2002 +0000
+++ b/distrib/i386/floppies/fdset-com/Makefile  Fri Feb 08 04:37:25 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2002/02/03 16:22:23 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2002/02/08 04:40:07 lukem Exp $
 
 TOP=   ${.CURDIR}/..
 
@@ -7,7 +7,7 @@
 BASENAME=boot-com
 BOOTCODE=      ${MDEC}/biosboot_com0.sym       # Serial output
 
-KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \
+KERN!= cd ${TOP}/kernel-ramdisk/; \
         printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL.gz\n" | \
        ${MAKE} -s -f-
 
diff -r 50a25916a58e -r 2202fb1df9fd distrib/i386/floppies/fdset-laptop/Makefile
--- a/distrib/i386/floppies/fdset-laptop/Makefile       Fri Feb 08 04:33:03 2002 +0000
+++ b/distrib/i386/floppies/fdset-laptop/Makefile       Fri Feb 08 04:37:25 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.3 2002/02/03 16:22:23 lukem Exp $
+#      $NetBSD: Makefile,v 1.4 2002/02/08 04:40:07 lukem Exp $
 
 TOP=   ${.CURDIR}/..
 
 .include "${TOP}/Makefile.inc"
 
-KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \
+KERN!= cd ${TOP}/kernel-ramdisk/; \
         printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL_LAPTOP.gz\n" | \
        ${MAKE} -s -f-
 BASENAME=bootlap
diff -r 50a25916a58e -r 2202fb1df9fd distrib/i386/floppies/fdset/Makefile
--- a/distrib/i386/floppies/fdset/Makefile      Fri Feb 08 04:33:03 2002 +0000
+++ b/distrib/i386/floppies/fdset/Makefile      Fri Feb 08 04:37:25 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.6 2002/02/03 16:22:22 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2002/02/08 04:40:07 lukem Exp $
 
 TOP=   ${.CURDIR}/..
 
 .include "${TOP}/Makefile.inc"
 
-KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \
+KERN!= cd ${TOP}/kernel-ramdisk/; \
         printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL.gz\n" | \
        ${MAKE} -s -f-
 



Home | Main Index | Thread Index | Old Index