autoconf
[Top][All Lists]
Advanced

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

Re: Autoconf 2.49d test: Command not found


From: Raja R Harinath
Subject: Re: Autoconf 2.49d test: Command not found
Date: 21 Mar 2001 09:02:41 -0600
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.100

John Poltorak <address@hidden> writes:
[snip] 
> On further investigation, it seems to be coming from here:-
> 
> 
> $(srcdir)/version.texi: stamp-vti
>       @:
> 
> My Make struggles to understand '@:'. 

That's bad.  It's an oft-used idiom.

> What is it supposed to mean?

"Quietly do nothing" :-)

The '@' tells make not to print out the command that it is executing.
The ':' is the shell synonym for 'true' -- i.e. a safe no-op in a make
rule.  

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



reply via email to

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