Menu

Register a way that a command was made?

Help
2011-12-13
2013-03-15
  • Michael Lachmann

    Hi!

    Is there to tell makepp how a certain file was made? Say I created a file that takes 2 weeks to finish. Now I want to put the commands I used in the makefile, and I want to tell makepp "this is how I made this file.. you don't need to remake it till something changes…"

     
  • Daniel Pfeiffer

    Daniel Pfeiffer - 2011-12-13

    Hi,

    Not really.  But you can make it fall back to the old make way of doing things by tacking this onto the end of the first line of your rule:

    :build_check target_newer

    regards - Daniel

     

Log in to post a comment.