aboutsummaryrefslogtreecommitdiff
path: root/build/timestamp
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-12-10 10:20:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-12-10 10:20:26 +0200
commit5e9eb843f6ccadfb47fa603260783425da9e7805 (patch)
tree3778f76de37f5258a07a8fae0e58a843b8a49f1d /build/timestamp
parent20e3aedeb7df742c38276fb41cae8f3eb027b6dd (diff)
Add rules
g++-4.9 -std=c++11 -g -I.. -o bd bd.cxx target.cxx native.cxx rule.cxx cxx/rule.cxx cxx/target.cxx process.cxx timestamp.cxx path.cxx
Diffstat (limited to 'build/timestamp')
-rw-r--r--build/timestamp4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/timestamp b/build/timestamp
index 6ed2f2c..2386125 100644
--- a/build/timestamp
+++ b/build/timestamp
@@ -9,6 +9,8 @@
#include <string>
#include <iosfwd>
+#include <build/path>
+
namespace build
{
// On all three main platforms that we target (GNU/Linux, Windows (both
@@ -46,7 +48,7 @@ namespace build
// std::system_error.
//
timestamp
- path_timestamp (const std::string&);
+ path_mtime (const path&);
};
#endif // BUILD_TIMESTAMP