Skip to content

Commit 2e529e7

Browse files
committed
Document a race condition issue
1 parent b5d49ab commit 2e529e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/project.conf

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ cflags=-W -Wall -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector
1919
[cpp]
2020
type=binary
2121
sources=main.c
22+
#XXX should really use this (race condition with "make -k")
23+
depends=$(OBJDIR)lib/libcpp$(SOEXT)
2224
depends=$(OBJDIR)lib/libcpp.a
2325
ldflags=-L$(OBJDIR)lib -L$(LIBDIR) -Wl,-rpath,$(LIBDIR) -lcpp
2426
install=$(BINDIR)

0 commit comments

Comments
 (0)