projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5dcd5e
)
disable path globbing when creating metadata keys; bug 150866; thanks to brian harrin...
author
Simon Stelling
<blubb@gentoo.org>
Wed, 11 Oct 2006 10:52:38 +0000
(10:52 -0000)
committer
Simon Stelling
<blubb@gentoo.org>
Wed, 11 Oct 2006 10:52:38 +0000
(10:52 -0000)
svn path=/main/trunk/; revision=4657
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 7ace2fab64ecf150154cd9c9bb4ae8c40ed288c8..b43485130025575e3847e9f7f17877f564db98ab 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-941,6
+941,7
@@
dyn_compile() {
touch .compiled
cd build-info
+ set -f
for f in ASFLAGS CATEGORY CBUILD CC CFLAGS CHOST CTARGET CXX \
CXXFLAGS DEPEND EXTRA_ECONF EXTRA_EINSTALL EXTRA_MAKE \
FEATURES INHERITED IUSE LDFLAGS LIBCFLAGS LIBCXXFLAGS \
@@
-950,6
+951,7
@@
dyn_compile() {
done
echo "${USE}" > USE
echo "${EAPI:-0}" > EAPI
+ set +f
set > environment
export -p | sed 's:declare -rx:declare -x:' >> environment
bzip2 -9 environment