Skip to content

Commit

Permalink
tools: remove unused pkgsrc directory
Browse files Browse the repository at this point in the history
The pkgsrc Makefile target was removed in 2015

Refs: nodejs#1938

PR-URL: nodejs#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>
  • Loading branch information
targos authored and Trott committed Jul 22, 2019
1 parent 3293559 commit 3117899
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion tools/pkgsrc/comment

This file was deleted.

7 changes: 0 additions & 7 deletions tools/pkgsrc/description

This file was deleted.

0 comments on commit 3117899

Please sign in to comment.