another missing menu variable
This commit is contained in:
parent
7d888a4c1f
commit
0044289c45
3 changed files with 5 additions and 2 deletions
|
@ -205,7 +205,7 @@
|
|||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:apply-templates/>
|
||||
<xsl:text> >> $TEST_LOG 2>&1&</xsl:text>
|
||||
<xsl:text> >> $TEST_LOG 2>&1</xsl:text>
|
||||
<xsl:if test="contains(string(),' -k ')">
|
||||
<xsl:text> || true</xsl:text>
|
||||
</xsl:if>
|
||||
|
|
|
@ -807,7 +807,7 @@ get_sources() { # Download file, write name to MISSING_FILES.DMP if
|
|||
[[ -f MD5SUMS ]] && rm MD5SUMS
|
||||
[[ -f MISSING_FILES.DMP ]] && rm MISSING_FILES.DMP
|
||||
[[ -f urls.lst ]] && rm urls.lst
|
||||
|
||||
echo "getting sources"
|
||||
# Generate URLs file
|
||||
create_urls
|
||||
|
||||
|
|
|
@ -56,6 +56,9 @@ if [[ -e using_menuconfig ]]; then
|
|||
#--- CONSTANTS
|
||||
declare -r SVN="svn://svn.linuxfromscratch.org"
|
||||
declare -r LOG=000-masterscript.log
|
||||
# --- Server used if the file isn't found in SRC_ARCHIVE.
|
||||
# As a last resort, the file will dowloaded from upstream, if possible.
|
||||
SERVER=ftp://ftp.lfs-matrix.net
|
||||
#--- Working directories
|
||||
SCRIPT_ROOT=jhalfs
|
||||
JHALFSDIR=$BUILDDIR/$SCRIPT_ROOT
|
||||
|
|
Reference in a new issue