Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32 Descend into stand so boot32 gets built.



details:   https://anonhg.NetBSD.org/src/rev/034d4783af4f
branches:  trunk
changeset: 550240:034d4783af4f
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Aug 02 17:57:35 2003 +0000

description:
Descend into stand so boot32 gets built.

diffstat:

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

diffs (17 lines):

diff -r 80432a8ee8e5 -r 034d4783af4f sys/arch/acorn32/Makefile
--- a/sys/arch/acorn32/Makefile Sat Aug 02 14:45:08 2003 +0000
+++ b/sys/arch/acorn32/Makefile Sat Aug 02 17:57:35 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2003/01/06 17:40:20 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2003/08/02 17:57:35 bjh21 Exp $
 
 # Makefile for acorn32 tags file and boot blocks
 
@@ -24,6 +24,6 @@
            cd $$i && rm -f tags; ln -s ../tags tags; done
 
 
-SUBDIR=        compile include # stand
+SUBDIR=        compile include stand
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index