summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox-1.16.2/make-382-fix.patch
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-11-09 12:18:14 +0000
committerJoshua Lock <josh@linux.intel.com>2010-11-09 14:10:31 +0000
commit4f6d91ec214d9d42ae9477f64dbaceb9477e4d0d (patch)
treeedd179b5a7aca506fc75beb6be7a59a9bb9a4216 /meta/recipes-core/busybox/busybox-1.16.2/make-382-fix.patch
parent6ac1365aa58e0169a17b250272121088ed3aa47b (diff)
downloadpoky-4f6d91ec214d9d42ae9477f64dbaceb9477e4d0d.tar.gz
busybox: import upstream patch for make 3.82
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/busybox-1.16.2/make-382-fix.patch')
-rw-r--r--meta/recipes-core/busybox/busybox-1.16.2/make-382-fix.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.16.2/make-382-fix.patch b/meta/recipes-core/busybox/busybox-1.16.2/make-382-fix.patch
new file mode 100644
index 0000000000..4ef125d6c0
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox-1.16.2/make-382-fix.patch
@@ -0,0 +1,25 @@
1From ef6c6d8cfef071435ccf275ad404a501626b706c Mon Sep 17 00:00:00 2001
2From: Thomas Chou <thomas@wytron.com.tw>
3Date: Tue, 19 Oct 2010 07:17:12 +0000
4Subject: mkmakefile: make 3.82 fix
5
6Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
7Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
8---
9diff --git a/scripts/mkmakefile b/scripts/mkmakefile
10index 7f9d544..9fc51a7 100755
11--- a/scripts/mkmakefile
12+++ b/scripts/mkmakefile
13@@ -31,6 +31,9 @@ all:
14
15 Makefile:;
16
17-\$(filter-out all Makefile,\$(MAKECMDGOALS)) %/:
18+\$(filter-out all Makefile,\$(MAKECMDGOALS)):
19+ \$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@
20+
21+%/:
22 \$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@
23 EOF
24--
25cgit v0.8.2.1