Gentoo Archives: gentoo-dev

From: Aron Griffis <agriffis@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] wierd problem with ebuild
Date: Wed, 18 Dec 2002 18:28:00
Message-Id: 20021218183336.GA2140@time
In Reply to: Re: [gentoo-dev] wierd problem with ebuild by Henti Smith
1 Henti Smith wrote: [Tue Dec 17 2002, 05:16:41AM EST]
2 > Sorry .. I'm not 100% sure which @ sign you are refering to. would you
3 > like to clarify?
4
5 In a Makefile:
6
7 blah:
8 @echo hello
9
10 blah2:
11 echo hello
12
13 $ make blah
14 hello
15
16 $ make blah2
17 echo hello
18 hello
19
20 Without the leading @ sign, make shows the commands it's running.
21
22 Aron

Replies

Subject Author
Re: [gentoo-dev] wierd problem with ebuild Henti Smith <bain@×××××××.za>