From 2c7103ef60c5f62be41650e83668a78a52541c60 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 8 Dec 2004 16:25:56 +0000 Subject: [PATCH] - build on jeeves is *still* screwing up, need to find out why --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cb92b7ac..459d5b70 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.56 2004/11/04 18:35:45 mlhuang Exp $ +# $Id: Makefile,v 1.57 2004/11/17 20:54:21 mlhuang Exp $ # # Default target @@ -58,8 +58,8 @@ all: # # Default tags -INITIAL := HEAD -TAG := HEAD +INITIAL := planetlab-3_0-rc6 +TAG := planetlab-3_0-rc6 # # kernel @@ -280,6 +280,9 @@ pl_mom-MODULE := pl_mom pl_mom-SPEC := pl_mom/pl_mom.spec ALL += pl_mom +# XXX For debugging +ALL := pl_mom + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0