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
18ccc7e0
Commit
18ccc7e0
authored
Nov 14, 2004
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Nov 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc_update (touch_files): Explicitly pass --no-print-directory.
From-SVN: r90614
parent
27e29549
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
contrib/ChangeLog
+4
-0
contrib/gcc_update
+7
-1
No files found.
contrib/ChangeLog
View file @
18ccc7e0
2004
-
11
-
14
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
gcc_update
(
touch_files
)
:
Explicitly
pass
--
no
-
print
-
directory
.
2004
-
11
-
04
Andrew
Pinski
<
pinskia
@physics
.
uc
.
edu
>
*
gcc_update
(
boehm
-
gc
/
aclocal
.
m4
)
:
Remove
boehm
-
gc
/
acinclude
.
m4
.
...
...
contrib/gcc_update
View file @
18ccc7e0
...
...
@@ -128,7 +128,13 @@ touch_files () {
echo
' echo Touching $@... 1>&2; \'
>>
Makefile.
$$
echo
' touch $@'
>>
Makefile.
$$
files_and_dependencies | sed
's,[^ ]* ,,;s,$, :,'
>>
Makefile.
$$
while
${
MAKE
-make
}
-s
-f
Makefile.
$$
all |
grep
.
>
/dev/null
;
do
# We need to explicitly shut off the "Entering... Leaving..."
# messages through "--no-print-directory" to handle the case when
# we were called from a recursive invocation (i.e. "$(MAKE)" in a
# Makefile, not just make). Passing only "-s" doesn't help then,
# because make has helpfully added "-w" to MAKEFLAGS automatically.
while
${
MAKE
-make
}
-s
--no-print-directory
-f
Makefile.
$$
all |
grep
.
>
/dev/null
;
do
sleep 1
done
2>&1
rm
-f
Makefile.
$$
...
...
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