projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9bb523
)
fake-environ: Don't do that on a toolchain build.
author
Michael Tremer
<michael.tremer@ipfire.org>
Wed, 15 Aug 2012 17:09:04 +0000
(19:09 +0200)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Wed, 15 Aug 2012 17:09:04 +0000
(19:09 +0200)
tools/make-functions
patch
|
blob
|
blame
|
history
diff --git
a/tools/make-functions
b/tools/make-functions
index ebbb4d822e9e7ba1801fafc98ea316994aad8fc3..f501767783a653e9f90e21be4b56854cab9ed65d 100644
(file)
--- a/
tools/make-functions
+++ b/
tools/make-functions
@@
-392,7
+392,6
@@
lfsmake1() {
ROOT=$LFS \
KVER=$KVER \
MAKETUNING=$MAKETUNING \
- $(fake_environ) \
install >> $LOGFILE 2>&1
local COMPILE_SUCCESS=$?
local PKG_TIME_END=`date +%s`