Changeset 3644
- Timestamp:
- 06/19/08 17:46:57 (6 months ago)
- Files:
-
- trunk/lib/build-gdc.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/build-gdc.sh
r3627 r3644 21 21 export GDMD=${GDC_PREFIX}gdmd${GDC_POSTFIX} 22 22 fi 23 24 # Make sure scripts are installable (typically zip doesn't preserve x bit) 25 chmod a+x compiler/gdc/configure 26 chmod a+x compiler/gdc/config.guess 23 27 24 28 GDC_VER="`$GDC --version | grep 'gdc' | sed 's/^.*gdc \(pre\-\{0,1\}release \)*\([0-9]*\.[0-9]*\).*$/\2/'`" … … 46 50 # Make sure object.di is present for clean GDC installs 47 51 cp ../object.di compiler/gdc/object.di 48 49 # Make sure scripts are installable (typically zip doesn't preserve x bit)50 chmod a+x compiler/gdc/configure51 chmod a+x compiler/gdc/config.guess52 52 53 53 pushd ./compiler/gdc












