From 81c669036b738c29a72b599f324ef464088ed6e9 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 5 Dec 1998 06:25:34 +0000 Subject: [PATCH] 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@11081 dc483132-0cff-0310-8789-dd5450dbe970 --- src/clients/ChangeLog | 5 +++++ src/clients/Makefile.in | 2 ++ src/clients/kdestroy/ChangeLog | 5 +++++ src/clients/kdestroy/Makefile.in | 2 ++ src/clients/kinit/ChangeLog | 5 +++++ src/clients/kinit/Makefile.in | 2 ++ src/clients/klist/ChangeLog | 5 +++++ src/clients/klist/Makefile.in | 2 ++ src/clients/kpasswd/ChangeLog | 5 +++++ src/clients/kpasswd/Makefile.in | 2 ++ src/clients/ksu/ChangeLog | 5 +++++ src/clients/ksu/Makefile.in | 2 ++ src/clients/kvno/ChangeLog | 5 +++++ src/clients/kvno/Makefile.in | 2 ++ 14 files changed, 49 insertions(+) diff --git a/src/clients/ChangeLog b/src/clients/ChangeLog index e8390d6b2..4a11e71de 100644 --- a/src/clients/ChangeLog +++ b/src/clients/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 * configure.in: add kvno diff --git a/src/clients/Makefile.in b/src/clients/Makefile.in index e772cf6b8..29ec046f3 100644 --- a/src/clients/Makefile.in +++ b/src/clients/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=clients +mydir=. BUILDTOP=$(REL)$(U) LOCAL_SUBDIRS= klist kinit kdestroy kpasswd ksu kvno diff --git a/src/clients/kdestroy/ChangeLog b/src/clients/kdestroy/ChangeLog index 428f1d3fa..9d96b5ffa 100644 --- a/src/clients/kdestroy/ChangeLog +++ b/src/clients/kdestroy/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 * kdestroy.c (main): POSIX states that getopt returns -1 when it diff --git a/src/clients/kdestroy/Makefile.in b/src/clients/kdestroy/Makefile.in index f91778b16..6580a32a8 100644 --- a/src/clients/kdestroy/Makefile.in +++ b/src/clients/kdestroy/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=clients/kdestroy +mydir=kdestroy BUILDTOP=$(REL)$(U)$(S)$(U) ##DOS##BUILDTOP=..\.. diff --git a/src/clients/kinit/ChangeLog b/src/clients/kinit/ChangeLog index 5bdf45257..3cbc2a5e0 100644 --- a/src/clients/kinit/ChangeLog +++ b/src/clients/kinit/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 * kinit.c: convert to new init_creds api diff --git a/src/clients/kinit/Makefile.in b/src/clients/kinit/Makefile.in index 7f35ada3e..bc9c73aa1 100644 --- a/src/clients/kinit/Makefile.in +++ b/src/clients/kinit/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=clients/kinit +mydir=kinit BUILDTOP=$(REL)$(U)$(S)$(U) ##DOS##BUILDTOP=..\.. diff --git a/src/clients/klist/ChangeLog b/src/clients/klist/ChangeLog index 20feffb35..b7120478f 100644 --- a/src/clients/klist/ChangeLog +++ b/src/clients/klist/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 * klist.c: add -a flag to print the ticket address, and -n flag to diff --git a/src/clients/klist/Makefile.in b/src/clients/klist/Makefile.in index 628922ca8..e2414013d 100644 --- a/src/clients/klist/Makefile.in +++ b/src/clients/klist/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=clients/klist +mydir=klist BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) diff --git a/src/clients/kpasswd/ChangeLog b/src/clients/kpasswd/ChangeLog index 6d526472b..46f98c554 100644 --- a/src/clients/kpasswd/ChangeLog +++ b/src/clients/kpasswd/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:43:41 1998 Tom Yu * Makefile.in: Remove trailing whitespace from thisconfigdir. Fix diff --git a/src/clients/kpasswd/Makefile.in b/src/clients/kpasswd/Makefile.in index 3ee8c2e01..2b7490820 100644 --- a/src/clients/kpasswd/Makefile.in +++ b/src/clients/kpasswd/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=clients/kpasswd +mydir=kpasswd BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) PROG_LIBPATH=-L$(TOPLIBD) diff --git a/src/clients/ksu/ChangeLog b/src/clients/ksu/ChangeLog index a7f563ac2..e9a845487 100644 --- a/src/clients/ksu/ChangeLog +++ b/src/clients/ksu/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 * main.c (main): POSIX states that getopt returns -1 when it diff --git a/src/clients/ksu/Makefile.in b/src/clients/ksu/Makefile.in index 219325016..e8ab6d33e 100644 --- a/src/clients/ksu/Makefile.in +++ b/src/clients/ksu/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=clients/ksu +mydir=ksu BUILDTOP=$(REL)$(U)$(S)$(U) DEFINES = -DGET_TGT_VIA_PASSWD -DPRINC_LOOK_AHEAD -DCMD_PATH='"/bin /local/bin"' CFLAGS = $(CCOPTS) $(DEFINES) $(DEFS) $(LOCALINCLUDE) diff --git a/src/clients/kvno/ChangeLog b/src/clients/kvno/ChangeLog index 24ad575df..2bd51c0d0 100644 --- a/src/clients/kvno/ChangeLog +++ b/src/clients/kvno/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 * kvno.c, kvno.M: Create a new application. diff --git a/src/clients/kvno/Makefile.in b/src/clients/kvno/Makefile.in index 74146e506..080e75af9 100644 --- a/src/clients/kvno/Makefile.in +++ b/src/clients/kvno/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=clients/kvno +mydir=kvno BUILDTOP=$(REL)$(U)$(S)$(U) ##DOS##BUILDTOP=..\.. -- 2.26.2