BLFS tools: Do not source envars.conf
Now the environment variables are taken from configuration.
This commit is contained in:
parent
9daa202654
commit
0a93085f84
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ __write_build_cmd() { #
|
||||||
#----------------------------------#
|
#----------------------------------#
|
||||||
(
|
(
|
||||||
cat << EOF
|
cat << EOF
|
||||||
@source ${TOPDIR}/envars.conf && ${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1
|
@${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1
|
||||||
EOF
|
EOF
|
||||||
) >> $MKFILE.tmp
|
) >> $MKFILE.tmp
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue