summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTJ Kolev <tjkolev@gmail.com>2023-02-04 21:33:49 -0600
committerTJ Kolev <tjkolev@gmail.com>2023-02-04 21:33:49 -0600
commita992d3f0be411e0ba2b93e744df07e2189c7af0d (patch)
treefd57ea6ae40b9677864f040e4c9cefafcfffbb99
parent5fc636979d25d26612f0453916a13b232af574cf (diff)
downloaddropbear-a992d3f0be411e0ba2b93e744df07e2189c7af0d.tar.gz
Additional output to verify things for the fuzzy build. tjk :/
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 401ea40..842a01a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -172,6 +172,8 @@ default_options_guard.h: default_options.h
@printf "/*\n > > > Do not edit this file (default_options_guard.h) < < <\nGenerated from "$^"\nLocal customisation goes in localoptions.h\n*/\n\n" > $@.tmp
@./ifndef_wrapper.sh < $^ >> $@.tmp
@mv $@.tmp $@
+ @pwd
+ @ls -l $@
strip: $(TARGETS)
$(STRIP) $(addsuffix $(EXEEXT), $(TARGETS))