Browse Source
* renamed uclibc/functions.in to uclibc/conffiles-functions.in (includes API change) git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20507 10447126-35f2-4685-b0cf-6dd780d3921fearly
Alejandro Mery
18 years ago
8 changed files with 71 additions and 188 deletions
@ -1,29 +0,0 @@
|
||||
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# T2 SDE: package/.../uclibc/dont_validate_kernelsource_on_stage0.diff
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- T2-COPYRIGHT-NOTE-END ---
|
||||
--- ./Makefile.orig 2004-02-07 10:30:44.000000000 -0300
|
||||
+++ ./Makefile 2004-02-07 10:32:53.000000000 -0300
|
||||
@@ -121,11 +121,6 @@
|
||||
@./extra/config/conf -o extra/Configs/Config.in
|
||||
|
||||
headers: include/bits/uClibc_config.h
|
||||
-ifeq ($(strip $(ARCH_HAS_MMU)),y)
|
||||
- @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH)
|
||||
-else
|
||||
- @set -x; ./extra/scripts/fix_includes.sh -k $(KERNEL_SOURCE) -t $(TARGET_ARCH) -n
|
||||
-endif
|
||||
@cd include/bits; \
|
||||
set -e; \
|
||||
for i in `ls ../../libc/sysdeps/linux/common/bits/*.h` ; do \
|
@ -1,55 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../uclibc/filter_before_install.ing.patch
|
||||
# Copyright (C) 2006 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
--- ./Makefile.in.orig 2006-11-29 22:29:11.000000000 -0300
|
||||
+++ ./Makefile.in 2006-11-29 22:30:50.000000000 -0300
|
||||
@@ -113,16 +113,8 @@
|
||||
|
||||
# Installs header files.
|
||||
install_headers:
|
||||
- $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
|
||||
- printf ".svn\n.cvsignore\nCVS\n" > tar_exclude ; \
|
||||
- if [ "$(KERNEL_SOURCE)" = "$(PREFIX)$(DEVEL_PREFIX)" ] ; then \
|
||||
- ls -1d include/linux include/asm* >> tar_exclude ; \
|
||||
- fi ; \
|
||||
- $(TAR) -chf - -X tar_exclude include \
|
||||
- | $(TAR) -xf - -C $(PREFIX)$(DEVEL_PREFIX)
|
||||
- rm -f tar_exclude
|
||||
printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' > \
|
||||
- $(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
|
||||
+ include/libc-internal.h
|
||||
$(RM) include/dl-osinfo.h
|
||||
$(RM) include/_lfs_64.h
|
||||
$(RM) include/bits/uClibc_uintmaxtostr.h
|
||||
@@ -199,10 +191,14 @@
|
||||
# Remove this as it is only used internally.
|
||||
$(RM) include/tls.h
|
||||
endif
|
||||
- -@for i in `find $(PREFIX)$(DEVEL_PREFIX)include -type d` ; do \
|
||||
- chmod 755 $$i; chmod 644 $$i/*.h > /dev/null 2>&1; \
|
||||
- done
|
||||
- -chown -R `id | sed 's/^uid=\([0-9]*\).*gid=\([0-9]*\).*$$/\1:\2/'` $(PREFIX)$(DEVEL_PREFIX)include
|
||||
+ $(INSTALL) -d $(PREFIX)$(DEVEL_PREFIX)include
|
||||
+ printf ".svn\n.cvsignore\nCVS\n" > tar_exclude ; \
|
||||
+ if [ "$(KERNEL_SOURCE)" = "$(PREFIX)$(DEVEL_PREFIX)" ] ; then \
|
||||
+ ls -1d include/linux include/asm* >> tar_exclude ; \
|
||||
+ fi ; \
|
||||
+ $(TAR) -chf - -X tar_exclude include/* \
|
||||
+ | $(TAR) -xf - -C $(PREFIX)$(DEVEL_PREFIX)
|
||||
+ rm -f tar_exclude
|
||||
|
||||
# Installs development library links.
|
||||
install_dev: install_headers
|
@ -0,0 +1,30 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../uclibc/fix_make_install.patch
|
||||
# Copyright (C) 2007 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
--- ./Makefile.orig 2007-03-19 08:23:12.000000000 -0400
|
||||
+++ ./Makefile 2007-03-19 08:23:49.000000000 -0400
|
||||
@@ -163,8 +163,9 @@
|
||||
else \
|
||||
extra_exclude="" ; \
|
||||
fi ; \
|
||||
- tar -chf - include --exclude .svn --exclude CVS $$extra_exclude \
|
||||
- | tar -xf - -C $(PREFIX)$(DEVEL_PREFIX)
|
||||
+ find -L include ! -type d ! -path '*/.svn/*' ! -path '*/CVS/*' ! -path 'include/linux/*' ! -path 'include/scsi/*' \
|
||||
+ ! -path 'include/asm/*' ! -path 'include/asm-*/*' | tar -chf - -T /dev/stdin \
|
||||
+ | tar -xvf - -C $(PREFIX)$(DEVEL_PREFIX)
|
||||
echo '/* Dont use _syscall#() macros; use the syscall() function */' > \
|
||||
$(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h
|
||||
ifneq ($(strip $(UCLIBC_HAS_FLOATS)),y)
|
@ -1,25 +0,0 @@
|
||||
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# T2 SDE: package/.../uclibc/make_locale_after_headers.diff
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- T2-COPYRIGHT-NOTE-END ---
|
||||
--- ./Makefile.orig 2004-02-08 00:35:28.000000000 -0300
|
||||
+++ ./Makefile 2004-02-08 00:36:20.000000000 -0300
|
||||
@@ -156,6 +156,7 @@
|
||||
fi
|
||||
$(MAKE) -C libc/sysdeps/linux/common headers
|
||||
$(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) headers
|
||||
+ $(MAKE) -C extra/locale
|
||||
|
||||
# Command used to download source code
|
||||
WGET:=wget --passive-ftp
|
Loading…
Reference in new issue