aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2002-02-26 16:35:56 +0000
committerFlorent Villard <warly@mandriva.com>2002-02-26 16:35:56 +0000
commit7f0660de59072502bbffd62bd39166d313be12d2 (patch)
tree17f2113a0493e6297b5f45bab23c2a76532533a9 /Makefile
parent6b9ed57cc7b62062f7a8f6a3311f6f9a245790e8 (diff)
downloadbootsplash-7f0660de59072502bbffd62bd39166d313be12d2.tar
bootsplash-7f0660de59072502bbffd62bd39166d313be12d2.tar.gz
bootsplash-7f0660de59072502bbffd62bd39166d313be12d2.tar.bz2
bootsplash-7f0660de59072502bbffd62bd39166d313be12d2.tar.xz
bootsplash-7f0660de59072502bbffd62bd39166d313be12d2.zip
add localrpm in Makefile
add check in fb Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b13a2be..e59b09a 100644
--- a/Makefile
+++ b/Makefile
@@ -46,3 +46,8 @@ rpm: changelog cvstag dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM)
cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES
-rpm -ba --clean $(NAME).spec
rm -f ../$(NAME)-$(VERSION).tar.bz2
+
+localrpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM)
+ cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES
+ -rpm -ba --clean $(NAME).spec
+ rm -f ../$(NAME)-$(VERSION).tar.bz2