From 95b093f1152c07611ae2cabf7ada8eb8a2d557e8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 17 Nov 2014 01:59:04 -0500 Subject: Fixup --- Makefile | 4 ++-- README | 11 ++++------- 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 -- cgit v1.2.2