summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-30 13:52:32 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-30 13:52:32 -0400
commitf834317694cb3e2a450b70fa3a02597f3024f147 (patch)
tree73644d902f9dcf88cf2558b734439feb18853ad5
parentf58be23107efcadd610f0d66e5ed4eff8b5add8d (diff)
Makefile: add comments, generate maven-svn-version.txt with `make all`
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abb04a2..ab7983d 100644
--- a/Makefile
+++ b/Makefile
@@ -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 "$@"; \