Renamed makefile.conf to envars.conf
This commit is contained in:
parent
c1bba57fde
commit
57c7bfeeab
3 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ __write_build_cmd() { #
|
|||
#----------------------------------#
|
||||
(
|
||||
cat << EOF
|
||||
@source ../makefile.conf && ${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1
|
||||
@source ../envars.conf && ${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1
|
||||
EOF
|
||||
) >> $MKFILE.tmp
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ $Id$
|
|||
TODO developers notes
|
||||
packages auto-generated file with packages info
|
||||
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
|
||||
and GNOME and KDE dependencies tree
|
||||
blfs-parser.sh generates linear BLFS books and build scripts
|
||||
|
|
Reference in a new issue