From: Mark Huang Date: Mon, 12 Apr 2004 20:17:55 +0000 (+0000) Subject: - add CVS_RSH comment X-Git-Tag: chroot-breakout-hotfix-branch-point~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=99b8bcc4ea5ae6c928d61747e427f80f431bffb3;p=build.git - add CVS_RSH comment - remove redundant .PHONY: clean target - add cq-tools --- diff --git a/Makefile b/Makefile index e9823b00..55e9c409 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.21 2004/04/12 18:13:11 alk-pl_rpm Exp $ +# $Id: Makefile,v 1.22 2004/04/12 19:56:58 mlh-pl_rpm Exp $ # # Default target @@ -45,6 +45,7 @@ all: # MODULE: CVS module name to use # SPEC: RPM spec file template # RPMFLAGS: Miscellaneous RPM flags +# CVS_RSH: If not ssh # ALL: default targets # # If INITIAL is different than TAG, PatchSets will be generated @@ -180,6 +181,17 @@ initscripts-MODULE := initscripts initscripts-SPEC := initscripts/initscripts.spec ALL += initscripts +# +# cq-tools +# + +cq-tools-CVSROOT := pup-node_pkgs@cvs.planet-lab.org:/cvs +cq-tools-INITIAL := HEAD +cq-tools-TAG := HEAD +cq-tools-MODULE := cq-tools +cq-tools-SPEC := cq-tools/cq-tools.spec +ALL += cq-tools + # # yum # @@ -356,5 +368,3 @@ CVS_RSH := $(if $($(package)-CVS_RSH),$($(package)-CVS_RSH),ssh) include Makerules endif - -.PHONY: clean