dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[dotgnu-pnet-commits] pnetlib ChangeLog tools/mkrelease


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnetlib ChangeLog tools/mkrelease
Date: Thu, 08 Mar 2007 19:04:44 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnetlib
Changes by:     Klaus Treichel <ktreichel>      07/03/08 19:04:44

Modified files:
        .              : ChangeLog 
        tools          : mkrelease 

Log message:
        Fix mkrelease so that the libtool files will be in the tarball instead 
of
        symlinks.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/ChangeLog?cvsroot=dotgnu-pnet&r1=1.2483&r2=1.2484
http://cvs.savannah.gnu.org/viewcvs/pnetlib/tools/mkrelease?cvsroot=dotgnu-pnet&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.2483
retrieving revision 1.2484
diff -u -b -r1.2483 -r1.2484
--- ChangeLog   3 Mar 2007 11:54:49 -0000       1.2483
+++ ChangeLog   8 Mar 2007 19:04:44 -0000       1.2484
@@ -1,3 +1,8 @@
+2007-03-08  Klaus Treichel  <address@hidden>
+
+       * tools/mkrelease: Fix the calls to libtoolize so that the libtool files
+       will be copied into the tarball instead of symlinking them.
+
 2007-03-03  Klaus Treichel  <address@hidden>
 
        * tools/run_test.sh.in: Add the paths to System.Drawing.Xsharp and

Index: tools/mkrelease
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tools/mkrelease,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- tools/mkrelease     3 Mar 2007 11:54:49 -0000       1.2
+++ tools/mkrelease     8 Mar 2007 19:04:44 -0000       1.3
@@ -78,7 +78,7 @@
 echo '$' cd pnetlib >>$LOGFILE
 echo cd pnetlib
 cd pnetlib
-call libtoolize --force
+call libtoolize --copy --force
 call aclocal
 call automake --add-missing --copy --ignore-deps
 call autoconf
@@ -114,7 +114,7 @@
 echo '$' cd pnetlib >>$LOGFILE
 echo cd pnetlib
 cd pnetlib
-call libtoolize --force
+call libtoolize --copy --force
 call aclocal
 call automake --add-missing --copy --ignore-deps
 call autoconf




reply via email to

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