diff options
| author | Tom Yu <tlyu@mit.edu> | 1998-02-18 23:18:18 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1998-02-18 23:18:18 +0000 |
| commit | 5c6aca0ac88a684b94eeabf428be7787b6fdb912 (patch) | |
| tree | 1595d26293a7c6cc4e34f71fd30a1a136bedc732 /src/lib/crypto | |
| parent | 0bceb9ff8823052427b4d7ac64cb618cfd887ab0 (diff) | |
| download | krb5-5c6aca0ac88a684b94eeabf428be7787b6fdb912.tar.gz krb5-5c6aca0ac88a684b94eeabf428be7787b6fdb912.tar.xz krb5-5c6aca0ac88a684b94eeabf428be7787b6fdb912.zip | |
Remove trailing slash from thisconfigdir. Change directory syntax
used in BUILDTOP.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10464 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
| -rw-r--r-- | src/lib/crypto/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/crypto/Makefile.in | 4 | ||||
| -rw-r--r-- | src/lib/crypto/crc32/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/crypto/crc32/Makefile.in | 4 | ||||
| -rw-r--r-- | src/lib/crypto/des/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/crypto/des/Makefile.in | 4 | ||||
| -rw-r--r-- | src/lib/crypto/md4/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/crypto/md4/Makefile.in | 4 | ||||
| -rw-r--r-- | src/lib/crypto/md5/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/crypto/md5/Makefile.in | 6 | ||||
| -rw-r--r-- | src/lib/crypto/os/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/crypto/os/Makefile.in | 4 | ||||
| -rw-r--r-- | src/lib/crypto/sha/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/crypto/sha/Makefile.in | 4 |
14 files changed, 50 insertions, 15 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index 1c3f44506..a85927965 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 18 16:05:11 1998 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. + Fri Feb 13 15:19:37 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Define LOCAL_SUBDIRS to recurse into the diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in index c81599407..7f4170456 100644 --- a/src/lib/crypto/Makefile.in +++ b/src/lib/crypto/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./ -BUILDTOP=$(U)$(U) +thisconfigdir=. +BUILDTOP=$(REL)$(U)$(S)$(U) LOCAL_SUBDIRS=des crc32 md4 md5 sha os CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/crc32 -I$(srcdir)/des -I$(srcdir)/md4 -I$(srcdir)/md5 -I$(srcdir)/sha diff --git a/src/lib/crypto/crc32/ChangeLog b/src/lib/crypto/crc32/ChangeLog index 0612a82a5..1ee004262 100644 --- a/src/lib/crypto/crc32/ChangeLog +++ b/src/lib/crypto/crc32/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 18 16:05:45 1998 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. Fix up usage of $(C). + Fri Feb 13 15:20:54 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in (thisconfigdir), configure.in: Point the diff --git a/src/lib/crypto/crc32/Makefile.in b/src/lib/crypto/crc32/Makefile.in index f13b38de3..b1ad86bdd 100644 --- a/src/lib/crypto/crc32/Makefile.in +++ b/src/lib/crypto/crc32/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./../ -BUILDTOP=$(U)$(U)$(U) +thisconfigdir=./.. +BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) ##DOS##BUILDTOP = ..\..\.. diff --git a/src/lib/crypto/des/ChangeLog b/src/lib/crypto/des/ChangeLog index 96a5999e4..e236a9cb9 100644 --- a/src/lib/crypto/des/ChangeLog +++ b/src/lib/crypto/des/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 18 16:06:23 1998 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. + Fri Feb 13 15:20:54 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in (thisconfigdir), configure.in: Point the diff --git a/src/lib/crypto/des/Makefile.in b/src/lib/crypto/des/Makefile.in index 3bfff79a7..3f9311b96 100644 --- a/src/lib/crypto/des/Makefile.in +++ b/src/lib/crypto/des/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./../ -BUILDTOP=$(U)$(U)$(U) +thisconfigdir=./.. +BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) ##DOS##BUILDTOP = ..\..\.. diff --git a/src/lib/crypto/md4/ChangeLog b/src/lib/crypto/md4/ChangeLog index a02ce01ee..e492c4617 100644 --- a/src/lib/crypto/md4/ChangeLog +++ b/src/lib/crypto/md4/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 18 16:06:57 1998 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. + Fri Feb 13 15:20:54 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in (thisconfigdir), configure.in: Point the diff --git a/src/lib/crypto/md4/Makefile.in b/src/lib/crypto/md4/Makefile.in index 4525a6d70..6d44ed25d 100644 --- a/src/lib/crypto/md4/Makefile.in +++ b/src/lib/crypto/md4/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./../ -BUILDTOP=$(U)$(U)$(U) +thisconfigdir=./.. +BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) # -I$(srcdir) is needed to pull in $(srcdir)/rsa-md4.h for ./t_mddriver.c. CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des -I"$(srcdir)" diff --git a/src/lib/crypto/md5/ChangeLog b/src/lib/crypto/md5/ChangeLog index 5970e4ca5..3e8e78b7c 100644 --- a/src/lib/crypto/md5/ChangeLog +++ b/src/lib/crypto/md5/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 18 16:07:46 1998 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. + Fri Feb 13 15:20:54 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in (thisconfigdir), configure.in: Point the diff --git a/src/lib/crypto/md5/Makefile.in b/src/lib/crypto/md5/Makefile.in index 74f4d45f7..560778ed5 100644 --- a/src/lib/crypto/md5/Makefile.in +++ b/src/lib/crypto/md5/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./../ -BUILDTOP=$(U)$(U)$(U) +thisconfigdir=./.. +BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des ##DOS##BUILDTOP = ..\..\.. @@ -29,7 +29,7 @@ t_cksum: t_cksum.o $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a check-unix:: t_mddriver t_cksum $(RUN_SETUP) $(C)t_mddriver -x - $(RUN_SETUP) $(C)t_cksum "this is a test" + $(RUN_SETUP) $(C)t_cksum "this is a test" check-windows:: t_mddriver$(EXEEXT) $(C)t_mddriver$(EXEEXT) -x diff --git a/src/lib/crypto/os/ChangeLog b/src/lib/crypto/os/ChangeLog index 0c2add83f..ebcb593a1 100644 --- a/src/lib/crypto/os/ChangeLog +++ b/src/lib/crypto/os/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 18 16:08:30 1998 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. + Fri Feb 13 15:20:54 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in (thisconfigdir), configure.in: Point the diff --git a/src/lib/crypto/os/Makefile.in b/src/lib/crypto/os/Makefile.in index 5e086a1cb..d4c5f4141 100644 --- a/src/lib/crypto/os/Makefile.in +++ b/src/lib/crypto/os/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./../ -BUILDTOP=$(U)$(U)$(U) +thisconfigdir=./.. +BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) ##DOS##BUILDTOP = ..\..\.. diff --git a/src/lib/crypto/sha/ChangeLog b/src/lib/crypto/sha/ChangeLog index 4ca6216a4..19abbbf6e 100644 --- a/src/lib/crypto/sha/ChangeLog +++ b/src/lib/crypto/sha/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 18 16:09:05 1998 Tom Yu <tlyu@mit.edu> + + * Makefile.in: Remove trailing slash from thisconfigdir. Fix up + BUILDTOP for new conventions. + Fri Feb 13 15:20:54 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in (thisconfigdir), configure.in: Point the diff --git a/src/lib/crypto/sha/Makefile.in b/src/lib/crypto/sha/Makefile.in index e0926cf2d..058ac0db0 100644 --- a/src/lib/crypto/sha/Makefile.in +++ b/src/lib/crypto/sha/Makefile.in @@ -1,5 +1,5 @@ -thisconfigdir=./../ -BUILDTOP=$(U)$(U)$(U) +thisconfigdir=./.. +BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des ##DOS##BUILDTOP = ..\..\.. |
