diff options
| author | Hugo Herbelin | 2016-04-16 16:07:33 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-04-27 21:55:49 +0200 |
| commit | d28c1d7d908fe9d5fc719d58433a6b87c12390ba (patch) | |
| tree | bc919a6b43f27d02f30fa13f5922362f723eedff | |
| parent | 5e9b37a815795efaafd64ab8fe19bf8560d70203 (diff) | |
Re-add -beautify by default.
| -rw-r--r-- | Makefile.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.build b/Makefile.build index b551242f6b..3227d9e9ee 100644 --- a/Makefile.build +++ b/Makefile.build @@ -82,7 +82,7 @@ STDTIME=/usr/bin/time -f "$* (user: %U mem: %M ko)" TIMER=$(if $(TIMED), $(STDTIME), $(TIMECMD)) COQOPTS=$(COQ_XML) $(VM) $(NATIVECOMPUTE) -BOOTCOQC=$(TIMER) $(COQTOPEXE) -boot $(COQOPTS) -compile +BOOTCOQC=$(TIMER) $(COQTOPEXE) -boot $(COQOPTS) -beautify -compile # The SHOW and HIDE variables control whether make will echo complete commands # or only abbreviated versions. @@ -502,7 +502,7 @@ BEAUTIFIED=$(THEORIESVO) $(PLUGINSVO) TOBEAUTIFY=$(BEAUTIFIED:.vo=.v.beautified) check-beautify: $(TOBEAUTIFY) - @echo Upgrading with beautified files + @echo Upgrading beautified files $(HIDE)for i in $(TOBEAUTIFY);\ do j=`dirname $$i`/`basename $$i .v.beautified`.v;\ mv -f $$j $$j.backup;\ |
