diff options
author | Rafael Ávila de Espíndola <rafael.espindola@gmail.com> | 2005-12-07 22:10:30 +1030 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2005-12-07 22:10:30 +1030 |
commit | bd97af065992204bfc76c4c60723e1279f12e1d7 (patch) | |
tree | fc0f3f5f1f769b97655963aece204a073a2db5f3 /gcc/doc | |
parent | f637f07220f3c6d2a5eda7b6f8987372a49f8bbc (diff) | |
download | gcc-bd97af065992204bfc76c4c60723e1279f12e1d7.zip gcc-bd97af065992204bfc76c4c60723e1279f12e1d7.tar.gz gcc-bd97af065992204bfc76c4c60723e1279f12e1d7.tar.bz2 |
sourcebuild.texi (all.build, [...]): Remove.
gcc/
* doc/sourcebuild.texi (all.build, install-normal): Remove.
* configure.ac: Remove all.build and install-normal from target_list
* configure: Regenerate.
* Makefile.in (install): Don't depend on install-normal.
gcc/java/
* Make-lang.in (java.all.build, java.install-normal): Remove.
gcc/objc/
* Make-lang.in (objc.all.build, objc.install-normal): Remove.
gcc/objcp/
* Make-lang.in (obj-c++.all.build, obj-c++.install-normal): Remove.
gcc/cp/
* Make-lang.in (c++.all.build, c++.install-normal): Remove.
gcc/ada/
* Make-lang.in (ada.install-normal): Remove.
gcc/fortran/
* Make-lang.in (fortran.all.build, fortran.install-normal): Remove.
gcc/treelang/
* Make-lang.in (treelang.all.build, treelang.install-normal): Remove.
From-SVN: r108158
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index b88a6a7..2f463e4 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -575,7 +575,6 @@ standard rule in @file{gcc/Makefile.in} to the variable @code{lang_checks}. @table @code -@item all.build @itemx all.cross @itemx start.encap @itemx rest.encap @@ -601,8 +600,6 @@ Build generated man pages for the front end from Texinfo manuals is only called if the necessary tools are available, but should ignore errors so as not to stop the build if errors occur; man pages are optional and the tools involved may be installed in a broken way. -@item install-normal -FIXME: what is this target for? @item install-common Install everything that is part of the front end, apart from the compiler executables listed in @code{compilers} in |