You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
924 B
25 lines
924 B
6 years ago
|
--- libunibreak-4.0/src/Makefile.in.offline_checks 2016-12-14 16:29:12.000000000 -0800
|
||
|
+++ libunibreak-4.0/src/Makefile.in 2018-08-28 19:12:22.097289204 -0700
|
||
|
@@ -848,20 +848,11 @@
|
||
|
cat ${srcdir}/graphemebreakdata1.tmpl tmp.txt ${srcdir}/graphemebreakdata2.tmpl >> ${srcdir}/graphemebreakdata.c
|
||
|
rm tmp.txt tmp.txt.bak
|
||
|
|
||
|
-check: LineBreakTest.txt WordBreakTest.txt GraphemeBreakTest.txt $(check_PROGRAMS)
|
||
|
+check: $(check_PROGRAMS)
|
||
|
./tests word
|
||
|
./tests line
|
||
|
./tests grapheme
|
||
|
|
||
|
-LineBreakTest.txt:
|
||
|
- wget http://www.unicode.org/Public/UNIDATA/auxiliary/LineBreakTest.txt
|
||
|
-
|
||
|
-WordBreakTest.txt:
|
||
|
- wget http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakTest.txt
|
||
|
-
|
||
|
-GraphemeBreakTest.txt:
|
||
|
- wget http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakTest.txt
|
||
|
-
|
||
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||
|
.NOEXPORT:
|