Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #27304] [PATCH] move libnci.def out of root directory

6 views
Skip to first unread message

Will Coleda via RT

unread,
Dec 5, 2004, 11:06:23 AM12/5/04
to perl6-i...@perl.org
Can we get a ruling on this? I tend to agree with the statement "Random build files do not
belong in the root directory".

The patch has been un-ACK'd for nine months at the moment.

> [mcha...@vendian.org - Tue Mar 02 03:49:32 2004]:
>
> Steps:
> (1) move ./libnci.def to ./src/libnci.def
> (2) apply patch
>
> Patch updates ./config/gen/makefiles/root.in and ./MANIFEST with the
> new location.
>
> Why? Random build files do not belong in the root directory.
>
> Why src/? libnci.def is used to make a libnci.dll from src/nci_test.c,
> so src/ seemed an appropriate place to put it.
>
> Knocking out bit rot,
> Mitchell
>
>
>

Bernhard Schmalhofer

unread,
Dec 6, 2004, 4:56:52 AM12/6/04
to parrotbug...@parrotcode.org, perl6-i...@perl.org
Will Coleda via RT wrote:
> Can we get a ruling on this? I tend to agree with the statement "Random build files do not
> belong in the root directory".
>
> The patch has been un-ACK'd for nine months at the moment.

While we are at it, shouldn't we rename 'libnci.so' and 'libnci.def' to
'libnci_test.so' and 'libnci_test.def'. The library isn't used for NCI
support, but for testing NCI support.

CU, Bernhard

>>
>>Steps:
>> (1) move ./libnci.def to ./src/libnci.def
>> (2) apply patch
>>
>>Patch updates ./config/gen/makefiles/root.in and ./MANIFEST with the
>>new location.
>>
>>Why? Random build files do not belong in the root directory.
>>

--
**************************************************
Dipl.-Physiker Bernhard Schmalhofer
Senior Developer
Biomax Informatics AG
Lochhamer Str. 11
82152 Martinsried, Germany
Tel: +49 89 895574-839
Fax: +49 89 895574-825
eMail: Bernhard.S...@biomax.com
Website: www.biomax.com
**************************************************

Leopold Toetsch

unread,
Dec 6, 2004, 5:12:24 AM12/6/04
to parrotbug...@parrotcode.org
Will Coleda via RT <parrotbug...@parrotcode.org> wrote:

> Can we get a ruling on this? I tend to agree with the statement
> "Random build files do not belong in the root directory".

There's a stricter rule too (IIRC proposed by Nick or Jarkko). No build
files in the Parrot tree, because this prevents a shared (possibly r/o)
source tree.

Configure.pl --build-dir=xxx

with a reasonable default inside the tree would be better.

leo

Leopold Toetsch

unread,
Dec 6, 2004, 5:28:55 AM12/6/04
to Bernhard Schmalhofer, perl6-i...@perl.org
Bernhard Schmalhofer <Bernhard.S...@biomax.de> wrote:
> Will Coleda via RT wrote:
>> Can we get a ruling on this? I tend to agree with the statement "Random build files do not
>> belong in the root directory".
>>
>> The patch has been un-ACK'd for nine months at the moment.

> While we are at it, shouldn't we rename 'libnci.so' and 'libnci.def' to
> 'libnci_test.so' and 'libnci_test.def'. The library isn't used for NCI
> support, but for testing NCI support.

Yep.

> CU, Bernhard

leo

0 new messages