1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../uclibc/make_locale_after_headers.diff
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- ./Makefile.in.orig 2006-08-30 09:10:38.000000000 +0200
18 +++ ./Makefile.in 2006-08-30 22:26:14.000000000 +0200
21 mv -f $$tmp include/bits/sysnum.h; \
23 -ifeq ($(UCLIBC_HAS_LOCALE),y)
24 - $(MAKE) locale_headers
26 +#ifeq ($(UCLIBC_HAS_LOCALE),y)
27 +# $(MAKE) locale_headers
32 ###--- ./Makefile.orig 2004-02-08 00:35:28.000000000 -0300
33 ###+++ ./Makefile 2004-02-08 00:36:20.000000000 -0300
34 ###@@ -156,6 +156,7 @@
36 $(MAKE) -C libc/sysdeps/linux/common headers
37 $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers
38 + $(MAKE) -C extra/locale
40 # Command used to download source code
41 WGET:=wget --passive-ftp