# | Line 79 | Line 79 | else \ | |
---|---|---|
79 | ${WGET} ${PIRCBOTURL}package-list; \ | |
80 | fi | |
81 | ||
82 | + | UTILURL="http://www.i-scream.org.uk/javadoc/util/" |
83 | + | mkdir -p ${SRCROOT}/.api-cache/util |
84 | + | cd ${SRCROOT}/.api-cache/util |
85 | + | if test -r "package-list"; then \ |
86 | + | echo " + util/package-list found"; \ |
87 | + | else \ |
88 | + | echo " - util/package-list not found, fetching from ${UTILURL}package-list"; \ |
89 | + | ${WGET} ${UTILURL}package-list; \ |
90 | + | fi |
91 | + | |
92 | ## Write out the include file for the Makefile's | |
93 | ||
94 | echo "> Generating Makefile includes" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |