From a75f8e40474379abcbd465e2f0667aa7108d03a4 Mon Sep 17 00:00:00 2001 From: brodsom Date: Sun, 6 Jul 2003 01:08:33 +0000 Subject: [PATCH] Move make.new to builds --- {src => builds}/make.new/config/config.h.in | 2 +- {src => builds}/make.new/config/install-sh | 0 clean.sh | 6 +++--- configure.in | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) rename {src => builds}/make.new/config/config.h.in (98%) rename {src => builds}/make.new/config/install-sh (100%) mode change 100755 => 100644 diff --git a/src/make.new/config/config.h.in b/builds/make.new/config/config.h.in similarity index 98% rename from src/make.new/config/config.h.in rename to builds/make.new/config/config.h.in index e581a70d48..d8f26f1169 100644 --- a/src/make.new/config/config.h.in +++ b/builds/make.new/config/config.h.in @@ -1,4 +1,4 @@ -#ident "$Id: config.h.in,v 1.75 2003-05-14 05:40:00 eku Exp $" +#ident "$Id: config.h.in,v 1.1 2003-07-06 01:07:48 brodsom Exp $" /* * 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports: diff --git a/src/make.new/config/install-sh b/builds/make.new/config/install-sh old mode 100755 new mode 100644 similarity index 100% rename from src/make.new/config/install-sh rename to builds/make.new/config/install-sh diff --git a/clean.sh b/clean.sh index f1c975a282..7cf68da1f1 100644 --- a/clean.sh +++ b/clean.sh @@ -21,9 +21,9 @@ rm -f src/*.fdb 2>/dev/null rm -f src/*.FDB 2>/dev/null rm -f src/*.lnk 2>/dev/null rm src/Makefile 2>/dev/null -rm src/make.new/config/config.guess 2>/dev/null -rm src/make.new/config/config.sub 2>/dev/null -rm src/make.new/config/ltmain.sh 2>/dev/null +rm builds/make.new/config/config.guess 2>/dev/null +rm builds/make.new/config/config.sub 2>/dev/null +rm builds/make.new/config/ltmain.sh 2>/dev/null rm src/v5_examples/Makefile 2>/dev/null # Cpp from epp files diff --git a/configure.in b/configure.in index d221664339..4d0b0f5508 100644 --- a/configure.in +++ b/configure.in @@ -1,14 +1,14 @@ -dnl $Id: configure.in,v 1.139 2003-07-03 14:44:44 brodsom Exp $ +dnl $Id: configure.in,v 1.140 2003-07-06 01:08:33 brodsom Exp $ dnl ############################# INITIALISATION ############################### AC_PREREQ(2.53) AC_INIT(src) -AC_CONFIG_AUX_DIR(src/make.new/config) +AC_CONFIG_AUX_DIR(builds/make.new/config) AC_CACHE_VAL(ac_cv_prog_make_set, [AC_PROG_MAKE_SET]) AC_PREFIX_DEFAULT(/usr/local/firebird) -AC_CONFIG_HEADER(src/include/gen/autoconfig.h:src/make.new/config/config.h.in) +AC_CONFIG_HEADER(src/include/gen/autoconfig.h:builds/make.new/config/config.h.in) dnl XE_APPEND(value, varname) define([XE_APPEND],[[$2]="$[$2] [$1]"])