From 4d1f7d0c6548a4916b7d7efca1e8156a820581d0 Mon Sep 17 00:00:00 2001 From: agaffney Date: Wed, 12 Nov 2008 22:01:38 -0600 Subject: [PATCH] add bash invocation before compiling unionfs-fuse in order to poke around --- gen_compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gen_compile.sh b/gen_compile.sh index 4c978f2..cd59176 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" ] || -- 2.26.2