]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
configure.ac: add --disable-gitversion 4025/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 12 Mar 2015 21:17:09 +0000 (22:17 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 19 Mar 2015 08:38:46 +0000 (09:38 +0100)
commitcca067efde5509ddd5b05e8a37b0e57ba3aa9af1
tree170de29a1cd21c7d8cc7c85b717a1c2e12784d3a
parent34d73156588a8ed40c7e8c4f14559f9ffd0ebba3
configure.ac: add --disable-gitversion

During development each git commit cause currently a complete
rebuild of the source tree. By passing --disable-gitversion to
configure we set a generic version string for ceph to prevent
getting after each commit a new version set.

remove src/check_version and replace with a extended version
of src/make_version which allows detecting changes in .git_version
and ceph_ver.h to avoid not needed updates.

This change also forces to call make_version each time to make
sure that changes from configure or the NO_VERSION env variable
are processed.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
configure.ac
src/Makefile.am
src/check_version [deleted file]
src/make_version