mirror of the now-defunct rocklinux.org
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.

32 lines
1.4 KiB

  1. diff -dur uClibc-0.9.30-rc2/extra/locale/Makefile.in src.uclibc.1224267281.11455.380150425/uClibc-0.9.30-rc2/extra/locale/Makefile.in
  2. --- uClibc-0.9.30-rc2/extra/locale/Makefile.in 2008-10-14 17:16:20.000000000 +0200
  3. +++ src.uclibc.1224267281.11455.380150425/uClibc-0.9.30-rc2/extra/locale/Makefile.in 2008-10-17 20:42:00.000000000 +0200
  4. @@ -144,19 +144,19 @@
  5. # code needs to be modified to support top_builddir in almost all apps that write directly to a file
  6. # grep fopen *.c
  7. $(locale_OUT)/c8tables.h: $(locale_OUT)/gen_wc8bit $(locale_OUT)/codesets.txt
  8. - @$(disp_gen)
  9. - $(Q)(cd $(<D) && ./$(<F) `cat $(word 2,$(^F))`)
  10. +# @$(disp_gen)
  11. +# $(Q)(cd $(<D) && ./$(<F) `cat $(word 2,$(^F))`)
  12. # Warning! Beware tr_TR toupper/tolower exceptions!
  13. $(locale_OUT)/wctables.h: $(locale_OUT)/gen_wctype
  14. @$(disp_gen)
  15. - $(Q)(cd $(<D) || exit 1 ; \
  16. - ./$(<F) $(FLAG-locale-verbose) en_US || \
  17. - ./$(<F) $(FLAG-locale-verbose) en_US.UTF-8 || \
  18. - ./$(<F) $(FLAG-locale-verbose) en_US.iso8859-1 || \
  19. - ./$(<F) $(FLAG-locale-verbose) en_GB || \
  20. - ./$(<F) $(FLAG-locale-verbose) en_GB.UTF-8 \
  21. - )
  22. +# $(Q)(cd $(<D) || exit 1 ; \
  23. +# ./$(<F) $(FLAG-locale-verbose) en_US || \
  24. +# ./$(<F) $(FLAG-locale-verbose) en_US.UTF-8 || \
  25. +# ./$(<F) $(FLAG-locale-verbose) en_US.iso8859-1 || \
  26. +# ./$(<F) $(FLAG-locale-verbose) en_GB || \
  27. +# ./$(<F) $(FLAG-locale-verbose) en_GB.UTF-8 \
  28. +# )
  29. $(locale_OUT)/locale_tables.h: $(locale_OUT)/gen_locale $(locale_OUT)/locales.txt
  30. @$(disp_gen)