diff options
author | Tomi Ollila <tomi.ollila@iki.fi> | 2014-03-19 22:37:09 +0200 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-04-10 23:24:10 -0300 |
commit | feb3ce957213350db6c3e954cf4016aced1f65ce (patch) | |
tree | 355a68eef3f8857aa67d9d1861a12f18d3b1ff3a /.gitignore | |
parent | c20016742681e1ed48c83de32639e10507ffa14d (diff) |
build: write version.stamp file containing $(VERSION) string
This version file will be as prerequisite to the target files
that use the version info for some purpose, like printing
it for the user to examine. The contents of the version.stamp
file is seldom read by the build system itself as the $(VERSION)
variable has the same information.
Thanks to Trevor, David and Mark for their contributions.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ .first-build-message Makefile.config +version.stamp TAGS tags *cscope* |