aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/makefile b/makefile
index 40d1026..400d0cf 100644
--- a/makefile
+++ b/makefile
@@ -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