head	1.6;
access;
symbols
	TIGRIS_1_1_0RC2:1.6
	TIGRIS_1_1_0RC1:1.6
	TIGRIS_1_1:1.6.0.4
	TIGRIS_1_0_8:1.6
	TIGRIS_1_0_8RC3:1.6
	TIGRIS_1_0_8RC2:1.6
	TIGRIS_1_0_8RC1:1.6
	TIGRIS_1_0_7:1.6
	TIGRIS_1_0_7RC3:1.6
	TIGRIS_1_0_7RC2:1.6
	TIGRIS_1_0_7RC1:1.6
	TIGRIS_1_0_6:1.6
	TIGRIS_1_0_6RC5:1.6
	TIGRIS_1_0_6RC4:1.6
	TIGRIS_1_0_6RC3:1.6
	TIGRIS_1_0_6RC2:1.6
	TIGRIS_1_0_6RC1:1.6
	TIGRIS_1_0_5:1.6
	TIGRIS_1_0_5RC6:1.6
	TIGRIS_1_0_5RC5:1.6
	TIGRIS_1_0_5RC4:1.6
	TIGRIS_1_0_5RC3:1.6
	TIGRIS_1_0_5RC2:1.6
	TIGRIS_1_0_5RC1:1.6
	TIGRIS_1_0_4:1.6
	TIGRIS_1_0_3:1.6
	TIGRIS_1_0_2:1.6
	TIGRIS_1_0_1:1.6
	TIGRIS_1_0:1.6.0.6
	TIGRIS_1_0_0:1.6
	TIGRIS_1_0_0_RC1:1.6.0.2
	dlr:1.1.1
	HELM_PEER_PORT_BRANCH:1.1.1.1;
locks; strict;
comment	@# @;


1.6
date	2001.02.23.18.32.08;	author dlr;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.23.18.12.14;	author lucas;	state Exp;
branches;
next	1.4;

1.4
date	2001.02.23.05.04.53;	author dlr;	state Exp;
branches;
next	1.3;

1.3
date	2001.02.23.04.57.15;	author dlr;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.21.01.56.41;	author edk;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.06.02.27.27;	author dlr;	state dead;
branches
	1.1.1.1
	1.1.2.1;
next	;

1.1.1.1
date	2001.02.21.00.36.25;	author dlr;	state Exp;
branches;
next	;

1.1.2.1
date	2001.02.06.02.27.27;	author dlr;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Do any necessary directory creation all at once.
@
text
@######################################################################
# -*- Makefile -*- to copy files to site directory.
#
SQL_DIR=org/tigris/helm
INSTANCE=helm

build:
	@@echo 'Run `make install` to install the $(INSTANCE) SQL files'

install:
	@@if [ $(SANDBOX) != "" ]; then \
	   echo 'Installing $(INSTANCE) SQL files'; \
	   if [ ! -d $(SANDBOX)/site/sql/$(INSTANCE) ]; then \
	      mkdir -p $(SANDBOX)/site/sql/$(INSTANCE); \
	      echo "Created $(SANDBOX)/site/sql/$(INSTANCE)"; \
	   fi; \
	   cp -fR $(SQL_DIR)/* $(SANDBOX)/site/sql/$(INSTANCE); \
	else \
	   echo 'You must install by hand.'; \
	fi
@


1.5
log
@need to make sure the directory is there before trying to copy
@
text
@d13 3
a15 3
	   if [ ! -d $(SANDBOX)/site/sql ]; then \
	      mkdir $(SANDBOX)/site/sql; \
	      echo "Created $(SANDBOX)/site/sql"; \
a16 4
       if [ ! -d $(SANDBOX)/site/sql/$(INSTANCE) ]; then \
        mkdir $(SANDBOX)/site/sql/$(INSTANCE); \
        echo "Created $(SANDBOX)/site/sql/$(INSTANCE)"; \
       fi; \
@


1.4
log
@Copy files EVERY time, not just the first.
@
text
@d17 4
@


1.3
log
@Be a good model.
@
text
@d17 1
a17 1
	   cp -fR $(SQL_DIR) $(SANDBOX)/site/sql/$(INSTANCE); \
@


1.2
log
@add new files from the branch to the head (there should be only added
files, ie. no modified files).
@
text
@d17 1
a17 1
	   cp -fR $(SQL_DIR) $(SANDBOX)/site/sql/; \
@


1.1
log
@file Makefile was initially added on branch HELM_PEER_PORT_BRANCH.
@
text
@d1 20
@


1.1.1.1
log
@Replacing the HEAD with the HELM_PEER_PORT_BRANCH.
@
text
@a0 20
######################################################################
# -*- Makefile -*- to copy files to site directory.
#
SQL_DIR=org/tigris/helm
INSTANCE=helm

build:
	@@echo 'Run `make install` to install the $(INSTANCE) SQL files'

install:
	@@if [ $(SANDBOX) != "" ]; then \
	   echo 'Installing $(INSTANCE) SQL files'; \
	   if [ ! -d $(SANDBOX)/site/sql ]; then \
	      mkdir $(SANDBOX)/site/sql; \
	      echo "Created $(SANDBOX)/site/sql"; \
	   fi; \
	   cp -fR $(SQL_DIR) $(SANDBOX)/site/sql/; \
	else \
	   echo 'You must install by hand.'; \
	fi
@


1.1.2.1
log
@Copies SQL scripts to the site directory.
@
text
@a0 20
######################################################################
# -*- Makefile -*- to copy files to site directory.
#
SQL_DIR=org/tigris/helm
INSTANCE=helm

build:
	@@echo 'Run `make install` to install the $(INSTANCE) SQL files'

install:
	@@if [ $(SANDBOX) != "" ]; then \
	   echo 'Installing $(INSTANCE) SQL files'; \
	   if [ ! -d $(SANDBOX)/site/sql ]; then \
	      mkdir $(SANDBOX)/site/sql; \
	      echo "Created $(SANDBOX)/site/sql"; \
	   fi; \
	   cp -fR $(SQL_DIR) $(SANDBOX)/site/sql/; \
	else \
	   echo 'You must install by hand.'; \
	fi
@

