CVS Update: (clem) rocks/src/roll/bio/src/bioperl-ext

0 views
Skip to first unread message

c...@rocks-127.sdsc.edu

unread,
Feb 4, 2013, 7:16:33 PM2/4/13
to rocks-clusters-de...@googlegroups.com, anoop.r...@gmail.com, greg....@gmail.com, mason...@gmail.com, philip.pa...@gmail.com, luca.c...@gmail.com
clem 13/02/04 16:16:33

Modified: src/roll/bio/src/bioperl-ext Makefile
Added: src/roll/bio/src/bioperl-ext version.mk
Log:
bump release number to 2

Revision Changes Path
1.8 +13 -1 rocks/src/roll/bio/src/bioperl-ext/Makefile

Index: Makefile
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/bio/src/bioperl-ext/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -t -w -r1.7 -r1.8
--- Makefile 27 Nov 2012 00:48:52 -0000 1.7
+++ Makefile 5 Feb 2013 00:16:33 -0000 1.8
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 2012/11/27 00:48:52 phil Exp $
+# $Id: Makefile,v 1.8 2013/02/05 00:16:33 clem Exp $

# @Copyright@
#
@@ -55,6 +55,9 @@
# @Copyright@

# $Log: Makefile,v $
+# Revision 1.8 2013/02/05 00:16:33 clem
+# bump release number to 2
+#
# Revision 1.7 2012/11/27 00:48:52 phil
# Copyright Storm for Emerald Boa
#
@@ -76,6 +79,14 @@
-include $(ROCKSROOT)/etc/Rules.mk
include Rules.mk

+#
+# You can use now RocksReleaseVersion to set the release version of the RPMs
+# builded by cpan see below..
+#
+ifdef RELEASE
+RocksReleaseVersion = $(RELEASE)
+endif
+
build:
cat modules.build | while read line; do \
/opt/perl/bin/cpan2dist \
@@ -100,5 +111,6 @@
-a ! -name modules.build \
-a ! -name modules.ignore \
-a ! -name sources \
+ -a ! -name version.mk \
-a ! -name CVS -exec rm -rf {} \;
-rm -rf .gnupg



1.4 +1 -4 rocks/src/roll/bio/src/bioperl-ext/version.mk





c...@rocks-127.sdsc.edu

unread,
Feb 5, 2013, 1:29:56 PM2/5/13
to rocks-clusters-de...@googlegroups.com, anoop.r...@gmail.com, greg....@gmail.com, mason...@gmail.com, philip.pa...@gmail.com, luca.c...@gmail.com
clem 13/02/05 10:29:56

Modified: src/roll/bio/src/bioperl-ext Makefile
Log:
last fix to properly set the release number

in makefile you need to expicitly export a variable to make it visible to the
subshells

Revision Changes Path
1.9 +5 -2 rocks/src/roll/bio/src/bioperl-ext/Makefile

Index: Makefile
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/bio/src/bioperl-ext/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -t -w -r1.8 -r1.9
--- Makefile 5 Feb 2013 00:16:33 -0000 1.8
+++ Makefile 5 Feb 2013 18:29:56 -0000 1.9
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 2013/02/05 00:16:33 clem Exp $
+# $Id: Makefile,v 1.9 2013/02/05 18:29:56 clem Exp $

# @Copyright@
#
@@ -55,6 +55,12 @@
# @Copyright@

# $Log: Makefile,v $
+# Revision 1.9 2013/02/05 18:29:56 clem
+# last fix to properly set the release number
+#
+# in makefile you need to expicitly export a variable to make it visible to the
+# subshells
+#
# Revision 1.8 2013/02/05 00:16:33 clem
# bump release number to 2
#
@@ -84,7 +90,7 @@
# builded by cpan see below..
#
ifdef RELEASE
-RocksReleaseVersion = $(RELEASE)
+export RocksReleaseVersion = $(RELEASE)
endif

build:




Reply all
Reply to author
Forward
0 new messages