From 69ce0641dc6a84c90ffdd0906790cd945f1c3629 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johan=20Bergstr=C3=B6m?= Date: Tue, 13 Jan 2015 14:24:32 +1100 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e61164e..55f9282 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.7.4