diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-08-23 21:50:05 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-08-23 21:50:05 +0000 |
| commit | b94549fe18d0da42a2106f07d4f68ca2641099c2 (patch) | |
| tree | 035b3769b992820970839492f0acc3bc988118c2 /src/util/db2 | |
| parent | 012e060ea8532ef5c50b9271df5a12321b747238 (diff) | |
Change $(S)=>/ and $(U)=>.. globally
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14761 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2')
| -rw-r--r-- | src/util/db2/ChangeLog | 6 | ||||
| -rw-r--r-- | src/util/db2/Makefile.in | 2 | ||||
| -rw-r--r-- | src/util/db2/btree/Makefile.in | 2 | ||||
| -rw-r--r-- | src/util/db2/clib/Makefile.in | 2 | ||||
| -rw-r--r-- | src/util/db2/db/Makefile.in | 2 | ||||
| -rw-r--r-- | src/util/db2/hash/Makefile.in | 2 | ||||
| -rw-r--r-- | src/util/db2/mpool/Makefile.in | 2 | ||||
| -rw-r--r-- | src/util/db2/recno/Makefile.in | 2 | ||||
| -rw-r--r-- | src/util/db2/test/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/db2/test/Makefile.in | 2 |
10 files changed, 18 insertions, 8 deletions
diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog index 520b270c1..dc6eff0a5 100644 --- a/src/util/db2/ChangeLog +++ b/src/util/db2/ChangeLog @@ -1,3 +1,9 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in, btree/Makefile.in, clib/Makefile.in, + db/Makefile.in, hash/Makefile.in, mpool/Makefile.in, + recno/Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-08-23 Tom Yu <tlyu@mit.edu> * Makefile.in (LIBMINOR): Bump due to addition of bt_rseq(). diff --git a/src/util/db2/Makefile.in b/src/util/db2/Makefile.in index a1e2975ce..5ac55d08e 100644 --- a/src/util/db2/Makefile.in +++ b/src/util/db2/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=. myfulldir=util/db2 mydir=. -BUILDTOP=$(REL)$(U)$(S)$(U) +BUILDTOP=$(REL)../.. LOCAL_SUBDIRS=hash btree db mpool recno clib test LIB=db diff --git a/src/util/db2/btree/Makefile.in b/src/util/db2/btree/Makefile.in index f61521c5f..853c4f1b1 100644 --- a/src/util/db2/btree/Makefile.in +++ b/src/util/db2/btree/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=util/db2/btree mydir=btree -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. STLIBOBJS= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o \ bt_open.o bt_overflow.o bt_page.o bt_put.o bt_search.o \ bt_seq.o bt_split.o bt_utils.o diff --git a/src/util/db2/clib/Makefile.in b/src/util/db2/clib/Makefile.in index 37768aa67..7cdd8a8b8 100644 --- a/src/util/db2/clib/Makefile.in +++ b/src/util/db2/clib/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=util/db2/clib mydir=clib -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. STLIBOBJS=@MEMMOVE_OBJ@ @MKSTEMP_OBJ@ @STRERROR_OBJ@ LOCALINCLUDES=-I../include diff --git a/src/util/db2/db/Makefile.in b/src/util/db2/db/Makefile.in index 89e268941..edfa512c6 100644 --- a/src/util/db2/db/Makefile.in +++ b/src/util/db2/db/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=util/db2/db mydir=db -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. STLIBOBJS=db.o LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool diff --git a/src/util/db2/hash/Makefile.in b/src/util/db2/hash/Makefile.in index 24af09ab3..0d656ddb5 100644 --- a/src/util/db2/hash/Makefile.in +++ b/src/util/db2/hash/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=util/db2/hash mydir=hash -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. STLIBOBJS= hash.o hash_bigkey.o hash_debug.o hash_func.o hash_log2.o \ hash_page.o hsearch.o dbm.o diff --git a/src/util/db2/mpool/Makefile.in b/src/util/db2/mpool/Makefile.in index 9e18d623a..c7bef8844 100644 --- a/src/util/db2/mpool/Makefile.in +++ b/src/util/db2/mpool/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=util/db2/mpool mydir=mpool -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. STLIBOBJS=mpool.o LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../db diff --git a/src/util/db2/recno/Makefile.in b/src/util/db2/recno/Makefile.in index 23868ce6e..8b1bce948 100644 --- a/src/util/db2/recno/Makefile.in +++ b/src/util/db2/recno/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=util/db2/recno mydir=recno -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. STLIBOBJS= rec_close.o rec_delete.o rec_get.o rec_open.o rec_put.o \ rec_search.o rec_seq.o rec_utils.o diff --git a/src/util/db2/test/ChangeLog b/src/util/db2/test/ChangeLog index c0caa5374..aa6653379 100644 --- a/src/util/db2/test/ChangeLog +++ b/src/util/db2/test/ChangeLog @@ -1,3 +1,7 @@ +2002-08-23 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. + 2002-08-23 Tom Yu <tlyu@mit.edu> * dbtest.c: Include btree.h if we're compiled with -DSTATISTICS. diff --git a/src/util/db2/test/Makefile.in b/src/util/db2/test/Makefile.in index 443097f1c..7b90f6ab4 100644 --- a/src/util/db2/test/Makefile.in +++ b/src/util/db2/test/Makefile.in @@ -1,7 +1,7 @@ thisconfigdir=./.. myfulldir=util/db2/test mydir=test -BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) +BUILDTOP=$(REL)../../.. FCTSH = @FCTSH@ TMPDIR=. |
