mirror of
https://github.com/curl/curl.git
synced 2026-06-08 07:14:16 +03:00
verbose mode
This commit is contained in:
parent
94fb511d3f
commit
d793dc986b
1 changed files with 2 additions and 1 deletions
|
|
@ -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); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue