diff mbox

[1/5] multipath-tools: delete spec/rpm traces from Makefile

Message ID 1467294136-19275-2-git-send-email-xose.vazquez@gmail.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Xose Vazquez Perez June 30, 2016, 1:42 p.m. UTC
spec file was deleted time ago.

Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 Makefile | 9 ---------
 1 file changed, 9 deletions(-)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 06f50c8..bd7cfc1 100644
--- a/Makefile
+++ b/Makefile
@@ -60,8 +60,6 @@  recurse_uninstall:
 	done
 
 clean:	recurse_clean
-	rm -f multipath-tools.spec
-	rm -rf rpms
 
 install:	recurse_install
 
@@ -73,10 +71,3 @@  TAGS:
 	etags -a libmultipath/*.h
 	etags -a multipathd/*.c
 	etags -a multipathd/*.h
-
-release:
-	sed -e "s/__VERSION__/${VERSION}/" \
-	multipath-tools.spec.in > multipath-tools.spec
-
-rpm: release
-	rpmbuild -bb multipath-tools.spec