From: Brian Behlendorf Date: Mon, 29 Jun 2009 23:41:21 +0000 (-0700) Subject: Add spl.release to spl-devel to simply dependent package version check. X-Git-Tag: zfs-0.8.0~555^2~691 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5c3c70adece1ea8724cae0cf0c6cd164a4439f19;p=mirror_zfs.git Add spl.release to spl-devel to simply dependent package version check. --- diff --git a/Makefile.am b/Makefile.am index 022430361..e6dc5a181 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ distclean-local:: install-data-local: destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \ instdest=$(DESTDIR)/${prefix}/src/$$destname; \ + echo "${SPL_META_VERSION}" >$$instdest/spl.release; \ for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \ $(INSTALL) -D $$instfile $$instdest/$$instfile; \ done diff --git a/Makefile.in b/Makefile.in index c87fbb7cf..91a89db7d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -663,6 +663,7 @@ distclean-local:: install-data-local: destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \ instdest=$(DESTDIR)/${prefix}/src/$$destname; \ + echo "${SPL_META_VERSION}" >$$instdest/spl.release; \ for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \ $(INSTALL) -D $$instfile $$instdest/$$instfile; \ done