From 8811d764b12dfbaa10f8e9c77f686b05d3b6a60a Mon Sep 17 00:00:00 2001 From: Mark Huang <mlhuang@cs.princeton.edu> Date: Mon, 27 Mar 2006 16:09:41 +0000 Subject: [PATCH] - check out CVS modules into their own directory, in case the module consists of multiple subdirectories --- Rules.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rules.mk b/Rules.mk index c84f71da..6ecbcb51 100644 --- a/Rules.mk +++ b/Rules.mk @@ -4,7 +4,7 @@ # Mark Huang <mlhuang@cs.princeton.edu> # 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 -- 2.47.0