summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-17 01:59:04 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-17 01:59:04 -0500
commit95b093f1152c07611ae2cabf7ada8eb8a2d557e8 (patch)
tree00e43325196ce1c28d5347f30a09c23272f82af1
parented5df6c8361dcb80066afc9688e799d96cb394b3 (diff)
Fixup
-rw-r--r--Makefile4
-rw-r--r--README11
2 files changed, 6 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index fa38ec4..b98e3a1 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ memoized = $(if $($(_hash)),,$(eval $(_hash) := _ $(_main)))$(wordlist 2,$(words
_spec2_main = $(shell utils/spec2 $1 '$2')
_file2_main = $(shell utils/file2 $1 '$2')
-_spec2_hash = spec2$1_$(subst :,^3A,$(subst ^,^5E,$2))
+_spec2_hash = spec2$1_$(subst =,^3D,$(subst :,^3A,$(subst ^,^5E,$2)))
_file2_hash = file2$1_$2
# There's another level of indirection, because $2 is a list, and each item
@@ -179,7 +179,7 @@ $(foreach spec,$(call specs_for,union),
# place (patch) ################################################################
-place: PHONY $(addprefix build/workdir/,$(packages))
+place: PHONY $(addprefix build/workdir/,$(filter-out $(packages_stub),$(packages)))
$(addprefix build/workdir/,$(packages)): \
build/workdir/%:
diff --git a/README b/README
index 64ab8da..48c4d9e 100644
--- a/README
+++ b/README
@@ -1,11 +1,8 @@
dependencies:
junit
- asm-2
- asm-3
ant
- commons-logging
- commons-io
+ gnumail
- byaccj
- java-cup (the old 0.10k release is fine)
- jlex
+ xerces2
+ servlet-api-2.5
+ servlet-api-3.1