mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-03-09 12:05:57 +00:00
fix race condition when building libcommon.a with make -j, use ../Makefile.inc
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user