Skip to content

Commit 5eb37cc

Browse files
committed
tools: remove unused pkgsrc directory
The pkgsrc Makefile target was removed in 2015 Refs: #1938 PR-URL: #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>
1 parent 2a82d54 commit 5eb37cc

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,6 @@ $(TARBALL): release-only $(NODE_EXE) doc
10351035
$(RM) -r $(TARNAME)/tools/node_modules
10361036
$(RM) -r $(TARNAME)/tools/osx-*
10371037
$(RM) -r $(TARNAME)/tools/osx-pkg.pmdoc
1038-
$(RM) -r $(TARNAME)/tools/pkgsrc
10391038
find $(TARNAME)/ -name ".eslint*" -maxdepth 2 | xargs $(RM)
10401039
find $(TARNAME)/ -type l | xargs $(RM) # annoying on windows
10411040
tar -cf $(TARNAME).tar $(TARNAME)

tools/pkgsrc/comment

-1
This file was deleted.

tools/pkgsrc/description

-7
This file was deleted.

0 commit comments

Comments
 (0)