Re: How to tell gbu make to run a target twice?

Henrik Carlqvist <[email protected]>
Newsgroups gmane.comp.gnu.utils
Organization SunSITE.dk - Supporting Open source
Message-ID <[email protected]>
howa <[email protected]> wrote:

> all: do do
> 
> do:
>         ls -la
> 
> 
> I want to run the do command twice.

Each target will only be run once, but you can have two commands for a
single target:

all: do

do:
	ls -la
	ls -la


regards Henrik
-- 
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root@localhost postmaster@localhost
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.