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
aaebbe1f
Commit
aaebbe1f
authored
Aug 01, 2014
by
Arnaud Charlet
Committed by
Arnaud Charlet
Aug 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* update_web_docs_svn: Simplify build of gnat_ugn.
From-SVN: r213503
parent
fba8a9e3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
16 deletions
+6
-16
maintainer-scripts/ChangeLog
+4
-0
maintainer-scripts/update_web_docs_svn
+2
-16
No files found.
maintainer-scripts/ChangeLog
View file @
aaebbe1f
2014-08-01 Arnaud Charlet <charlet@adacore.com>
* update_web_docs_svn: Simplify build of gnat_ugn.
2014-06-12 Richard Biener <rguenther@suse.de>
2014-06-12 Richard Biener <rguenther@suse.de>
* crontab: Remove 4.7 snapshot entry.
* crontab: Remove 4.7 snapshot entry.
...
...
maintainer-scripts/update_web_docs_svn
View file @
aaebbe1f
...
@@ -20,11 +20,7 @@ MANUALS="cpp
...
@@ -20,11 +20,7 @@ MANUALS="cpp
gcj
gcj
gfortran
gfortran
gfc-internals
gfc-internals
gnat_ug_unx
gnat_ugn
gnat_ug_vms
gnat_ug_vxw
gnat_ug_wnt
gnat_ugn_unw
gnat-style
gnat-style
gnat_rm
gnat_rm
libgomp
libgomp
...
@@ -118,8 +114,6 @@ fi
...
@@ -118,8 +114,6 @@ fi
find gcc
-type
f
\(
-name
'*.texi'
\
find gcc
-type
f
\(
-name
'*.texi'
\
-o
-path
gcc/gcc/doc/install.texi2html
\
-o
-path
gcc/gcc/doc/install.texi2html
\
-o
-path
gcc/gcc/doc/include/texinfo.tex
\
-o
-path
gcc/gcc/doc/include/texinfo.tex
\
-o
-path
gcc/gcc/ada/xgnatugn.adb
\
-o
-path
gcc/gcc/ada/ug_words
\
-o
-path
gcc/gcc/BASE-VER
\
-o
-path
gcc/gcc/BASE-VER
\
-o
-path
gcc/gcc/DEV-PHASE
\
-o
-path
gcc/gcc/DEV-PHASE
\
-o
-print0
\)
| xargs
-0
rm
-f
-o
-print0
\)
| xargs
-0
rm
-f
...
@@ -131,14 +125,6 @@ tar cf docs-sources.tar gcc
...
@@ -131,14 +125,6 @@ tar cf docs-sources.tar gcc
# and fdl.texi.
# and fdl.texi.
includedir
=
gcc/gcc/doc/include
includedir
=
gcc/gcc/doc/include
# Generate gnat_ugn_unw
if
[
-f
gcc/gcc/ada/xgnatugn.adb
]
;
then
gnatmake
-q
gcc/gcc/ada/xgnatugn
./xgnatugn unw gcc/gcc/ada/gnat_ugn.texi
\
gcc/gcc/ada/ug_words gnat_ugn_unw.texi
fi
# Generate gcc-vers.texi.
# Generate gcc-vers.texi.
(
(
echo
"@set version-GCC
$(
cat
gcc/gcc/BASE-VER
)
"
echo
"@set version-GCC
$(
cat
gcc/gcc/BASE-VER
)
"
...
@@ -161,7 +147,7 @@ for file in $MANUALS; do
...
@@ -161,7 +147,7 @@ for file in $MANUALS; do
filename
=
`
find
.
-name
${
file
}
.texi
`
filename
=
`
find
.
-name
${
file
}
.texi
`
if
[
"
${
filename
}
"
]
;
then
if
[
"
${
filename
}
"
]
;
then
includes
=
"-I
${
includedir
}
-I
`
dirname
${
filename
}
`
"
includes
=
"-I
${
includedir
}
-I
`
dirname
${
filename
}
`
"
if
[
"
$file
"
=
"gnat_ugn
_unw
"
]
;
then
if
[
"
$file
"
=
"gnat_ugn"
]
;
then
includes
=
"
$includes
-I gcc/gcc/ada"
includes
=
"
$includes
-I gcc/gcc/ada"
fi
fi
makeinfo
--html
$includes
-o
${
file
}
${
filename
}
makeinfo
--html
$includes
-o
${
file
}
${
filename
}
...
...
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