From: Ezra Peisach Date: Fri, 9 Aug 1996 19:23:59 +0000 (+0000) Subject: Change shared:: to shared: in the creation of the shared subdir. X-Git-Tag: krb5-1.0-beta7~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e354ebdbd98dd7a7ea493804ef0994a44518aeff;p=thirdparty%2Fkrb5.git Change shared:: to shared: in the creation of the shared subdir. a) This change is consistant with other lib directories. b) The double : form caused the mkdir to be tried every time and mkdir was exiting with a non-zero exit status of it already existed... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8918 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/kdb/ChangeLog b/src/lib/kdb/ChangeLog index c4b2c5b900..98e8c95a4b 100644 --- a/src/lib/kdb/ChangeLog +++ b/src/lib/kdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 9 15:21:34 1996 Ezra Peisach + + * Makefile.in (shared): Convert shared:: to shared: so will not + always be called upon. + Thu Aug 8 20:26:47 1996 Tom Yu * Makefile.in (shared): Always mkdir shared; test -d shared || diff --git a/src/lib/kdb/Makefile.in b/src/lib/kdb/Makefile.in index 000779eff2..77c31bb140 100644 --- a/src/lib/kdb/Makefile.in +++ b/src/lib/kdb/Makefile.in @@ -46,7 +46,8 @@ LIB_SUBDIRS= . LIBDONE = DONE all-unix:: shared -shared:: + +shared: mkdir shared clean-unix::