aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-17 20:23:12 +0100
committerLoïc Hoguin <[email protected]>2015-12-17 20:23:12 +0100
commit758ba1810f5aeed20dbb02b794342c504d73cb13 (patch)
tree5509e9d8ee5c473228cf40cb01203459c7a81168 /test/Makefile
parent632a12605a4e93fe389fd38a234729c3014a61f1 (diff)
downloaderlang.mk-758ba1810f5aeed20dbb02b794342c504d73cb13.tar.gz
erlang.mk-758ba1810f5aeed20dbb02b794342c504d73cb13.tar.bz2
erlang.mk-758ba1810f5aeed20dbb02b794342c504d73cb13.zip
Remove the patch for i18n in the test suite
After careful checking, these values are not set because of an issue in Erlang.mk's autopatch feature. There's no point in cheating in the test suite. We need to know about it.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Makefile b/test/Makefile
index 06800af..34d647f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -203,14 +203,6 @@ pkg-$1: clean build
$i "Add package $1 to the Makefile"
$t perl -ni.bak -e 'print;if ($$$$.==1) {print "DEPS = $1\n"}' packages/$1_pkg/Makefile
- $(if $(filter i18n,$1),
- $i "Set ICU flags"
- $(eval PATCHES := \
- CXX="$(shell icu-config --cxx)" \
- ICU_CFLAGS="$(shell icu-config --cflags)" \
- ICU_CXXFLAGS="$(shell icu-config --cxxflags)" \
- ICU_LDFLAGS="$(shell icu-config --ldflags)"))
-
$i "Compile package $1"
$t if ! ( cd packages/$1_pkg/ && $(MAKE) $(PATCHES) $v ); then \
echo "$1: compile error" >> packages/errors.log; \