Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/stand Don't build anything while bootblocks ar...



details:   https://anonhg.NetBSD.org/src/rev/e53ce1ccf5b4
branches:  trunk
changeset: 467375:e53ce1ccf5b4
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Mar 23 22:23:11 1999 +0000

description:
Don't build anything while bootblocks are being updated.

diffstat:

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

diffs (13 lines):

diff -r 949ee31e4df9 -r e53ce1ccf5b4 sys/arch/pmax/stand/Makefile
--- a/sys/arch/pmax/stand/Makefile      Tue Mar 23 22:15:36 1999 +0000
+++ b/sys/arch/pmax/stand/Makefile      Tue Mar 23 22:23:11 1999 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.11 1999/01/21 12:33:39 simonb Exp $
+#      $NetBSD: Makefile,v 1.12 1999/03/23 22:23:11 simonb Exp $
 #      @(#)Makefile    8.3 (Berkeley) 2/16/94
 
-SUBDIR=        libsa scsiboot
+#SUBDIR=       libsa scsiboot
 
 all-scsiboot: all-libsa
 



Home | Main Index | Thread Index | Old Index