touch the library first, before running $aradd, in case changing the
authorTheodore Tso <tytso@mit.edu>
Wed, 2 Nov 1994 01:22:47 +0000 (01:22 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 2 Nov 1994 01:22:47 +0000 (01:22 +0000)
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

src/util/ChangeLog
src/util/libupdate.sh

index 1d820d128bb45d8acbb3b2138d39a510fddc6fa8..5239085a9bcc8cc7f6037302a1e8ebb629acafb6 100644 (file)
@@ -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: 
index b8fc5158d42b611827b702e5ce59f438b8b45e12..b036a589221ad33b2d24f7137b79210c9c275aaf 100644 (file)
@@ -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