This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: error while "make bootstrap-lean"
- From: Fergus Henderson <fjh at cs dot mu dot OZ dot AU>
- To: "Avinash K. Shrivastava" <avi at cse dot iitb dot ac dot in>
- Cc: gcc at gcc dot gnu dot org, gcc at gnu dot org
- Date: Fri, 22 Nov 2002 23:39:57 +1100
- Subject: Re: error while "make bootstrap-lean"
- References: <Pine.HPX.4.21.0211221704070.6773-100000@everest.cse.iitb.ac.in>
On 22-Nov-2002, Avinash K. Shrivastava <avi@cse.iitb.ac.in> wrote:
>
> while integrating a language-front-end to Gcc,
> we are getting the following error while make bootstrap-lean
> ,during stage1_build.
>
> make[2] *** no rule specified for target
> <language-name>.generated-manpages, needed by
> lang.generated-manpages.
>
> Please tell us:
>
> [1] why this error is...,??
What part of the error message is unclear?
> [2] what to do...??
Add a rule for the <language-name>.generated-manpages target
in your Make-lang.in.
Have a look at the ones in "java" and "treelang" for examples of
what such a target would do.
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.