Fix the uclibc 0.9.27 patching.
authorChris Larson <clarson@kergoth.com>
Thu, 27 Jan 2005 22:26:17 +0000 (22:26 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 27 Jan 2005 22:26:17 +0000 (22:26 +0000)
BKrev: 41f96a89JRNeG7Ly9K56mRTjlnFYvA

packages/uclibc/files/nokernelheadercheck.patch
packages/uclibc/uclibc-0.9.26/nokernelheadercheck.patch [new file with mode: 0644]
packages/uclibc/uclibc-cvs/nokernelheadercheck.patch [deleted file]

index e69de29..9f09fb2 100644 (file)
@@ -0,0 +1,24 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- uClibc/Makefile~nokernelheadercheck
++++ uClibc/Makefile
+@@ -121,11 +121,11 @@
+       @./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
++#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 \
diff --git a/packages/uclibc/uclibc-0.9.26/nokernelheadercheck.patch b/packages/uclibc/uclibc-0.9.26/nokernelheadercheck.patch
new file mode 100644 (file)
index 0000000..3d44a15
--- /dev/null
@@ -0,0 +1,24 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- uClibc-0.9.26/Makefile~nokernelheadercheck
++++ uClibc-0.9.26/Makefile
+@@ -121,11 +121,11 @@
+       @./extra/config/conf -o extra/Configs/Config.in
+ headers: include/bits/uClibc_config.h
+-ifeq ($(strip $(UCLIBC_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
++#ifeq ($(strip $(UCLIBC_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 \
diff --git a/packages/uclibc/uclibc-cvs/nokernelheadercheck.patch b/packages/uclibc/uclibc-cvs/nokernelheadercheck.patch
deleted file mode 100644 (file)
index e69de29..0000000