From: Theodore Tso Date: Sat, 5 Dec 1998 06:31:28 +0000 (+0000) Subject: Makefile.in: Set the myfulldir and mydir variables (which are relative X-Git-Tag: krb5-1.1-beta1~439 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32fec992143c6253df18eebff8bc82c44af32d3e;p=krb5.git Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11082 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kadmin/ChangeLog b/src/kadmin/ChangeLog index 7daaec5ef..84849c525 100644 --- a/src/kadmin/ChangeLog +++ b/src/kadmin/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Tue Mar 3 10:40:09 1998 Ezra Peisach * configure.in: Enable v4 kadmin tests only if athena diff --git a/src/kadmin/Makefile.in b/src/kadmin/Makefile.in index b6ced7422..23f81b716 100644 --- a/src/kadmin/Makefile.in +++ b/src/kadmin/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=kadmin +mydir=. BUILDTOP=$(REL)$(U) CFLAGS = $(CCOPTS) LOCAL_SUBDIRS = cli dbutil passwd ktutil server @V4SERVER@ v5passwdd testing diff --git a/src/kadmin/cli/ChangeLog b/src/kadmin/cli/ChangeLog index 455733b5f..a43021458 100644 --- a/src/kadmin/cli/ChangeLog +++ b/src/kadmin/cli/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-10-26 Marc Horowitz * keytab.c (etype_string): replace the hardwired table with a call diff --git a/src/kadmin/cli/Makefile.in b/src/kadmin/cli/Makefile.in index 2ed5c95e9..3654c78a6 100644 --- a/src/kadmin/cli/Makefile.in +++ b/src/kadmin/cli/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/cli +mydir=cli BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) PROG_LIBPATH=-L$(TOPLIBD) diff --git a/src/kadmin/dbutil/ChangeLog b/src/kadmin/dbutil/ChangeLog index 61de2ac4a..65231e8e0 100644 --- a/src/kadmin/dbutil/ChangeLog +++ b/src/kadmin/dbutil/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Tue Nov 3 16:28:23 1998 Tom Yu * dump.c: Fix up to work with new crypto API. diff --git a/src/kadmin/dbutil/Makefile.in b/src/kadmin/dbutil/Makefile.in index 48aed7059..7567d76cd 100644 --- a/src/kadmin/dbutil/Makefile.in +++ b/src/kadmin/dbutil/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/dbutil +mydir=dbutil BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -DKDB4_DISABLE -I. $(LOCALINCLUDE) @KRB4_INCLUDES@ PROG_LIBPATH=-L$(TOPLIBD) $(KRB4_LIBPATH) diff --git a/src/kadmin/kdbkeys/ChangeLog b/src/kadmin/kdbkeys/ChangeLog index 43c852fa1..366acc8c7 100644 --- a/src/kadmin/kdbkeys/ChangeLog +++ b/src/kadmin/kdbkeys/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Wed Feb 18 15:55:38 1998 Tom Yu * Makefile.in: Remove trailing slash from thisconfigdir. Fix up diff --git a/src/kadmin/kdbkeys/Makefile.in b/src/kadmin/kdbkeys/Makefile.in index 0310d1d4c..aeda38f05 100644 --- a/src/kadmin/kdbkeys/Makefile.in +++ b/src/kadmin/kdbkeys/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=kadmin/kdbkeys +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) diff --git a/src/kadmin/ktutil/ChangeLog b/src/kadmin/ktutil/ChangeLog index 54e4e71fa..87f8244b3 100644 --- a/src/kadmin/ktutil/ChangeLog +++ b/src/kadmin/ktutil/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Fri Feb 27 23:32:38 1998 Theodore Ts'o * Makefile.in: Changed thisconfigdir to point at the kadmin diff --git a/src/kadmin/ktutil/Makefile.in b/src/kadmin/ktutil/Makefile.in index 44cc3b8bf..b04307864 100644 --- a/src/kadmin/ktutil/Makefile.in +++ b/src/kadmin/ktutil/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/ktutil +mydir=ktutil BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(KRB4_INCLUDES) PROG_LIBPATH=-L$(TOPLIBD) $(KRB4_LIBPATH) diff --git a/src/kadmin/passwd/ChangeLog b/src/kadmin/passwd/ChangeLog index 081562663..945b32165 100644 --- a/src/kadmin/passwd/ChangeLog +++ b/src/kadmin/passwd/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Fri Feb 27 23:32:38 1998 Theodore Ts'o * Makefile.in: Changed thisconfigdir to point at the kadmin diff --git a/src/kadmin/passwd/Makefile.in b/src/kadmin/passwd/Makefile.in index 9b634eec0..98cf83b3c 100644 --- a/src/kadmin/passwd/Makefile.in +++ b/src/kadmin/passwd/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/passwd +mydir=passwd BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -I. -DUSE_KADM5_API_VERSION=1 PROG_LIBPATH=-L$(TOPLIBD) diff --git a/src/kadmin/passwd/unit-test/ChangeLog b/src/kadmin/passwd/unit-test/ChangeLog index 6f6744746..c2c7fd5c2 100644 --- a/src/kadmin/passwd/unit-test/ChangeLog +++ b/src/kadmin/passwd/unit-test/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Fri Feb 27 23:32:38 1998 Theodore Ts'o * Makefile.in: Changed thisconfigdir to point at the kadmin diff --git a/src/kadmin/passwd/unit-test/Makefile.in b/src/kadmin/passwd/unit-test/Makefile.in index 465889b2e..1ec39d0bb 100644 --- a/src/kadmin/passwd/unit-test/Makefile.in +++ b/src/kadmin/passwd/unit-test/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./../.. +myfulldir=kadmin/passwd/unit-test +mydir=passwd/unit-test BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) check unit-test:: unit-test-@DO_TEST@ diff --git a/src/kadmin/server/ChangeLog b/src/kadmin/server/ChangeLog index 8131a8695..0fa33d9ec 100644 --- a/src/kadmin/server/ChangeLog +++ b/src/kadmin/server/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-10-27 Marc Horowitz * ovsec_kadmd.c: add calls to a new function diff --git a/src/kadmin/server/Makefile.in b/src/kadmin/server/Makefile.in index db1ce7f10..73029d4b3 100644 --- a/src/kadmin/server/Makefile.in +++ b/src/kadmin/server/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/server +mydir=server BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) diff --git a/src/kadmin/testing/ChangeLog b/src/kadmin/testing/ChangeLog index c6eeac114..065383b17 100644 --- a/src/kadmin/testing/ChangeLog +++ b/src/kadmin/testing/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Fri Feb 27 23:32:38 1998 Theodore Ts'o * Makefile.in: Changed thisconfigdir to point at the kadmin diff --git a/src/kadmin/testing/Makefile.in b/src/kadmin/testing/Makefile.in index e803cd090..c189bf887 100644 --- a/src/kadmin/testing/Makefile.in +++ b/src/kadmin/testing/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/testing +mydir=testing BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) LOCAL_SUBDIRS = scripts util diff --git a/src/kadmin/testing/scripts/ChangeLog b/src/kadmin/testing/scripts/ChangeLog index 273e87ffb..9f4cfa803 100644 --- a/src/kadmin/testing/scripts/ChangeLog +++ b/src/kadmin/testing/scripts/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Sun Mar 1 21:13:06 1998 Theodore Ts'o * Makefile.in (env-setup.stmp): If env-setup.stamp needs to be diff --git a/src/kadmin/testing/scripts/Makefile.in b/src/kadmin/testing/scripts/Makefile.in index 7b1cefb6a..b9fbed4f0 100644 --- a/src/kadmin/testing/scripts/Makefile.in +++ b/src/kadmin/testing/scripts/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./../.. +myfulldir=kadmin/testing/scripts +mydir=testing/scripts BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) PERL=@PERL@ diff --git a/src/kadmin/testing/util/ChangeLog b/src/kadmin/testing/util/ChangeLog index 92e1e2c42..1cfaf88da 100644 --- a/src/kadmin/testing/util/ChangeLog +++ b/src/kadmin/testing/util/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Thu Jul 16 10:20:20 1998 Ezra Peisach * tcl_kadm5.c (parse_tl_data): Change cast from char * to diff --git a/src/kadmin/testing/util/Makefile.in b/src/kadmin/testing/util/Makefile.in index 62a98f613..43d933435 100644 --- a/src/kadmin/testing/util/Makefile.in +++ b/src/kadmin/testing/util/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./../.. +myfulldir=kadmin/testing/util +mydir=testing/util BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(TCL_INCLUDES) diff --git a/src/kadmin/v4server/ChangeLog b/src/kadmin/v4server/ChangeLog index b00913cde..da4a612ec 100644 --- a/src/kadmin/v4server/ChangeLog +++ b/src/kadmin/v4server/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-10-27 Marc Horowitz * admin_server.c, kadm_funcs.c, kadm_ser_wrap.c, kadm_server.h: diff --git a/src/kadmin/v4server/Makefile.in b/src/kadmin/v4server/Makefile.in index 726b91a84..80a5ac205 100644 --- a/src/kadmin/v4server/Makefile.in +++ b/src/kadmin/v4server/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/v4server +mydir=v4server BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(PW_CHECK) \ -DKADM5 -DNEED_SOCKETS @HESIOD_DEFS@ diff --git a/src/kadmin/v4server/unit-test/ChangeLog b/src/kadmin/v4server/unit-test/ChangeLog index ef21f8f8f..5de301820 100644 --- a/src/kadmin/v4server/unit-test/ChangeLog +++ b/src/kadmin/v4server/unit-test/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Tue Mar 3 10:30:11 1998 Ezra Peisach * Makefile.in (check): Use the variable DO_V4_TEST to distinguish diff --git a/src/kadmin/v4server/unit-test/Makefile.in b/src/kadmin/v4server/unit-test/Makefile.in index 3662945a8..783c26ddf 100644 --- a/src/kadmin/v4server/unit-test/Makefile.in +++ b/src/kadmin/v4server/unit-test/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./../.. +myfulldir=kadmin/v4server/unit-test +mydir=v4server/unit-test BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) # # $Id$ diff --git a/src/kadmin/v5passwdd/ChangeLog b/src/kadmin/v5passwdd/ChangeLog index 90a19a8a2..11588ee28 100644 --- a/src/kadmin/v5passwdd/ChangeLog +++ b/src/kadmin/v5passwdd/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-05-06 Theodore Ts'o * kpasswd.c (main): POSIX states that getopt returns -1 diff --git a/src/kadmin/v5passwdd/Makefile.in b/src/kadmin/v5passwdd/Makefile.in index d5abd6611..9b189d41b 100644 --- a/src/kadmin/v5passwdd/Makefile.in +++ b/src/kadmin/v5passwdd/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=kadmin/v5passwdd +mydir=v5passwdd BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) PROG_LIBPATH=-L$(TOPLIBD)