build: Cleanup related to including revision info in distributions.
This commit is contained in:
parent
e8cf15fb64
commit
23fc5d7494
1 changed files with 6 additions and 2 deletions
|
@ -43,6 +43,10 @@ DISTCLEAN_TARGETS = aclocal.m4 config.h.in
|
|||
# extra cruft to remove
|
||||
DISTCLEANFILES = aclocal.m4 config.h.in configure Makefile.in config/compile
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
.version \
|
||||
.version.date
|
||||
|
||||
# don't include svn dirs in source tarball
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir)/kernel -name .svn`
|
||||
|
@ -72,8 +76,8 @@ core-restart:
|
|||
rm -f /var/log/core-daemon.log
|
||||
/etc/init.d/core-daemon start
|
||||
|
||||
.version:
|
||||
.version: Makefile
|
||||
echo $(CORE_VERSION) > $@
|
||||
|
||||
.version.date:
|
||||
.version.date: Makefile
|
||||
echo $(CORE_VERSION_DATE) > $@
|
||||
|
|
Loading…
Reference in a new issue