libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 92-gary-factor-out-MKSTAMP.patch


From: Gary V. Vaughan
Subject: FYI: 92-gary-factor-out-MKSTAMP.patch
Date: Fri, 13 Feb 2004 00:31:34 +0000 (GMT)
User-agent: mailnotify/0.2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
__________________________________________________________
This patch notification generated by cvsapply version 0.13
http://savannah.gnu.org/projects/cvs-utils
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFALBrlFRMICSmD1gYRAjNFAJ4vy8S4TXUaMdLB5gPIASyE5oROMACfX1kP
XFpUZImVzdv7J9WjPOPgvmU=
=lQsN
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * commit (MKSTAMP): Look for mkstamp in the right place.

Index: commit
===================================================================
RCS file: /cvsroot/libtool/libtool/commit,v
retrieving revision 1.14.4.5
diff -u -p -u -r1.14.4.5 commit
--- commit 12 Feb 2004 19:24:00 -0000 1.14.4.5
+++ commit 13 Feb 2004 00:30:18 -0000
@@ -68,7 +68,8 @@
 
 : ${CVS="cvs"}
 : ${SHELL="/bin/sh"}
-: ${MAILNOTIFY="$SHELL ./mailnotify"}
+: ${MAILNOTIFY="./mailnotify"}
+: ${MKSTAMP="./mkstamp"}
 : ${MV="mv -f"}
 : ${RM="rm -f"}
 : ${SED="sed"}
@@ -436,8 +437,8 @@ if test -n "$sendmail_to"; then
   {
     test -f CVS/Root &&
         echo "CVSROOT: `sed -e 's,.*:,,g' CVS/Root`"
-    test -f ./config/mkstamp &&
-        echo "TIMESTAMP:       `./config/mkstamp < ./ChangeLog`"
+    test -f $MKSTAMP &&
+        echo "TIMESTAMP:       `$SHELL $MKSTAMP < ./ChangeLog`"
     test -f CVS/Repository &&
         echo "Module name:     `cat CVS/Repository`"
     test -f CVS/Tag &&
@@ -451,9 +452,9 @@ if test -n "$sendmail_to"; then
   } > "$notify_file"
 
   if test -n "$sendmail_from"; then
-    $MAILNOTIFY -F "$sendmail_from" -s "`echo $filelist`" -f "$notify_file" -m 
"text/plain" "$sendmail_to"
+    $SHELL $MAILNOTIFY -F "$sendmail_from" -s "`echo $filelist`" -f 
"$notify_file" -m "text/plain" "$sendmail_to"
   else
-    $MAILNOTIFY -s "`echo $filelist`" -f "$notify_file" -m "text/plain" 
"$sendmail_to"
+    $SHELL $MAILNOTIFY -s "`echo $filelist`" -f "$notify_file" -m "text/plain" 
"$sendmail_to"
   fi
 fi
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]