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: #1938

PR-URL: #28783
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • Loading branch information
targos committed Jul 22, 2019
1 parent 2a82d54 commit 5eb37cc
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 5eb37cc

Please sign in to comment.