summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2019-07-20 19:55:46 +0200
committerRich Trott <rtrott@gmail.com>2019-07-22 11:31:17 -0700
commit31178994140676417a4ee7d30e7f7e57e73c6873 (patch)
tree133f451ab689e339ab45d7bc380287cda0045690 /Makefile
parent329355986dcfd92d079037dfe42ccb5443c8029d (diff)
downloadandroid-node-v8-31178994140676417a4ee7d30e7f7e57e73c6873.tar.gz
android-node-v8-31178994140676417a4ee7d30e7f7e57e73c6873.tar.bz2
android-node-v8-31178994140676417a4ee7d30e7f7e57e73c6873.zip
tools: remove unused pkgsrc directory
The pkgsrc Makefile target was removed in 2015 Refs: https://github.com/nodejs/node/pull/1938 PR-URL: https://github.com/nodejs/node/pull/28783 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58387ab6dd..d7427e578f 100644
--- a/Makefile
+++ b/Makefile
@@ -1035,7 +1035,6 @@ $(TARBALL): release-only $(NODE_EXE) doc
$(RM) -r $(TARNAME)/tools/node_modules
$(RM) -r $(TARNAME)/tools/osx-*
$(RM) -r $(TARNAME)/tools/osx-pkg.pmdoc
- $(RM) -r $(TARNAME)/tools/pkgsrc
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
find $(TARNAME)/ -type l | xargs $(RM) # annoying on windows
tar -cf $(TARNAME).tar $(TARNAME)