projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eadee68
)
Fix for bug #57865. Thanks to Martin Parm for the patch!
author
Tim Yamin
<plasmaroo@gentoo.org>
Thu, 22 Jul 2004 18:33:19 +0000
(18:33 +0000)
committer
Tim Yamin
<plasmaroo@gentoo.org>
Thu, 22 Jul 2004 18:33:19 +0000
(18:33 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@118
67a159dc
-881f-0410-a524-
ba9dfbe2cb84
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index 2d226f95317f38f6566397f786e964796d993afa..5b37294dcb49ec63854de365296e54f85fe67e3a 100644
(file)
--- a/
gen_compile.sh
+++ b/
gen_compile.sh
@@
-392,7
+392,7
@@
compile_dietlibc() {
BUILD_DIETLIBC=0
[ ! -f "${DIETLIBC_BINCACHE}" ] && BUILD_DIETLIBC=1
[ ! -f "${DIETLIBC_BINCACHE_TEMP}" ] && BUILD_DIETLIBC=1
- if
[ "${BUILD_DIETLIBC}" ]
+ if
! isTrue "${BUILD_DIETLIBC}"
then
ORIGTEMP=`cat "${DIETLIBC_BINCACHE_TEMP}"`
if [ "${TEMP}" != "${ORIGTEMP}" ]