projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93b29a9
)
add bash invocation before compiling unionfs-fuse in order to poke around
author
agaffney
<agaffney@kagome.(none)>
Thu, 13 Nov 2008 04:01:38 +0000
(22:01 -0600)
committer
agaffney
<agaffney@kagome.(none)>
Thu, 13 Nov 2008 04:01:38 +0000
(22:01 -0600)
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index 4c978f22635df4dd96d483aa6a49de18b816ed09..cd59176821f975f641a25a46799234c52236102a 100644
(file)
--- 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" ] ||