From 86fc0e7fe556f3a0a1f99302c0100c2483f7aeb5 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 4 Dec 2009 17:50:36 +0200 Subject: [PATCH] temporarily install only minimal number of scripts --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3d3ee0d0..aca761aa 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,11 @@ pyver = $(shell $(PYTHON) -V 2>&1 | sed 's/^[^ ]* \([0-9]*\.[0-9]*\).*/\1/') SUBDIRS = sql doc -SCRIPTS = python/londiste.py python/qadmin.py python/pgqadm.py python/walmgr.py \ - scripts/queue_loader.py scripts/queue_mover.py scripts/queue_splitter.py \ - scripts/scriptmgr.py scripts/skytools_upgrade.py +#SCRIPTS = python/londiste.py python/qadmin.py python/pgqadm.py python/walmgr.py \ +# scripts/queue_loader.py scripts/queue_mover.py scripts/queue_splitter.py \ +# scripts/scriptmgr.py scripts/skytools_upgrade.py + +SCRIPTS = python/londiste.py python/qadmin.py python/walmgr.py scripts/scriptmgr.py all: python-all sub-all config.mak -- 2.39.5