From f674876bc4822b55cb3305a7e5b96da3f7467022 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 15:37:11 +0000 Subject: kill unused macros & obsoletes rules since we no more have spec file here --- Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee0fd91..2ad3e57 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,6 @@ NAME=iurt PACKAGE=$(NAME) VERSION=0.6.6 -FILES= Makefile emi iurt.spec iurt2 iurt_root_command lib ulri -RPM=$(HOME)/rpm - VENDORLIB = $(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib) INSTALLVENDORLIB = $(DESTDIR)$(VENDORLIB) @@ -17,8 +14,6 @@ libdir=/usr/lib bindir=/usr/bin sbindir=/usr/sbin -localrpm: localcopy tar - install: install -d $(bindir) $(sbindir) $(INSTALLVENDORLIB)/Iurt install -m 644 lib/Iurt/*.pm $(INSTALLVENDORLIB)/Iurt @@ -34,24 +29,6 @@ localcopy: rm -fr $(PACKAGE)-$(VERSION) svn export -q -rBASE . $(PACKAGE)-$(VERSION) -localrpm: tar $(RPM) - cp -f $(NAME)-$(VERSION).tar.xz $(RPM)/SOURCES - -rpm -ba --clean $(NAME).spec - rm -f $(NAME)-$(VERSION).tar.xz - -ci: tar - svn ci -m 'Update soft SPEC for version $(VERSION)' $(NAME).spec - # not a good idea - # svn rm -m 'Remove previously copied spec to replace it for $(VERSION)' $(SVNPACKAGE)/SPECS/$(NAME).spec - # svn cp -m 'Update package SPEC for version $(VERSION)' $(SVNSOFT)/$(NAME).spec $(SVNPACKAGE)/SPECS/ - mkdir svn; cd svn; mdvsys co $(NAME) - cp $(NAME).spec svn/$(NAME)/SPECS/ - cp $(NAME)-$(VERSION).tar svn/$(NAME)/SOURCES/ - cd svn/$(NAME)/; mdvsys ci -m 'update tarball and spec for version $(VERSION)' - -rpm: clean ci - cd svn/$(NAME); bm - clean: rm -rf svn -- cgit v1.2.1