Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/stand Make libsa build first as other items d...



details:   https://anonhg.NetBSD.org/src/rev/248272281662
branches:  trunk
changeset: 556198:248272281662
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Dec 09 15:46:01 2003 +0000

description:
Make libsa build first as other items depend on it (for -j builds)

diffstat:

 sys/arch/atari/stand/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 8df6c28ef82d -r 248272281662 sys/arch/atari/stand/Makefile
--- a/sys/arch/atari/stand/Makefile     Tue Dec 09 15:42:31 2003 +0000
+++ b/sys/arch/atari/stand/Makefile     Tue Dec 09 15:46:01 2003 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.9 2001/10/13 20:40:43 leo Exp $
+#      $NetBSD: Makefile,v 1.10 2003/12/09 15:46:01 jmc Exp $
 
 #
 # Note that the directory 'tostools' should never show up...
 #
-SUBDIR=        libsa ahdilabel binpatch bootpref bootxx bootxxx edahdi installboot \
-       keymaps loadkmap msconfig xxboot
+SUBDIR=        libsa .WAIT ahdilabel binpatch bootpref bootxx bootxxx edahdi \
+       installboot keymaps loadkmap msconfig xxboot
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index