don't build mduptab_init_reuse (not actually used anymore)
This commit is contained in:
4
Makefile
4
Makefile
@@ -39,7 +39,7 @@ ldif.a: ldif_parse.o ldap_match_mapped.o
|
||||
storage.a: mstorage_add.o mduptab_add.o \
|
||||
bstr_diff.o mduptab_adds.o bstr_diff2.o mstorage_add_bin.o \
|
||||
mstorage_init.o mstorage_init_persistent.o mstorage_unmap.o \
|
||||
mduptab_init.o mduptab_init_reuse.o mduptab_reset.o
|
||||
mduptab_init.o mduptab_reset.o
|
||||
|
||||
auth.a: auth.o
|
||||
|
||||
@@ -229,7 +229,7 @@ WITH_UNITTEST = $(shell grep -l UNITTEST *.c)
|
||||
UNITTEST_BIN = $(patsubst %.c, test/%, $(WITH_UNITTEST))
|
||||
|
||||
test/%: %.c
|
||||
$(CC) $(CFLAGS) --coverage -DUNITTEST -o $@ $^ -I. $(LDFLAGS) -fsanitize=address -fsanitize=undefined -lowfat
|
||||
$(CC) $(CFLAGS) -g --coverage -DUNITTEST -o $@ $^ -I. $(LDFLAGS) -fsanitize=address -fsanitize=undefined -lowfat
|
||||
$@
|
||||
|
||||
check: $(UNITTEST_BIN)
|
||||
|
||||
Reference in New Issue
Block a user