From 37a7b3f4f8eb0466e1d9a3c5d601d301cb3fd840 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 13 Nov 1998 20:47:18 +0000 Subject: [PATCH] Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) Also added a note to the ChangeLog indicating that we changed lock_file.c to check for HAVE_FCNTL_H and defined(F_SETLKW) and defined(F_RDLCK) instead of POSIX_FILE_LOCKS (so we can get rid of a non-standard autoconf symbol.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11027 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/os/ChangeLog | 8 +++++++- src/lib/krb5/os/Makefile.in | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index a1d7fa027..13b401729 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,8 +1,14 @@ 1998-11-13 Theodore Ts'o + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + * lock_file.c (krb5_lock_file): Fix bug where if the fcntl-style lock succeeded, we should return immediately instead of - trying to do flock-style locking. + trying to do flock-style locking. Also check for + HAVE_FCNTL_H and defined(F_SETLKW) and + defined(F_RDLCK) instead of POSIX_FILE_LOCKS (so we + can get rid of a non-standard autoconf symbol.) 1998-10-31 Theodore Ts'o diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in index 56edfac36..9d03c5e49 100644 --- a/src/lib/krb5/os/Makefile.in +++ b/src/lib/krb5/os/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/krb5/os +mydir=os BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) KRB5_RUN_ENV = @KRB5_RUN_ENV@ -- 2.26.2