another missing menu variable

This commit is contained in:
George Boudreau 2006-08-17 08:08:39 +00:00
parent 7d888a4c1f
commit 0044289c45
3 changed files with 5 additions and 2 deletions

View file

@ -205,7 +205,7 @@
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:apply-templates/> <xsl:apply-templates/>
<xsl:text> &gt;&gt; $TEST_LOG 2&gt;&amp;1&</xsl:text> <xsl:text> &gt;&gt; $TEST_LOG 2&gt;&amp;1</xsl:text>
<xsl:if test="contains(string(),' -k ')"> <xsl:if test="contains(string(),' -k ')">
<xsl:text> || true</xsl:text> <xsl:text> || true</xsl:text>
</xsl:if> </xsl:if>

View file

@ -807,7 +807,7 @@ get_sources() { # Download file, write name to MISSING_FILES.DMP if
[[ -f MD5SUMS ]] && rm MD5SUMS [[ -f MD5SUMS ]] && rm MD5SUMS
[[ -f MISSING_FILES.DMP ]] && rm MISSING_FILES.DMP [[ -f MISSING_FILES.DMP ]] && rm MISSING_FILES.DMP
[[ -f urls.lst ]] && rm urls.lst [[ -f urls.lst ]] && rm urls.lst
echo "getting sources"
# Generate URLs file # Generate URLs file
create_urls create_urls

View file

@ -56,6 +56,9 @@ if [[ -e using_menuconfig ]]; then
#--- CONSTANTS #--- CONSTANTS
declare -r SVN="svn://svn.linuxfromscratch.org" declare -r SVN="svn://svn.linuxfromscratch.org"
declare -r LOG=000-masterscript.log 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 #--- Working directories
SCRIPT_ROOT=jhalfs SCRIPT_ROOT=jhalfs
JHALFSDIR=$BUILDDIR/$SCRIPT_ROOT JHALFSDIR=$BUILDDIR/$SCRIPT_ROOT