diff options
| author | Hugo Herbelin | 2016-04-27 22:13:02 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-04-27 22:13:02 +0200 |
| commit | 2e0c91f19130cc87def012d8bf5aa78a8215d000 (patch) | |
| tree | 46a7a0cd533c78908ff1bb43ecd859b016d73a41 | |
| parent | b3081e0906e7096e5b1aef3d5a865881d660c917 (diff) | |
Revert "Re-add -beautify by default."
This reverts commit d28c1d7d908fe9d5fc719d58433a6b87c12390ba.
| -rw-r--r-- | Makefile.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.build b/Makefile.build index 3227d9e9ee..b551242f6b 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) -beautify -compile +BOOTCOQC=$(TIMER) $(COQTOPEXE) -boot $(COQOPTS) -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 beautified files + @echo Upgrading with beautified files $(HIDE)for i in $(TOBEAUTIFY);\ do j=`dirname $$i`/`basename $$i .v.beautified`.v;\ mv -f $$j $$j.backup;\ |
