Changeset 9910286


Ignore:
Timestamp:
05/13/2006 05:12:49 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a8d1ee6
Parents:
863c595
Message:

Be sure that $BUILDDIR/sources is created before generating the Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • master.sh

    r863c595 r9910286  
    540540echo "${SD_BORDER}${nl_}"
    541541
     542# If $BUILDDIR/sources hasn't benn created yet at this point, create it.
     543[[ -d $BUILDDIR/sources ]] && mkdir $BUILDDIR/sources
     544
    542545build_Makefile
    543546echo "${SD_BORDER}${nl_}"
Note: See TracChangeset for help on using the changeset viewer.