1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>

	* iconvdata/Makefile: Create target directory before generating
	headers.
This commit is contained in:
Ulrich Drepper
1998-04-24 16:33:09 +00:00
parent 5408c75701
commit 0111b22411
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
1998-04-24 16:30 Ulrich Drepper <drepper@cygnus.com>
* iconvdata/Makefile: Create target directory before generating
headers.
1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty

View File

@ -212,6 +212,7 @@ install-others = $(addprefix $(inst_gconvdir)/, $(modules.so)) \
# If we have the localedata add-on available we can build the conversion # If we have the localedata add-on available we can build the conversion
# tables for numerous charsets. # tables for numerous charsets.
define generate-8bit-table define generate-8bit-table
$(make-target-directory)
( echo "static const uint32_t to_ucs4[256] = {"; \ ( echo "static const uint32_t to_ucs4[256] = {"; \
sed -e '/^[^[:space:]]*[[:space:]]*.x00/d' -e 's/^[^[:space:]]*[[:space:]]*.x\(..\)[[:space:]]*<U\(....\)>.*/ [0x\1] = 0x\2,/p' -e d $^ | sort -u; \ sed -e '/^[^[:space:]]*[[:space:]]*.x00/d' -e 's/^[^[:space:]]*[[:space:]]*.x\(..\)[[:space:]]*<U\(....\)>.*/ [0x\1] = 0x\2,/p' -e d $^ | sort -u; \
echo "};"; \ echo "};"; \
@ -233,6 +234,7 @@ sed-generated-headers := iso8859-2.h iso8859-3.h iso8859-4.h iso8859-5.h \
ibm904.h ibm905.h ibm1047.h ibm904.h ibm905.h ibm1047.h
define generate-8bit-gap-table define generate-8bit-gap-table
$(make-target-directory)
( echo "static const uint32_t to_ucs4[256] = {"; \ ( echo "static const uint32_t to_ucs4[256] = {"; \
sed -e '/^[^[:space:]]*[[:space:]]*.x00/d' -e 's/^[^[:space:]]*[[:space:]]*.x\(..\)[[:space:]]*<U\(....\)>.*/ [0x\1] = 0x\2,/p' -e d $^ | sort -u; \ sed -e '/^[^[:space:]]*[[:space:]]*.x00/d' -e 's/^[^[:space:]]*[[:space:]]*.x\(..\)[[:space:]]*<U\(....\)>.*/ [0x\1] = 0x\2,/p' -e d $^ | sort -u; \
echo "};"; \ echo "};"; \

View File

@ -1,3 +1,8 @@
1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile (linuxthreads-version): Renamed back from
libpthread-version.
1998-04-21 Ulrich Drepper <drepper@cygnus.com> 1998-04-21 Ulrich Drepper <drepper@cygnus.com>
* ptlongjmp.c: Add prototypes for __libc_siglongjmp and * ptlongjmp.c: Add prototypes for __libc_siglongjmp and