commit:     7a92eb888794819a339babd0ee220b6aa3993db1
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Fri Dec  5 17:55:16 2014 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Dec  5 17:55:45 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=7a92eb88

rename git.mk to gitver.mk

This is a more descriptive name since this file only sets the gitver
variable.

---
 Makefile                 | 2 +-
 mk/{git.mk => gitver.mk} | 0
 src/rc/Makefile          | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 119a27e..6e9198c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ include ${MK}/sys.mk
 include ${MK}/os.mk
 include ${MK}/subdir.mk
 include ${MK}/dist.mk
-include ${MK}/git.mk
+include ${MK}/gitver.mk
 
 _installafter:
 ifeq (${MKPREFIX},yes)

diff --git a/mk/git.mk b/mk/gitver.mk
similarity index 100%
rename from mk/git.mk
rename to mk/gitver.mk

diff --git a/src/rc/Makefile b/src/rc/Makefile
index bd8b942..d2b2ac5 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -42,7 +42,7 @@ LDADD+=               -lutil -lrc -leinfo
 include ../../Makefile.inc
 MK=            ../../mk
 include ${MK}/prog.mk
-include ${MK}/git.mk
+include ${MK}/gitver.mk
 include ${MK}/cc.mk
 
 include ${MK}/termcap.mk

Reply via email to