Re: svn commit: r306312 - head

2016-09-25 Thread Marcel Moolenaar



On September 25, 2016 at 10:41:32 AM, Andrey V. Elsukov (bu7c...@yandex.ru) 
wrote:

On 25.09.16 19:39, Marcel Moolenaar wrote: 
> +20160924: 
> + Relocatable object files with the extension of .So have been renamed 
> + to use an extension of .pico instead. The purpose of this change is 
> + to avoid a name clash with shared libraries on case-insensitive file 
> + systems. On those file systems, foo.So is the same file as foo.so. 

Hi, 

probably old *.So files now should be removed using `make delete-old` or 
something like this.
make “delete-old” is not for pruning files or directories in the object tree 
(unless that changed while I wasn’t paying attention. Has that changed?




signature.asc
Description: Message signed with OpenPGP using AMPGpg


Re: svn commit: r306312 - head

2016-09-25 Thread Andrey V. Elsukov
On 25.09.16 19:39, Marcel Moolenaar wrote:
> +20160924:
> + Relocatable object files with the extension of .So have been renamed
> + to use an extension of .pico instead.  The purpose of this change is
> + to avoid a name clash with shared libraries on case-insensitive file
> + systems.  On those file systems, foo.So is the same file as foo.so.

Hi,

probably old *.So files now should be removed using `make delete-old` or
something like this.

-- 
WBR, Andrey V. Elsukov



signature.asc
Description: OpenPGP digital signature


svn commit: r306312 - head

2016-09-25 Thread Marcel Moolenaar
Author: marcel
Date: Sun Sep 25 16:39:18 2016
New Revision: 306312
URL: https://svnweb.freebsd.org/changeset/base/306312

Log:
  Relocatable object files are renamed from *.So to *.pico
  
  Reminder by:  imp@

Modified:
  head/UPDATING

Modified: head/UPDATING
==
--- head/UPDATING   Sun Sep 25 16:30:29 2016(r306311)
+++ head/UPDATING   Sun Sep 25 16:39:18 2016(r306312)
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20160924:
+   Relocatable object files with the extension of .So have been renamed
+   to use an extension of .pico instead.  The purpose of this change is
+   to avoid a name clash with shared libraries on case-insensitive file
+   systems.  On those file systems, foo.So is the same file as foo.so.
+
 20160918:
GNU rcs has been turned off by default.  It can (temporarily) be built
again by adding WITH_RCS knob in src.conf.
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"