Subject: kern/3257: make -j 5 depend sometimes fails
To: None <gnats-bugs@gnats.netbsd.org>
From: Andrew Wheadon <andrew@wipux2.wifo.uni-mannheim.de>
List: netbsd-bugs
Date: 02/25/1997 14:56:39
>Number: 3257
>Category: kern
>Synopsis: lib/libkern/Makefile.inc is not make -j 5 depend compatible
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people (Kernel Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 25 06:05:02 1997
>Last-Modified:
>Originator:
>Organization:
The cost of living hasn't affected its popularity. (Mark Twain)
current release=doc host=netbsd.wifo.uni-mannheim.de \ "NetBSD-current mirror"
hostbase=/mit/ftp/pub/NetBSD base=/usr prefix=/usr backup delete use-rel-suffix
>Release: 25.02.97
>Environment:
System: NetBSD wipux2.wifo.uni-mannheim.de 1.2C NetBSD 1.2C (WIPOOL) #1: Tue Feb 25 14:24:56 MET 1997 toor@wipux2.wifo.uni-mannheim.de:/src/src/sys/arch/i386/compile/WIPOOL i386
>Description:
running make -j 5 depend sometimes fails (always
with config in ~ftp/pub/misc/WIP) when making directory
for libkern
>How-To-Repeat:
get ftp://wipux2.wifo.uni-mannheim.de/pub/misc/WIP
rm -fr /sys/arch/i386/compile/WIP; cd .... ; config WIP
cd ../compile/WIP ; make -j 5 depend
>Fix:
--- lib/libkern/Makefile.inc.old Mon Feb 17 08:01:06 1997
+++ lib/libkern/Makefile.inc Tue Feb 25 14:55:36 1997
@@ -71,4 +71,4 @@
@${KERNMAKE} depend
__always_make_kernlib: .NOTMAIN
- @mkdir -p ${KERNDST}
+ @(mkdir -p ${KERNDST})
>Audit-Trail:
>Unformatted: