Make 'make distclean' work on solaris

This commit is contained in:
Ryan Dahl 2010-04-19 15:48:12 -07:00
parent 6e715b82d0
commit ff6409469d

View File

@ -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