help-make
[Top][All Lists]
Advanced

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

Re: Taking make out of the execution process


From: Ewan Delanoy
Subject: Re: Taking make out of the execution process
Date: Fri, 4 Dec 2015 08:08:11 +0100

   >Is there a request that you have?

   I am looking for a make option/script/program which, when given a
   makefile
   and a target, outputs the list of non-make commands who will be
   executed by
   the makefile.

     For example, given the makefile

   a:
       echo "A"
   b:
       echo "B"
       $(MAKE) a
       echo "C"

   on the target "b" it should output

       echo "B"
       echo "A"
       echo "C"


reply via email to

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