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
  • Loading branch information
targos committed Jul 20, 2019
1 parent 68c83f9 commit 114a6e3
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 @@ -1027,7 +1027,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 114a6e3

Please sign in to comment.