+Mon May 20 10:59:23 1996 Tom Yu <tlyu@dragons-lair.MIT.EDU>
+
+ * Makefile.in (libcrypto.$(STEXT): deal with new improved
+ libupdate
+
Sat May 18 13:34:01 1996 Ezra Peisach (epeisach@paris)
* des3_sha.c: Add static keywords in function declarartions to
all-windows:: $(OBJS)
libcrypto.$(STEXT): $(LIBDONE)
- -rm -f $@ libcrypto.stamp
- if test -f $@ ; then \
- for i in $(LIB_SUBDIRS) ; \
- do \
- $(LIBUPDATE) $@ $$i/DONE $$i ; \
- done ; \
+ @if test -f $@ ; then \
+ (set -x; $(LIBUPDATE) $@ DONE $(LIB_SUBDIRS)) \
else \
- for i in $(LIB_SUBDIRS) ; \
- do \
- $(LIBUPDATE) --force $@ $$i/DONE $$i ; \
- done ; \
+ (set -x; $(LIBUPDATE) --force $@ DONE $(LIB_SUBDIRS)) \
fi
$(RANLIB) $@
touch libcrypto.stamp
+Mon May 20 11:00:45 1996 Tom Yu <tlyu@dragons-lair.MIT.EDU>
+
+ * Makefile.in (libgssapi.$(STEXT)): deal with new improved
+ libupdate
+
Mon May 6 21:33:25 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in (clean-unix): Remove libgssapi_krb5.stamp.
all-mac::
libgssapi_krb5.$(STEXT): $(LIBDONE)
- if test -f $@ ; then \
- for i in $(LIB_SUBDIRS) ; \
- do \
- $(LIBUPDATE) $@ $$i/DONE $$i ; \
- done ; \
+ @if test -f $@ ; then \
+ (set -x; $(LIBUPDATE) $@ DONE $(LIB_SUBDIRS)) \
else \
- for i in $(LIB_SUBDIRS) ; \
- do \
- $(LIBUPDATE) --force $@ $$i/DONE $$i ; \
- done ; \
+ (set -x; $(LIBUPDATE) --force $@ DONE $(LIB_SUBDIRS)) \
fi
$(RANLIB) libgssapi_krb5.$(STEXT)
touch libgssapi_krb5.stamp
+Mon May 20 10:56:51 1996 Tom Yu <tlyu@dragons-lair.MIT.EDU>
+
+ * Makefile.in (libkrb5.$(STEXT)): fix sense of test; also deal
+ with new improved libupdate
+
Tue Apr 30 16:31:50 1996 Ken Raeburn <raeburn@cygnus.com>
* Makefile.in (libkrb5.$(STEXT)): Set a variable with or without
all-windows::
libkrb5.$(STEXT): $(LIBDONE)
- -rm -f $@ libkrb5.stamp
- if test -f $@ ; then frc=--force ; else frc= ; fi ; \
- for i in $(LIBDONE) ; \
- do \
- $(LIBUPDATE) $$frc $@ $$i `echo $$i | sed s,/DONE,,` \
- || exit 1 ; \
- done
+ @if test -f $@ ; then \
+ (set -x; $(LIBUPDATE) $@ DONE $(LIB_SUBDIRS)) \
+ else \
+ (set -x; $(LIBUPDATE) --force $@ DONE $(LIB_SUBDIRS)) \
+ fi
$(RANLIB) libkrb5.$(STEXT)
touch libkrb5.stamp