help-make
[Top][All Lists]
Advanced

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

Taking make out of the execution process


From: Ewan Delanoy
Subject: Taking make out of the execution process
Date: Thu, 3 Dec 2015 18:50:45 +0100

   Given a target in a makefile, I would like to construct
   (programmatically) a sequence of non-make commands whose effect
   is exactly equivalent to calling make on the target.

   When there are no recursive calls in the makefile, the -n option does
   exactly this. It fails however when there are recursive calls.


reply via email to

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