From feb3ce957213350db6c3e954cf4016aced1f65ce Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Wed, 19 Mar 2014 22:37:09 +0200 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ef4f0748..1fb3a713 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .first-build-message Makefile.config +version.stamp TAGS tags *cscope* -- cgit v1.2.3