Document a race condition issue
This commit is contained in:
parent
b5d49ab82e
commit
2e529e785a
|
@ -19,6 +19,8 @@ cflags=-W -Wall -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector
|
|||
[cpp]
|
||||
type=binary
|
||||
sources=main.c
|
||||
#XXX should really use this (race condition with "make -k")
|
||||
depends=$(OBJDIR)lib/libcpp$(SOEXT)
|
||||
depends=$(OBJDIR)lib/libcpp.a
|
||||
ldflags=-L$(OBJDIR)lib -L$(LIBDIR) -Wl,-rpath,$(LIBDIR) -lcpp
|
||||
install=$(BINDIR)
|
||||
|
|
Loading…
Reference in New Issue
Block a user