build: remove artefacts on distclean

since .pkg-files already lives in out/ they're already gone. instead of
moving artefacts into out/ (which might mess with upload scripts),
delete their current location.

PR-URL: https://github.com/iojs/io.js/pull/323
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
Johan Bergström
2015-01-13 14:24:32 +11:00
committed by Rod Vagg
parent 1953886126
commit 69ce0641dc

View File

@@ -68,6 +68,7 @@ distclean:
-rm -rf node_modules
-rm -rf deps/icu
-rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
-rm -f $(BINARYTAR).* $(TARBALL).*
test: all
$(PYTHON) tools/test.py --mode=release message parallel sequential -J