aboutsummaryrefslogtreecommitdiff
path: root/src/builder.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-08-02 06:54:48 +0000
committerMike Buland <eichlan@xagasoft.com>2006-08-02 06:54:48 +0000
commit062fcfb96c56ecfb69b8c3162ced65b63e863752 (patch)
tree59fbd75fe3ff72776556be8f7e9782726396fc06 /src/builder.h
parent53526ddd639aaed8ce90486b02ba621e02f6b505 (diff)
downloadbuild-062fcfb96c56ecfb69b8c3162ced65b63e863752.tar.gz
build-062fcfb96c56ecfb69b8c3162ced65b63e863752.tar.bz2
build-062fcfb96c56ecfb69b8c3162ced65b63e863752.tar.xz
build-062fcfb96c56ecfb69b8c3162ced65b63e863752.zip
Build will now only perform your extra code for using programs to generate more
dependancies per target, and only if none of the other target's dependancies required a rebuild.
Diffstat (limited to 'src/builder.h')
-rw-r--r--src/builder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/builder.h b/src/builder.h
index f27a042..296b9d7 100644
--- a/src/builder.h
+++ b/src/builder.h
@@ -54,6 +54,7 @@ public:
54 void processRequires( std::list<std::string> &lInput ); 54 void processRequires( std::list<std::string> &lInput );
55 void requires( const char *sBase, const char *sReq ); 55 void requires( const char *sBase, const char *sReq );
56 void requiresFromCommand( const char *sBase, const char *sReq ); 56 void requiresFromCommand( const char *sBase, const char *sReq );
57 void genRequiresFor( const char *sName );
57 void requiresRegexp( bool on ) 58 void requiresRegexp( bool on )
58 { 59 {
59 bReqRegexp = on; 60 bReqRegexp = on;