help-make
[Top][All Lists]
Advanced

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

Make execute twice the same dependency


From: Emmanuel Mayssat
Subject: Make execute twice the same dependency
Date: Mon, 10 Oct 2016 14:12:32 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

Sample code:

echo:
   echo "toto"
target: echo echo                           # echo to be executed twice


is there a way to execute the echo target twice in the same make command?
make target only prints echo one.
An obvious work around is to use 'make echo; make echo' but is there a way to 
do this with one make call?


-- 
Emmanuel
Menlo Security, Inc.
Menlo Park, CA




reply via email to

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