error while "make bootstrap-lean"

Fergus Henderson fjh@cs.mu.OZ.AU
Fri Nov 22 10:44:00 GMT 2002


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.



More information about the Gcc mailing list