From: Mark Huang Date: Mon, 27 Mar 2006 16:09:41 +0000 (+0000) Subject: - check out CVS modules into their own directory, in case the module X-Git-Tag: planetlab-3_3-branch-point~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8811d764b12dfbaa10f8e9c77f686b05d3b6a60a;p=build.git - check out CVS modules into their own directory, in case the module consists of multiple subdirectories --- diff --git a/Rules.mk b/Rules.mk index c84f71da..6ecbcb51 100644 --- a/Rules.mk +++ b/Rules.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2006 The Trustees of Princeton University # -# $Id: Rules.mk,v 1.19 2006/03/08 21:25:46 mlhuang Exp $ +# $Id: Rules.mk,v 1.20 2006/03/09 16:30:18 mlhuang Exp $ # # Base rpmbuild in the current directory @@ -59,7 +59,7 @@ SOURCEDIRS := $(call stripext,$(SOURCES)) SOURCES/$(MODULE): mkdir -p SOURCES - cd SOURCES && cvs -d $(CVSROOT) export -r $(TAG) $(MODULE) + cd SOURCES && cvs -d $(CVSROOT) export -r $(TAG) -d $(MODULE) $(MODULE) # Make a hard-linked copy of the exported directory for each Source # defined in the spec file. However, our convention is that there