mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-20 09:44:47 +00:00
fix race condition when building libcommon.a with make -j, use ../Makefile.inc
This commit is contained in:
parent
df16fb10d6
commit
7e408736da
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.5 1997/10/16 23:24:18 lukem Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.6 1997/10/17 10:38:21 lukem Exp $
|
||||
|
||||
LIBCOMMON != cd ${.CURDIR}/../common;\
|
||||
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
||||
@ -6,5 +6,4 @@ CFLAGS+=-I${.CURDIR}/../common
|
||||
DPADD+= ${LIBKVM} ${LIBCOMMON}/libcommon.a
|
||||
LDADD+= -lkvm -L${LIBCOMMON} -lcommon
|
||||
|
||||
BINDIR?= /usr/sbin
|
||||
WARNS?= 1
|
||||
.include "../Makefile.inc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user