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
>
>
>
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
**************************************************
> 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
> 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