[Nagiosplug-checkins] nagiosmib Makefile,1.1.1.1,1.2
Subhendu Ghosh
sghosh at users.sourceforge.net
Wed May 25 12:21:18 CEST 2005
Update of /cvsroot/nagiosplug/nagiosmib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17745
Modified Files:
Makefile
Log Message:
create tarballs
Index: Makefile
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosmib/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile 11 Mar 2005 18:04:21 -0000 1.1.1.1
+++ Makefile 25 May 2005 19:19:42 -0000 1.2
@@ -1,8 +1,12 @@
+VERSION = 1.0.0
+
all:
smistrip -d MIB src-mib/nagios*.mib
test:
smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB
-
+tarball:
+ tar cvzf nagiosmib-${VERSION}.tar.gz ./MIB/*MIB
+ md5sum nagiosmib-${VERSION}.tar.gz > nagiosmib-${VERSION}.tar.gz.md5sum
More information about the Commits
mailing list