help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gmake message


From: John Graham-Cumming
Subject: Re: gmake message
Date: Mon, 21 Mar 2005 11:38:13 -0500

On Mon, 2005-03-21 at 15:57 +0100, Eric Leenman wrote:
> I give the command: gmake-378 kleur.mak
>  
> I get the response: gmake-378: Nothing to be done for 'kleur.mak' .

Almost certainly because you meant to do 'gmake-378 -f kleur.mak' and
not 'gmake-378 kleur.mak'.  The former means read the Makefile
'kleur.mak' and build the goals; the latter means read Makefile and
build kleur.mak.

John.
-- 
John Graham-Cumming

Home: http://www.jgc.org/
Work: http://www.electric-cloud.com/
POPFile: http://getpopfile.org/
GNU Make Standard Library: http://gmsl.sf.net/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]