summaryrefslogtreecommitdiff
path: root/lang/gcc34/preconfigure.mk
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2004-07-28 21:30:19 +0000
committershannonjr <shannonjr>2004-07-28 21:30:19 +0000
commita93254fa08c96c7f6a0961e2e1dfde6eeac737ed (patch)
treefcde76b62721284f2ac5ff11424ac0a06b39264b /lang/gcc34/preconfigure.mk
parentf4930bada9f71ab95fdae9fe430c2c3063ab9bcd (diff)
downloadpkgsrc-a93254fa08c96c7f6a0961e2e1dfde6eeac737ed.tar.gz
1) Fixed two Ada bootstrap issues reported by Matthias Drochner:
a) The BUILD_ADA must be YES (strictly capitalized) for the pre-configure target to work, which is inconsistent. b) For me (using ALT_GCC), the directory .work/.gcc was not present at pre-configure time, which made some "cd" fail. 2) Makefile cleanup as recommended by Lubomir. 3) pkglint cleanup 4) Increment PKGREVISION
Diffstat (limited to 'lang/gcc34/preconfigure.mk')
-rw-r--r--lang/gcc34/preconfigure.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc34/preconfigure.mk b/lang/gcc34/preconfigure.mk
index 4a76c506319..5b7dd6330ae 100644
--- a/lang/gcc34/preconfigure.mk
+++ b/lang/gcc34/preconfigure.mk
@@ -1,6 +1,6 @@
# Create compiler driver scripts in ${WRKDIR}.
(test -d ${WRKDIR}/.gcc/bin || ${MKDIR} ${WRKDIR}/.gcc/bin)
- (cd ${BUILDLINK_PREFIX.gcc34}/bin && bin_files=`ls *` && \
+ (cd ${BUILDLINK_PREFIX.gcc34}/bin && bin_files=`${LS} *` && \
cd ${WRKDIR}/.gcc/bin && \
for _target_ in $${bin_files} ; do \
${ECHO} '#!${TOOLS_SHELL}' > $${_target_} && \