aboutsummaryrefslogtreecommitdiffstats
path: root/tools/patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-07 12:52:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-07 12:52:14 +0000
commit1b91aaa944317f8dba2276440dd25e38e99ab69b (patch)
tree6daa61054e301a7b4ca3387ec2c3d557e4686b2a /tools/patch
parenta9b1f01c42082b1cd1d208b47937c30e4938c4e5 (diff)
downloadmaster-187ad058-1b91aaa944317f8dba2276440dd25e38e99ab69b.tar.gz
master-187ad058-1b91aaa944317f8dba2276440dd25e38e99ab69b.tar.bz2
master-187ad058-1b91aaa944317f8dba2276440dd25e38e99ab69b.zip
tools/quilt: fix build error during kernel_menuconfig on a cleaned env
When running "make kernel_menuconfig" right after "make clean", we error out with the following message: Makefile:22: recipe for target '.../build_dir/target-arm_cortex-a7_musl-1.1.10_eabi/linux-.../linux-3.18.18/.quilt_checked' failed make[2]: [.../build_dir/target-arm_cortex-a7_musl-1.1.10_eabi/linux-.../linux-3.18.18/.quilt_checked] Error 127 (ignored) The root cause of the problem is located in the OpenWrt specific quilt patch, which sets the quilt install directory to $STAGING_DIR/../host. However, on a clean environment (right after running "make clean"), $STAGING_DIR doesn't exist. The "quilt" executable doesn't find its different commands, errors out, and creates this message. We're fixing it by using $STAGING_DIR_HOST rather than $STAGING_DIR, which is absolute. It will work even if there is no target directory yet. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47410 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/patch')
0 files changed, 0 insertions, 0 deletions