From: Jean Privat Date: Fri, 29 May 2015 02:04:54 +0000 (-0400) Subject: Makefile&gitignore: remove .nit_compile X-Git-Tag: v0.7.5~3^2~2 X-Git-Url: http://nitlanguage.org Makefile&gitignore: remove .nit_compile Signed-off-by: Jean Privat --- diff --git a/.gitignore b/.gitignore index 2156619..9ecc2d3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ .project EIFGENs -.nit_compile* .nitunit .nitpretty *.orig diff --git a/Makefile b/Makefile index 326d49b..c217c35 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,6 @@ man: $(MAKE) -C share/man clean: - rm -rf -- .nit_compile 2> /dev/null || true rm -rf -- doc/stdlib doc/nitc || true cd c_src; make clean cd src; make clean @@ -78,5 +77,4 @@ clean: cd share/man; make clean for m in $(PROGS); do \ $(MAKE) clean -C "$$m"; \ - test -d $$m/.nit_compile && rm -r $$m/.nit_compile; \ done || true diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index ae91703..b2534e7 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -81,7 +81,7 @@ function run_compiler() bench_command "nitmd" "markdown" "./nitmd.$title.bin" markdown/benches/out/mixed.md 80 fi - rm -r *.bin .nit_compile out 2> /dev/null + rm -r *.bin out 2> /dev/null } ## HANDLE OPTIONS ## diff --git a/contrib/jwrapper/Makefile b/contrib/jwrapper/Makefile index 0932498..c3c6991 100644 --- a/contrib/jwrapper/Makefile +++ b/contrib/jwrapper/Makefile @@ -16,7 +16,6 @@ bin/jwrapper: clean: rm -f bin/javap_test_parser bin/jwrapper rm -f gen/* - rm -rf .nit_compile/ rm src/javap_lexer.nit src/javap_parser.nit src/javap_test_parser.nit .PHONY: grammar bin/jwrapper diff --git a/contrib/nitcc/src/Makefile b/contrib/nitcc/src/Makefile index 030cd5d..52356e6 100644 --- a/contrib/nitcc/src/Makefile +++ b/contrib/nitcc/src/Makefile @@ -38,7 +38,7 @@ tests: cd ../tests && ./run clean: - rm -r .nit_compile \ + rm -r \ *.dot *.out \ nitcc_lexer.nit nitcc_parser.nit nitcc_test_parser.nit nitcc_parser_gen \ nitcc0 nitcc1 \ diff --git a/contrib/nitiwiki/Makefile b/contrib/nitiwiki/Makefile index b2b3fed..57d2cda 100644 --- a/contrib/nitiwiki/Makefile +++ b/contrib/nitiwiki/Makefile @@ -12,4 +12,3 @@ doc: clean: rm -rf bin - rm -rf -- .nit_compile 2> /dev/null || true diff --git a/contrib/online_ide/Makefile b/contrib/online_ide/Makefile index e8ed742..6c06cf5 100644 --- a/contrib/online_ide/Makefile +++ b/contrib/online_ide/Makefile @@ -5,7 +5,6 @@ default: ../../bin/nitc --semi-global sources/nit/pnacl_nit.nit -I ../../src/ cp pnacl_nit/pnacl_nit.pexe www/pnacl/ -f rm -rf pnacl_nit/ - rm -rf .nit_compile build-www: rm -rf www/src diff --git a/contrib/pep8analysis/.gitignore b/contrib/pep8analysis/.gitignore index 1010231..6085bd4 100644 --- a/contrib/pep8analysis/.gitignore +++ b/contrib/pep8analysis/.gitignore @@ -1,5 +1,3 @@ -.nit_compile/ - doc/ bin/ out/ diff --git a/contrib/refund/Makefile b/contrib/refund/Makefile index e3b2579..def014e 100644 --- a/contrib/refund/Makefile +++ b/contrib/refund/Makefile @@ -25,5 +25,4 @@ check: refund clean: rm -rf bin - rm -rf -- .nit_compile 2> /dev/null || true cd tests; make clean diff --git a/src/Makefile b/src/Makefile index eb02ada..95ed8cc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -53,5 +53,5 @@ parser/parser.nit: cd parser; make clean: - rm -rf -- .nit_compile* version.nit nitc_0 2> /dev/null || true + rm -rf -- version.nit nitc_0 2> /dev/null || true cd parser; make clean diff --git a/tests/Makefile b/tests/Makefile index 0b8c466..12c5bcb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -46,4 +46,4 @@ store: ./store_save.sh *.nit clean: - rm -r -f -- out/ alt .nit_compile errlist errlist.bak *.xml 2> /dev/null || true + rm -r -f -- out/ alt nit_compile errlist errlist.bak *.xml 2> /dev/null || true