mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Make 'make distclean' work on solaris
This commit is contained in:
7
Makefile
7
Makefile
@@ -65,10 +65,11 @@ docclean:
|
||||
|
||||
clean:
|
||||
@$(WAF) clean
|
||||
@-find tools/ -name "*.pyc" -delete
|
||||
@-find tools -name "*.pyc" | xargs rm -f
|
||||
|
||||
distclean: clean docclean
|
||||
@-rm -rf build/
|
||||
distclean: docclean
|
||||
@-find tools -name "*.pyc" | xargs rm -f
|
||||
@-rm -rf build/ node node_g
|
||||
|
||||
check:
|
||||
@tools/waf-light check
|
||||
|
||||
Reference in New Issue
Block a user