# | Line 58 | Line 58 | else \ | |
---|---|---|
58 | ${WGET} ${JDKURL}package-list; \ | |
59 | fi | |
60 | ||
61 | + | UTILURL="http://www.i-scream.org.uk/javadoc/util/" |
62 | + | mkdir -p ${SRCROOT}/.api-cache/util |
63 | + | cd ${SRCROOT}/.api-cache/util |
64 | + | if test -r "package-list"; then \ |
65 | + | echo " + util/package-list found"; \ |
66 | + | else \ |
67 | + | echo " - util/package-list not found, fetching from ${UTILURL}package-list"; \ |
68 | + | ${WGET} ${UTILURL}package-list; \ |
69 | + | fi |
70 | + | |
71 | ## Write out the include file for the Makefile's | |
72 | ||
73 | echo "> Generating Makefile includes" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |