From: Theodore Tso Date: Wed, 2 Nov 1994 01:22:47 +0000 (+0000) Subject: touch the library first, before running $aradd, in case changing the X-Git-Tag: krb5-1.0-beta5~1040 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a14f8687a3c7dc82423253350a0ec50d602d679a;p=krb5.git touch the library first, before running $aradd, in case changing the mod time of the library after running $aradd causes problems on some systems. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4608 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 1d820d128..5239085a9 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,5 +1,9 @@ Tue Nov 1 14:49:00 1994 (tytso@rsx-11) + * libupdate.sh: touch the library first, before running $aradd, in + case changing the mod time of the library after running + $aradd causes problems on some systems. + * libupdate.sh: Change use of "head -1" to "sed 1q" * configure.in: diff --git a/src/util/libupdate.sh b/src/util/libupdate.sh index b8fc5158d..b036a5892 100644 --- a/src/util/libupdate.sh +++ b/src/util/libupdate.sh @@ -30,9 +30,9 @@ fi echo "Updating library $library from $oblist" +touch $library $arcmd $library `cat $oblist | \ sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g"` -touch $library