Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-12-14 09:13:51 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-12-14 09:13:51 +0300
commit1dad95a3a960c645ffec28f9ec023dad6a17c0d4 (patch)
tree18e297df9b9a131c77e707d7f298a8a62317597d /Makefile
parent7d73779446eeeb5158162a25601eb182e286f68c (diff)
Print 'make clean' commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index bbc78219580..14276b6bf84 100644
--- a/Makefile
+++ b/Makefile
@@ -98,12 +98,12 @@ docclean:
-rm -rf build/doc
clean:
- @$(WAF) clean
- @-find tools -name "*.pyc" | xargs rm -f
+ $(WAF) clean
+ -find tools -name "*.pyc" | xargs rm -f
distclean: docclean
- @-find tools -name "*.pyc" | xargs rm -f
- @-rm -rf build/ node node_g
+ -find tools -name "*.pyc" | xargs rm -f
+ -rm -rf build/ node node_g
check:
@tools/waf-light check