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
e7f62dcf
Commit
e7f62dcf
authored
Aug 02, 2001
by
Nick Clifton
Committed by
Nick Clifton
Aug 02, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only (re)build configure, config.in and cstamp-h.in in maintainer mode.
From-SVN: r44577
parent
1518ec60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
gcc/ChangeLog
+7
-0
gcc/Makefile.in
+14
-6
No files found.
gcc/ChangeLog
View file @
e7f62dcf
2001
-
08
-
02
Nick
Clifton
<
nickc
@cambridge
.
redhat
.
com
>
*
Makefile
.
in
(
$
(
srcdir
)
/
configure
)
:
Only
rebuild
in
maintainer
mode
.
(
$
(
srcdir
)
/
config
.
in
)
:
Only
define
in
maintainer
mode
.
(
$
(
srcdir
)
/
cstamp
-
h
.
in
)
:
Only
define
in
maintainer
mode
.
2001
-
08
-
02
David
Edelsohn
<
edelsohn
@gnu
.
org
>
*
doc
/
install
.
texi
(
Install
GCC
:
Binaries
)
:
Update
Bull
info
.
...
...
gcc/Makefile.in
View file @
e7f62dcf
...
...
@@ -880,7 +880,12 @@ cs-tm_p.h: Makefile
HEADERS
=
"
$(tm_p_file)
"
DEFINES
=
""
TARGET_CPU_DEFAULT
=
""
\
$(SHELL)
$(srcdir)
/mkconfig.sh tm_p.h
$(srcdir)/configure
:
$(srcdir)/configure.in
# Don't automatically run autoconf, since configure.in might be accidentally
# newer than configure. Also, this writes into the source directory which
# might be on a read-only file system. If configured for maintainer mode
# then do allow autoconf to be run.
$(srcdir)/configure
:
@MAINT@ $(srcdir)/configure.in
(
cd
$(srcdir)
&&
autoconf
)
gccbug
:
$(srcdir)/gccbug.in
...
...
@@ -898,11 +903,14 @@ mklibgcc: $(srcdir)/mklibgcc.in
# "echo timestamp" is used instead of touch to be consistent with other
# packages that use autoconf (??? perhaps also to avoid problems with patch?).
# ??? Newer versions have a maintainer mode that may be useful here.
$(srcdir)/config.in
:
$(srcdir)/cstamp-h.in
$(srcdir)/cstamp-h.in
:
$(srcdir)/configure.in $(srcdir)/acconfig.h
(
cd
$(srcdir)
&&
autoheader
)
@
rm
-f
$(srcdir)
/cstamp-h.in
echo
timestamp
>
$(srcdir)
/cstamp-h.in
# Don't run autoheader automatically either.
# Only run it if maintainer mode is enabled.
@MAINT@ $(srcdir)/config.in
:
$(srcdir)/cstamp-h.in
@MAINT@ $(srcdir)/cstamp-h.in
:
$(srcdir)/configure.in $(srcdir)/acconfig.h
@MAINT@
(cd
$(srcdir)
&&
autoheader)
@MAINT@
@rm
-f
$(srcdir)/cstamp-h.in
@MAINT@
echo
timestamp
>
$(srcdir)/cstamp-h.in
auto-host.h
:
cstamp-h ; @true
cstamp-h
:
config.in config.status
CONFIG_HEADERS
=
auto-host.h:config.in
LANGUAGES
=
"
$(CONFIG_LANGUAGES)
"
$(SHELL)
config.status
...
...
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