Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a89e49c7
Commit
a89e49c7
authored
May 08, 2002
by
Rainer Orth
Committed by
Rainer Orth
May 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
From-SVN: r53297
parent
83b35bd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
ChangeLog
+4
-0
config-ml.in
+1
-1
No files found.
ChangeLog
View file @
a89e49c7
2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2002-05-06 Loren J. Rittle <ljrittle@acm.org>
2002-05-06 Loren J. Rittle <ljrittle@acm.org>
* ltmain.sh: Detect and handle object name conflicts
* ltmain.sh: Detect and handle object name conflicts
...
...
config-ml.in
View file @
a89e49c7
...
@@ -756,7 +756,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
...
@@ -756,7 +756,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
esac
esac
# FIXME: POPDIR=${PWD=`pwd`} doesn't work here.
# FIXME: POPDIR=${PWD=`pwd`} doesn't work here.
ML_POPDIR=`
pwd
`
ML_POPDIR=`
${PWDCMD-pwd}
`
cd ${ml_dir}/${ml_libdir}
cd ${ml_dir}/${ml_libdir}
if [ -f ${ml_newsrcdir}/configure ]; then
if [ -f ${ml_newsrcdir}/configure ]; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment