aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragaffney <agaffney@kagome.(none)>2008-11-12 22:01:38 -0600
committeragaffney <agaffney@kagome.(none)>2008-11-12 22:01:38 -0600
commit4d1f7d0c6548a4916b7d7efca1e8156a820581d0 (patch)
treed5defda2540d63f6a8f956c281f90957b15a6371 /gen_compile.sh
parentdebug (diff)
downloadgenkernel-4d1f7d0c6548a4916b7d7efca1e8156a820581d0.tar.gz
genkernel-4d1f7d0c6548a4916b7d7efca1e8156a820581d0.tar.bz2
genkernel-4d1f7d0c6548a4916b7d7efca1e8156a820581d0.zip
add bash invocation before compiling unionfs-fuse in order to poke around
Diffstat (limited to 'gen_compile.sh')
-rw-r--r--gen_compile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/gen_compile.sh b/gen_compile.sh
index 4c978f22..cd591768 100644
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -569,6 +569,7 @@ compile_unionfs_fuse() {
print_info 1 'unionfs-fuse: >> Compiling...'
sed -i "/^\(CFLAGS\|CPPFLAGS\)/s:^\\(.*\\)$:\\1 -Ifuse_tmp/${FUSE_DIR}/include:" Makefile src/Makefile
cat Makefile src/Makefile
+ bash
MAKE=${UTILS_MAKE} compile_generic "" ""
print_info 1 'unionfs-fuse: >> Copying to cache...'
[ -f "${TEMP}/${UNIONFS_FUSE_DIR}/src/unionfs" ] ||