diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ top=$(shell pwd) -all: extract +all: extract maven-svn-version.txt extract: \ build/maven \ @@ -61,6 +61,8 @@ build/maven-extras: upstream/maven-svn maven-svn-map.txt ################################################################################ +# We get slf4j from git because the official distribution tarball for 1.7.5 is +# incomplete. upstream/slf4j-git: slf4j-version.txt network if ! [[ -d "$@/.git" ]]; then \ git clone git://github.com/qos-ch/slf4j.git "$@"; \ |