mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 13:25:45 +02:00
build: include localconf everywhere
Overriding makeflags did not work from localconf in the src, lib, or test directories. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
10af3f9763
commit
6eb7afa65c
@ -21,6 +21,7 @@ CRUCIBLE_OBJS = \
|
|||||||
uuid.o \
|
uuid.o \
|
||||||
|
|
||||||
include ../makeflags
|
include ../makeflags
|
||||||
|
-include ../localconf
|
||||||
include ../Defines.mk
|
include ../Defines.mk
|
||||||
|
|
||||||
BEES_LDFLAGS = $(LDFLAGS)
|
BEES_LDFLAGS = $(LDFLAGS)
|
||||||
|
@ -8,6 +8,7 @@ PROGRAM_OBJS = $(foreach b,$(PROGRAMS),$(patsubst ../bin/%,%.o,$(b)))
|
|||||||
all: $(BEES) $(PROGRAMS)
|
all: $(BEES) $(PROGRAMS)
|
||||||
|
|
||||||
include ../makeflags
|
include ../makeflags
|
||||||
|
-include ../localconf
|
||||||
|
|
||||||
LIBS = -lcrucible -luuid -lpthread
|
LIBS = -lcrucible -luuid -lpthread
|
||||||
BEES_LDFLAGS = -L../lib $(LDFLAGS)
|
BEES_LDFLAGS = -L../lib $(LDFLAGS)
|
||||||
|
@ -15,6 +15,7 @@ test: $(PROGRAMS:%=%.txt) Makefile
|
|||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
include ../makeflags
|
include ../makeflags
|
||||||
|
-include ../localconf
|
||||||
|
|
||||||
LIBS = -lcrucible -lpthread
|
LIBS = -lcrucible -lpthread
|
||||||
BEES_LDFLAGS = -L../lib $(LDFLAGS)
|
BEES_LDFLAGS = -L../lib $(LDFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user