From f93fe9be445621a06d10fd95e41e4ff0460469c1 Mon Sep 17 00:00:00 2001 From: Martin Logan Date: Fri, 14 Mar 2008 22:39:47 -0500 Subject: [PATCH] updated make file to remove user defined files --- bootstrap_creator/create_bootstrap.sh | 2 +- tools/.appgen/blank_app_rel/Makefile | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bootstrap_creator/create_bootstrap.sh b/bootstrap_creator/create_bootstrap.sh index ed13213..89a9e51 100755 --- a/bootstrap_creator/create_bootstrap.sh +++ b/bootstrap_creator/create_bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh -CURRENT_BOOTSTRAPPER_VSN="V6" +CURRENT_BOOTSTRAPPER_VSN="V7" FILENAME=otp-base-installer-$CURRENT_BOOTSTRAPPER_VSN.sh cd $(dirname $0) diff --git a/tools/.appgen/blank_app_rel/Makefile b/tools/.appgen/blank_app_rel/Makefile index 35098e2..6c861b6 100755 --- a/tools/.appgen/blank_app_rel/Makefile +++ b/tools/.appgen/blank_app_rel/Makefile @@ -19,9 +19,6 @@ ABS_USER_LIBPATH=$(shell cd ../../lib;pwd) ERL=$(shell ERL=$(which erl); if [ "$${ERL}" = "" ];then ERL=$(ERLWARE_HOME)/bin/erl; fi; echo $${ERL}) FAXIEN=$(shell FAXIEN=$(which faxien); if [ "$${FAXIEN}" = "" ];then FAXIEN=$(ERLWARE_HOME)/bin/faxien; fi; echo $${FAXIEN}) - -USER_DEFINED_PACKAGE_FILES=control install.sh - # ---------------------------------------------------- # CREATE DIR STRUCTURE HERE # ---------------------------------------------------- @@ -136,7 +133,6 @@ $(PACKAGE_DIR)/bin/$(RELS): $(RELS).src $(PACKAGE_DIR): $(LOCAL_TARGETS) $(PACKAGE_DIR)/bin/$(RELS) $(PACKAGE_DIR)/releases/$(REL_VSN)/$(RELS).config - cp $(USER_DEFINED_PACKAGE_FILES) $(PACKAGE_DIR)/ cp $(LOCAL_DIR)/$(RELS).rel $@/releases/$(REL_VSN) @echo "FSLIB_DIR: $(FSLIB_DIR)" rm -rf $@/lib -- 2.11.4.GIT