Make 'make distclean' work on solaris
This commit is contained in:
parent
6e715b82d0
commit
ff6409469d
7
Makefile
7
Makefile
@ -65,10 +65,11 @@ docclean:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
@$(WAF) clean
|
@$(WAF) clean
|
||||||
@-find tools/ -name "*.pyc" -delete
|
@-find tools -name "*.pyc" | xargs rm -f
|
||||||
|
|
||||||
distclean: clean docclean
|
distclean: docclean
|
||||||
@-rm -rf build/
|
@-find tools -name "*.pyc" | xargs rm -f
|
||||||
|
@-rm -rf build/ node node_g
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@tools/waf-light check
|
@tools/waf-light check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user