Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3626

Show
Ignore:
Timestamp:
06/17/08 04:48:43 (6 months ago)
Author:
larsivi
Message:

Make sure scripts are executable, closes #1146, thanks mandel

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/build-gdc.sh

    r3497 r3626  
    4646cp ../object.di compiler/gdc/object.di 
    4747 
     48# Make sure scripts are installable (typically zip doesn't preserve x bit) 
     49chmod a+x compiler/gdc/configure 
     50chmod a+x compiler/gdc/config.guess 
     51 
    4852pushd ./compiler/gdc 
    4953./configure || exit 1