help-make
[Top][All Lists]
Advanced

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

How to get the current make target


From: Yanghui Bian
Subject: How to get the current make target
Date: Tue, 9 Sep 2003 19:28:00 +0200

Hello,
Generally I could get the make target from "makecmdgoals" provided by
GNU make.
But sometimes people will invoke make like below:
make target1 target2 target3
I assume make process the target1 first then the next target just like I
invoke it as:
Make target1; make target2; make target3; 
In the first case, is there any way to get the target which is under
processing?  
Thank you.
ybi





reply via email to

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