We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41761f commit 63545bdCopy full SHA for 63545bd
2 files changed
Makefile.autosetup
@@ -27,6 +27,9 @@ check: all
27
@if TESTS
28
all: Kyuafile Makefile
29
30
+clean:
31
+ rm -f Kyuafile
32
+
33
check: UndefinedBehaviour.suppress Leak.suppress
34
export UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1:suppressions=$(top_builddir)/UndefinedBehaviour.suppress; \
35
export LSAN_OPTIONS=print_suppressions=0:exitcode=0:suppressions=$(top_builddir)/Leak.suppress; \
libpkg/Makefile.autosetup
@@ -189,6 +189,9 @@ lib$(LIB)_flat.a: ${STATIC_LIBS} mergelib_script
189
$(AR) -M < mergelib_script
190
@endif
191
192
193
+ rm -f mergelib_script
194
195
mergelib_script: $(STATIC_LIBS)
196
@echo "CREATE lib$(LIB)_flat.a" > $@
197
@for l in $(STATIC_LIBS); do \
0 commit comments