Skip to content

Commit cc53e78

Browse files
committed
Try to debug the debug_options_guard.h failure
1 parent 6bc125e commit cc53e78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/outoftree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
mkdir build
1919
cd build
2020
../configure --enable-fuzz --enable-bundled-libtom
21-
make -j3
21+
make -d -j3
2222
make -j3 fuzzstandalone

Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ default_options_guard.h: $(srcdir)/default_options.h
174174
@echo Creating $@
175175
@printf "/*\n > > > Do not edit this file (default_options_guard.h) < < <\nGenerated from "$^"\nLocal customisation goes in localoptions.h\n*/\n\n" > $@.tmp
176176
@$(srcdir)/ifndef_wrapper.sh < $^ >> $@.tmp
177-
@mv $@.tmp $@
178-
@pwd
179-
@ls -l $@
177+
mv -v $@.tmp $@
178+
pwd
179+
ls -l $@
180180

181181
strip: $(TARGETS)
182182
$(STRIP) $(addsuffix $(EXEEXT), $(TARGETS))

0 commit comments

Comments
 (0)