Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 69ce064

Browse files
jbergstroemrvagg
authored andcommitted
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: nodejs/node#323 Reviewed-By: Rod Vagg <[email protected]>
1 parent 1953886 commit 69ce064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ distclean:
6868
-rm -rf node_modules
6969
-rm -rf deps/icu
7070
-rm -rf deps/icu4c*.tgz deps/icu4c*.zip deps/icu-tmp
71+
-rm -f $(BINARYTAR).* $(TARBALL).*
7172

7273
test: all
7374
$(PYTHON) tools/test.py --mode=release message parallel sequential -J

0 commit comments

Comments
 (0)