Changeset 63e068c for jhalfs


Ignore:
Timestamp:
02/29/2012 01:22:01 PM (13 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
4fdb8bd
Parents:
b9c5dc9
Message:

remove the no empty build dir guard (buggy anyway) and cosmetics in a comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rb9c5dc9 r63e068c  
    353353if [[ "$REBUILD_MAKEFILE" = "n" ]] ; then
    354354
    355   # If $BUILDDIR has subdirectories like tools/ or bin/, stop the run
    356   # and notify the user about that.
    357   if [ -d $BUILDDIR/tools -o -d $BUILDDIR/bin ] && [ -z $CLEAN ] ; then
    358     eval "$no_empty_builddir"
    359   fi
    360 
    361355  # If requested, clean the build directory
    362356  clean_builddir
     
    470464fi
    471465
    472 # When regenerating the Makefile, we need to know also the canonical book version
     466# When regenerating the Makefile, we need to know also the
     467# canonical book version
    473468if [[ "$REBUILD_MAKEFILE" = "y" ]] ; then
    474469  case $PROGNAME in
Note: See TracChangeset for help on using the changeset viewer.