Source-Changes-HG archive

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

[src/trunk]: src/distrib/arm32/ramdisk Remove extraneous .. in makeobsolete p...



details:   https://anonhg.NetBSD.org/src/rev/8a8b748a5ae6
branches:  trunk
changeset: 480355:8a8b748a5ae6
user:      mark <mark%NetBSD.org@localhost>
date:      Mon Jan 10 00:24:43 2000 +0000

description:
Remove extraneous .. in makeobsolete path.

diffstat:

 distrib/arm32/ramdisk/list |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 22a3bafb52f6 -r 8a8b748a5ae6 distrib/arm32/ramdisk/list
--- a/distrib/arm32/ramdisk/list        Sun Jan 09 23:12:30 2000 +0000
+++ b/distrib/arm32/ramdisk/list        Mon Jan 10 00:24:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.6 1999/11/23 23:16:03 simonb Exp $
+#      $NetBSD: list,v 1.7 2000/01/10 00:24:43 mark Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -94,5 +94,5 @@
 #SPECIAL       chmod 755 start
 
 #the lists of obsolete files used by sysinst  
-SPECIAL sh ${CURDIR}/../../../../distrib/sets/makeobsolete -b -s ${CURDIR}/../../../distrib/sets -t ./dist
+SPECIAL sh ${CURDIR}/../../../distrib/sets/makeobsolete -b -s ${CURDIR}/../../../distrib/sets -t ./dist
 



Home | Main Index | Thread Index | Old Index