From 31178994140676417a4ee7d30e7f7e57e73c6873 Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Sat, 20 Jul 2019 19:55:46 +0200 Subject: 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 Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Ben Noordhuis Reviewed-By: Rich Trott --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3