Renamed makefile.conf to envars.conf

This commit is contained in:
Manuel Canales Esparcia 2006-08-14 18:33:05 +00:00
parent c1bba57fde
commit 57c7bfeeab
3 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ __write_build_cmd() { #
#----------------------------------# #----------------------------------#
( (
cat << EOF cat << EOF
@source ../makefile.conf && ${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1 @source ../envars.conf && ${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1
EOF EOF
) >> $MKFILE.tmp ) >> $MKFILE.tmp
} }

View file

@ -37,7 +37,7 @@ $Id$
TODO developers notes TODO developers notes
packages auto-generated file with packages info packages auto-generated file with packages info
alternatives.conf configuration files for alternative packages alternatives.conf configuration files for alternative packages
makefile.conf envars needed when running the generated Makefile envars.conf envars needed when running the build scripts
update_book.sh update the XML book sources and regenerate packages file update_book.sh update the XML book sources and regenerate packages file
and GNOME and KDE dependencies tree and GNOME and KDE dependencies tree
blfs-parser.sh generates linear BLFS books and build scripts blfs-parser.sh generates linear BLFS books and build scripts