From: Theodore Tso Date: Fri, 13 Nov 1998 21:05:20 +0000 (+0000) Subject: Makefile.in: Set the myfulldir and mydir variables (which are relative X-Git-Tag: krb5-1.1-final~486 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af6e475823c3ef3fb245fc2deee656354168c56;p=thirdparty%2Fkrb5.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@11029 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/gssftp/ChangeLog b/src/appl/gssftp/ChangeLog index df777252c4..834b776beb 100644 --- a/src/appl/gssftp/ChangeLog +++ b/src/appl/gssftp/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-27 Theodore Ts'o * configure.in: Add check for paths.h diff --git a/src/appl/gssftp/Makefile.in b/src/appl/gssftp/Makefile.in index 81a9d7559a..e1f1ef9150 100644 --- a/src/appl/gssftp/Makefile.in +++ b/src/appl/gssftp/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=appl/gssftp +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) LOCAL_SUBDIRS=ftp ftpd CFLAGS = $(CCOPTS) diff --git a/src/appl/gssftp/ftp/ChangeLog b/src/appl/gssftp/ftp/ChangeLog index b021129b04..f76c9894dc 100644 --- a/src/appl/gssftp/ftp/ChangeLog +++ b/src/appl/gssftp/ftp/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 * ftp.c (login): *always* encrypt the password, regardless diff --git a/src/appl/gssftp/ftp/Makefile.in b/src/appl/gssftp/ftp/Makefile.in index f861701187..73f7b3baaf 100644 --- a/src/appl/gssftp/ftp/Makefile.in +++ b/src/appl/gssftp/ftp/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=appl/gssftp/ftp +mydir=ftp BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) # # appl/gssftp/ftp/Makefile.in diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog index 37681c479d..8a0dbc8e07 100644 --- a/src/appl/gssftp/ftpd/ChangeLog +++ b/src/appl/gssftp/ftpd/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.) + Mon Oct 26 13:46:47 1998 Dan Winship * ftpd.c (main): Add -A (require authentication, but not diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in index 0988bb95e6..f232ad322a 100644 --- a/src/appl/gssftp/ftpd/Makefile.in +++ b/src/appl/gssftp/ftpd/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=appl/gssftp/ftpd +mydir=ftpd BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) # # appl/gssftp/ftpd/Makefile.in diff --git a/src/appl/telnet/ChangeLog b/src/appl/telnet/ChangeLog index 3095986a74..62fb2e8a0f 100644 --- a/src/appl/telnet/ChangeLog +++ b/src/appl/telnet/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:36:25 1998 Tom Yu * Makefile.in: Remove trailing slash from thisconfigdir. Fix up diff --git a/src/appl/telnet/Makefile.in b/src/appl/telnet/Makefile.in index 724399a32e..6d7f9632e3 100644 --- a/src/appl/telnet/Makefile.in +++ b/src/appl/telnet/Makefile.in @@ -1,2 +1,4 @@ thisconfigdir=. +myfulldir=appl/telnet +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) diff --git a/src/appl/telnet/libtelnet/ChangeLog b/src/appl/telnet/libtelnet/ChangeLog index 55168c36b3..c322ae945e 100644 --- a/src/appl/telnet/libtelnet/ChangeLog +++ b/src/appl/telnet/libtelnet/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 * enc_des.c, kerberos.c: the ECB des functions don't exist diff --git a/src/appl/telnet/libtelnet/Makefile.in b/src/appl/telnet/libtelnet/Makefile.in index dc943e19b5..31d98b36b9 100644 --- a/src/appl/telnet/libtelnet/Makefile.in +++ b/src/appl/telnet/libtelnet/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=appl/telnet/libtelnet +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) # derived from the original Makefile.generic # diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index 7d94d0acf7..a843a7f05f 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/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 * commands.c: remove calls to setuid(getuid()). This looks like diff --git a/src/appl/telnet/telnet/Makefile.in b/src/appl/telnet/telnet/Makefile.in index 2a7703a2db..3654e17f47 100644 --- a/src/appl/telnet/telnet/Makefile.in +++ b/src/appl/telnet/telnet/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=appl/telnet/telnet +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) # derived from the original Makefile.generic # diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog index 02b05da2b9..2ac0776cf0 100644 --- a/src/appl/telnet/telnetd/ChangeLog +++ b/src/appl/telnet/telnetd/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 Aug 12 00:17:09 1998 Matthew D Hancher * Makefile.in (AUTH_DEF): Undefine LOGIN_CAP_F so that telnetd diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in index af56cf2e90..2fbec0e56f 100644 --- a/src/appl/telnet/telnetd/Makefile.in +++ b/src/appl/telnet/telnetd/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=appl/telnet/telnetd +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) # derived from the original Makefile.generic #