diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2009-11-24 13:47:37 -0700 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-11-25 18:19:21 +0000 |
commit | 3df51b85ce4a56647cf991297e3b51b9dffe4414 (patch) | |
tree | 0f390baed34059c08f5df180af31ba9962ec8faf /Cross | |
parent | 7c76c2a0d87e7bfac7012fb2b38100addc903e9d (diff) | |
download | perl-3df51b85ce4a56647cf991297e3b51b9dffe4414.tar.gz |
wrap uniprops.t; makefile changes for mktables
Message-ID: <4B0C4744.7080401@khwilliamson.com>
Diffstat (limited to 'Cross')
-rwxr-xr-x | Cross/Makefile-cross-SH | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index 73d4454e4f..79bd165924 100755 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -342,9 +342,9 @@ plextract = pod/pod2html pod/pod2latex pod/pod2man pod/pod2text \ addedbyconf = UU $(shextract) $(plextract) lib/lib.pm pstruct # Unicode data files generated by mktables -unidatafiles = lib/unicore/Canonical.pl lib/unicore/Exact.pl \ - lib/unicore/Properties lib/unicore/Decomposition.pl \ - lib/unicore/CombiningClass.pl lib/unicore/Name.pl lib/unicore/PVA.pl +unidatafiles = lib/unicore/Decomposition.pl lib/unicore/TestProp.pl \ + lib/unicore/CombiningClass.pl lib/unicore/Name.pl \ + lib/unicore/Heavy.pl lib/unicore/mktables.lst # Directories of Unicode data files generated by mktables unidatadirs = lib/unicore/To lib/unicore/lib @@ -755,8 +755,10 @@ lib/lib.pm: miniperl $(CONFIGPM) unidatafiles $(unidatafiles): uni.data uni.data: miniperl$(EXE_EXT) $(CONFIGPM) lib/unicore/mktables - cd lib/unicore && $(LDLIBPTH) ../../miniperl -I../../lib mktables -w - touch uni.data + cd lib/unicore && $(LDLIBPTH) ../../miniperl -I../../lib mktables -P ../../pod -maketest -makelist -p +# Commented out so always runs, mktables looks at far more files than we +# can in this makefile to decide if needs to run or not +# touch uni.data extra.pods: miniperl -@test ! -f extra.pods || rm -f `cat extra.pods` |