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
60f1711a
Commit
60f1711a
authored
Nov 19, 2007
by
Thiemo Seufer
Committed by
Thiemo Seufer
Nov 19, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config-ml.in: Don't hardcode the Makefile name.
From-SVN: r130291
parent
56aa7240
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
ChangeLog
+4
-0
config-ml.in
+4
-4
No files found.
ChangeLog
View file @
60f1711a
2007-11-19 Thiemo Seufer <ths@mips.com>
* config-ml.in: Don't hardcode the Makefile name.
2007-11-08 Alexander Monakov <amonakov@ispras.ru>
2007-11-08 Alexander Monakov <amonakov@ispras.ru>
* MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
...
...
config-ml.in
View file @
60f1711a
...
@@ -586,8 +586,8 @@ multi-clean:
...
@@ -586,8 +586,8 @@ multi-clean:
true; \
true; \
else \
else \
lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
lib=`${PWD_COMMAND} | sed -e 's,^.*/\([^/][^/]*\)$$,\1,'`; \
for dir in
Makefile
$(MULTIDIRS); do \
for dir in
${Makefile}
$(MULTIDIRS); do \
if [ -f ../$${dir}/$${lib}/
Makefile
]; then \
if [ -f ../$${dir}/$${lib}/
${Makefile}
]; then \
if (cd ../$${dir}/$${lib}; $(MAKE) $(FLAGS_TO_PASS) $(DO)); \
if (cd ../$${dir}/$${lib}; $(MAKE) $(FLAGS_TO_PASS) $(DO)); \
then true; \
then true; \
else exit 1; \
else exit 1; \
...
@@ -605,7 +605,7 @@ mv Makefile.tem ${Makefile}
...
@@ -605,7 +605,7 @@ mv Makefile.tem ${Makefile}
fi # ${ml_toplevel_p} = yes
fi # ${ml_toplevel_p} = yes
if [ "${ml_verbose}" = --verbose ]; then
if [ "${ml_verbose}" = --verbose ]; then
echo "Adding multilib support to
Makefile
in ${ml_realsrcdir}"
echo "Adding multilib support to
${Makefile}
in ${ml_realsrcdir}"
if [ "${ml_toplevel_p}" = yes ]; then
if [ "${ml_toplevel_p}" = yes ]; then
echo "multidirs=${multidirs}"
echo "multidirs=${multidirs}"
fi
fi
...
@@ -740,7 +740,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
...
@@ -740,7 +740,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
fi
fi
(cd ${ml_dir}/${ml_libdir};
(cd ${ml_dir}/${ml_libdir};
../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "")
../${dotdot}${ml_unsubdir}symlink-tree ../${dotdot}${ml_unsubdir}${ml_libdir} "")
if [ -f ${ml_dir}/${ml_libdir}/
Makefile
]; then
if [ -f ${ml_dir}/${ml_libdir}/
${Makefile}
]; then
if [ x"${MAKE}" = x ]; then
if [ x"${MAKE}" = x ]; then
(cd ${ml_dir}/${ml_libdir}; make distclean)
(cd ${ml_dir}/${ml_libdir}; make distclean)
else
else
...
...
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