diff --git a/BLFS/gen-makefile.sh b/BLFS/gen-makefile.sh index 583f051..9143c9e 100755 --- a/BLFS/gen-makefile.sh +++ b/BLFS/gen-makefile.sh @@ -40,7 +40,7 @@ __write_build_cmd() { # #----------------------------------# ( cat << EOF - @source ${TOPDIR}/envars.conf && ${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1 + @${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1 EOF ) >> $MKFILE.tmp }