Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/arm32/ramdisk pull up rev 1.3 from trunk. (cgd)



details:   https://anonhg.NetBSD.org/src/rev/5517ab7211c2
branches:  netbsd-1-4
changeset: 469109:5517ab7211c2
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Jun 27 00:01:44 1999 +0000

description:
pull up rev 1.3 from trunk. (cgd)

diffstat:

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

diffs (38 lines):

diff -r 5c6a2200c239 -r 5517ab7211c2 distrib/arm32/ramdisk/list
--- a/distrib/arm32/ramdisk/list        Sat Jun 26 23:57:16 1999 +0000
+++ b/distrib/arm32/ramdisk/list        Sun Jun 27 00:01:44 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.2 1998/09/29 03:08:47 mark Exp $
+#      $NetBSD: list,v 1.2.2.1 1999/06/27 00:01:44 cgd Exp $
 
 # copy the crunched binary, link to it, and kill it
 COPY   ${OBJDIR}/ramdiskbin            ramdiskbin
@@ -71,21 +71,21 @@
 SPECIAL        pwd_mkdb -p -d ./ etc/master.passwd
 
 # and the common installation tools
-#COPY  dot.commonutils                 .commonutils
-COPY   termcap.pc3                     usr/share/misc/termcap
+#COPY  ${CURDIR}/dot.commonutils               .commonutils
+COPY   ${CURDIR}/termcap.pc3                   usr/share/misc/termcap
 
 # the disktab explanation file
-COPY   disktab.preinstall              etc/disktab.preinstall
+COPY   ${CURDIR}/disktab.preinstall            etc/disktab.preinstall
 
-#COPY  inst.sh                         usr/local/sbin/inst
+#COPY  ${CURDIR}/inst.sh                       usr/local/sbin/inst
 
 # and the installation tools
-COPY   dot.profile                     .profile
-#COPY  dot.instutils                   .instutils
+COPY   ${CURDIR}/dot.profile           .profile
+#COPY  ${CURDIR}/dot.instutils         .instutils
 #COPY  ${OBJDIR}/install.sh            install
 #COPY  ${OBJDIR}/upgrade.sh            upgrade
 #COPY  ${OBJDIR}/start.sh              start
-COPY   dot.hdprofile                   tmp/.hdprofile
+COPY   ${CURDIR}/dot.hdprofile         tmp/.hdprofile
 #SPECIAL       chmod 755 install
 #SPECIAL       chmod 755 upgrade
 #SPECIAL       chmod 755 start



Home | Main Index | Thread Index | Old Index