Openwrt/tools
Felix Fietkau bdbd0dce2e 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>

SVN-Revision: 47410
2015-11-07 12:52:14 +00:00
..
autoconf
automake
b43-tools
bc
bison tools/bison: update to 3.0.4 2015-11-03 12:00:04 +00:00
ccache
cloog
cmake tools/cmake: update to 3.3.2 2015-10-31 09:31:06 +00:00
dosfstools
e2fsprogs
elftosb
expat
findutils
firmware-utils brcm63xx: work around boot failures with squashfs on BCM6368 2015-11-04 11:33:22 +00:00
flex
flock
gengetopt
gmp
include
libelf
libtool
lzma
lzma-old
m4
make-ext4fs tools/make-ext4fs: prefer static linking 2015-09-14 15:15:15 +00:00
missing-macros
mkimage
mklibs
mm-macros tools/mm-macros: update to 0.9.8 2015-11-06 10:53:07 +00:00
mpc tools/mpc: update to 1.0.3 2015-11-03 11:59:35 +00:00
mpfr tools/mpfr: update to 3.1.3 2015-11-03 11:59:49 +00:00
mtd-utils tools/mtd-utils: fix PKG_MIRROR_MD5SUM 2015-09-21 17:18:52 +00:00
mtools mtools: build and install mmd 2015-10-11 16:23:11 +00:00
padjffs2
patch tools/patch: enable parallel build 2015-09-26 21:10:37 +00:00
patch-image
patchelf
pkg-config tools/pkg-config: update to 0.29 2015-10-30 22:31:29 +00:00
ppl
qemu
quilt tools/quilt: fix build error during kernel_menuconfig on a cleaned env 2015-11-07 12:52:14 +00:00
scons tools/scons: update to 2.4.0 2015-11-06 10:53:01 +00:00
sdimage tools: add sdimage for mxs 2015-09-21 21:08:08 +00:00
sed
sparse
squashfs
squashfs4
sstrip
tar
upslug2
upx
wrt350nv2-builder
xz tools/xz: update to 5.2.2 2015-10-30 22:31:09 +00:00
yaffs2
Makefile tools: add sdimage for mxs 2015-09-21 21:08:08 +00:00