verbose mode

This commit is contained in:
Viktor Szakats 2025-08-01 11:24:33 +02:00
parent 94fb511d3f
commit d793dc986b
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -166,7 +166,8 @@ $(HUGE): $(ASCIIPAGE) $(MKHELP)
endif
else # PERL
$(HUGE):
(if test ! -f "$(srcdir)/$(HUGE)"; then \
$(HUGECMD)( \
if test ! -f "$(srcdir)/$(HUGE)"; then \
echo '/* !checksrc! disable COPYRIGHT all */' > $(HUGE); \
echo '#include "tool_hugehelp.h"' >> $(HUGE); \
echo 'void hugehelp(void) {}' >> $(HUGE); \