diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-05-15 18:10:04 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-05-15 22:25:58 -0400 |
commit | 924fabf26347cf2da0a770cd16f956c26e4064f9 (patch) | |
tree | 80c97145dca8188df5f7131694e5dc2f5990b7ff /makefile | |
parent | cgi.d arsd update (diff) |
nix-build cleanup, external sources localized
- clean up as external sources kept locally, in
./src/ext_depends/
- remove dub2nix dependency, no longer needed/used
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -133,25 +133,6 @@ get_depends: fi; \ fi; \ done; \ - ewd="$${hwd}/src/build_depends" && \ - dirs=$$(echo `ls -gx $${ewd}`) && \ - cd $${ewd} && \ - for dir in $${dirs}; do \ - if [ -d $${dir} ]; then \ - echo $${dir} && \ - if [[ "dub2nix" == $${dir} ]]; then \ - echo $${dir} && \ - rm -rf $${dir} && \ - git clone --depth=1 https://github.com/lionello/$${dir} && \ - cd $${dir} && \ - echo "$${dir} `git rev-parse HEAD | cut -c 1-8`" > ../$${dir}.meta && \ - echo "https://github.com/lionello/$${dir}" >> ../$${dir}.meta && \ - echo "MIT License" >> ../$${dir}.meta && \ - cd $${ewd} && \ - rm -rf $${dir}/.git; \ - fi; \ - fi; \ - done; \ cd $${hwd} set_depends: get_depends dub describe | sed 's~$(shell echo `pwd | sed 's_/_\\/_g'`)~.~g' > dub_describe.json |