~ubuntu-branches/ubuntu/breezy/libx11/breezy

« back to all changes in this revision

Viewing changes to nls/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-09-30 16:30:55 UTC
  • Revision ID: james.westby@ubuntu.com-20050930163055-dfterq3qv2h111u0
Tags: 1:6.2.1+cvs.20050722-8
Fix non-UTF-8 locales by fixing generation of compose.dir, locale.alias,
and locale.dir in nls/ (closes: Ubuntu#13724).

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
XLIB_LOADABLE_I18N_FALSE = @XLIB_LOADABLE_I18N_FALSE@
167
167
XLIB_LOADABLE_I18N_TRUE = @XLIB_LOADABLE_I18N_TRUE@
168
168
XLOCALEDIR = @XLOCALEDIR@
 
169
XLOCALELIBDIR = @XLOCALELIBDIR@
169
170
XLOCALE_FALSE = @XLOCALE_FALSE@
170
171
XLOCALE_TRUE = @XLOCALE_TRUE@
171
172
XPROTO_CFLAGS = @XPROTO_CFLAGS@
660
661
locale.alias: locale.alias.pre
661
662
        $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/locale.alias.pre | $(CPP_SED_MAGIC) > locale.alias.l1
662
663
        sed -e '/^[^#][^        ]*:/s/://' -e '/^[^#].*[        ].*:/d' \
663
 
        < locale.alias.l1 > locale.alias
 
664
        < locale.alias.l1 > locale.alias.l2
 
665
        cat locale.alias.l2 locale.alias.l1 > locale.alias
664
666
 
665
667
compose.dir: compose.dir.pre
666
668
        $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/compose.dir.pre | $(CPP_SED_MAGIC) > compose.dir.l1
667
669
        sed -e '/^[^#][^        ]*:/s/://' -e '/^[^#].*[        ].*:/d' \
668
 
        < compose.dir.l1 > compose.dir
 
670
        < compose.dir.l1 > compose.dir.l2
 
671
        cat compose.dir.l2 compose.dir.l1 > compose.dir
 
672
 
 
673
locale.dir: locale.dir.pre
 
674
        $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/locale.dir.pre | $(CPP_SED_MAGIC) > locale.dir.l1
 
675
        sed -e '/^[^#][^        ]*:/s/://' -e '/^[^#].*[        ].*:/d' \
 
676
        < locale.dir.l1 > locale.dir.l2
 
677
        cat locale.dir.l2 locale.dir.l1 > locale.dir
669
678
# Tell versions [3.59,3.63) of GNU make to not export all variables.
670
679
# Otherwise a system limit (for SysV at least) may be exceeded.
671
680
.NOEXPORT: