Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: pp only to create executable when source has changed

by Athanasius (Archbishop)
on Dec 03, 2012 at 03:56 UTC ( [id://1006781]=note: print w/replies, xml ) Need Help??


in reply to Re^2: pp only to create executable when source has changed
in thread pp only to create executable when source has changed

Is that possible with make?

Yes. From Make_(software)#Behavior:

Make is typically used to build executable programs and libraries from source code. Generally though, any process that involves transforming a source file to a target result (by executing arbitrary commands) is applicable to Make.
Does it record the creation date of the source?

No, it doesn’t need to:

Make decides whether a target needs to be regenerated by comparing file modification times. This solves the problem of avoiding the building of files which are already up to date... (idem)

You can build GNU Make for various platforms, including Windows.

Hope that helps,

Athanasius <°(((><contra mundum

  • Comment on Re^3: pp only to create executable when source has changed

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1006781]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-16 08:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found