Source-Changes-HG archive

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

[src/netbsd-2-0]: src/distrib/acorn32/stand Pull up revision 1.17 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/54f565885317
branches:  netbsd-2-0
changeset: 561433:54f565885317
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 08:37:46 2004 +0000

description:
Pull up revision 1.17 (requested by abs in ticket #497):
Ensure tmp/BtNetBSD depends on ${UUDECODE_FILES} so "make release" works

diffstat:

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

diffs (18 lines):

diff -r 3210de26ab98 -r 54f565885317 distrib/acorn32/stand/Makefile
--- a/distrib/acorn32/stand/Makefile    Thu Jun 17 08:36:17 2004 +0000
+++ b/distrib/acorn32/stand/Makefile    Thu Jun 17 08:37:46 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10.2.6 2004/06/17 08:23:42 tron Exp $
+#      $NetBSD: Makefile,v 1.10.2.7 2004/06/17 08:37:46 tron Exp $
 #
 
 .include <bsd.own.mk>
@@ -102,7 +102,7 @@
 .endfor
 
 .PHONY: tmp/BtNetBSD
-tmp/BtNetBSD: setup_tmp settypes
+tmp/BtNetBSD: setup_tmp ${UUDECODE_FILES} settypes
        cp ${KERNOBJDIR}/INSTALL/netbsd tmp/BtNetBSD/InstKern,1a9
        cp ${BOOTLOADER} 'tmp/BtNetBSD/!BtNetBSD/boot32,ffa'
        ${TOOL_MDSETIMAGE} tmp/BtNetBSD/InstKern,1a9 ${RAMDISKDIR}/ramdisk.fs



Home | Main Index | Thread Index | Old Index