diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-11 00:49:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-21 18:22:21 -0700 |
commit | 3eb064071695ebf0f371163ed818a428dfeba8e6 (patch) | |
tree | 3a1ec58a3c9221cdcfdaf49d45d0dddf73ce516f /nls/iso8859-9e | |
parent | a3fc78ac352e5a70a958996ef6aec50f653974d1 (diff) |
Make locale data build non-recursive / parallelizable
On a 4 core CPU with gmake -j 16 the nls subdir builds in half the time,
plus this simplifies the next set of changes.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Reviewed-by: James Cloos <cloos@jhcloos.com>
Tested-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'nls/iso8859-9e')
-rw-r--r-- | nls/iso8859-9e/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nls/iso8859-9e/Makefile.am b/nls/iso8859-9e/Makefile.am deleted file mode 100644 index 1f53628b..00000000 --- a/nls/iso8859-9e/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -x11thislocaledir = $(X11_LOCALEDATADIR)/iso8859-9e - -include $(top_srcdir)/nls/localerules.in |