Re: Compressed patch to move make/custom/* to make/*

2018-02-11 Thread Chris Johns
On 9/2/18 7:07 pm, Sebastian Huber wrote: > On 09/02/18 00:47, Chris Johns wrote: >>> No user should be forced to touch its Makefiles only because we move >>> some >>> files in the RTEMS source tree from A to B. So, I think the install >>> location >>> should remain as is. >>> >>> >

Re: Compressed patch to move make/custom/* to make/*

2018-02-09 Thread Sebastian Huber
On 09/02/18 00:47, Chris Johns wrote: No user should be forced to touch its Makefiles only because we move some files in the RTEMS source tree from A to B. So, I think the install location should remain as is. I agree but I think you missed my point. The use in testsuites can be

Re: Compressed patch to move make/custom/* to make/*

2018-02-08 Thread Chris Johns
On 09/02/2018 02:22, Joel Sherrill wrote: > On Thu, Feb 8, 2018 at 9:10 AM, Sebastian Huber > > > wrote: > On 08/02/18 16:08, Joel Sherrill wrote: > On Thu, Feb 8, 2018 at 3:05 AM, Sebastian Huber >

Re: Compressed patch to move make/custom/* to make/*

2018-02-08 Thread Joel Sherrill
On Thu, Feb 8, 2018 at 9:10 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 08/02/18 16:08, Joel Sherrill wrote: > >> >> On Thu, Feb 8, 2018 at 3:05 AM, Sebastian Huber < >> sebastian.hu...@embedded-brains.de > ed-brains.de>> wrote: >> >> O

Re: Compressed patch to move make/custom/* to make/*

2018-02-08 Thread Sebastian Huber
On 08/02/18 16:08, Joel Sherrill wrote: On Thu, Feb 8, 2018 at 3:05 AM, Sebastian Huber > wrote: On 08/02/18 09:11, Sebastian Huber wrote: On 08/02/18 01:00, Joel Sherrill wrote: Hi The patch was quite large and

Re: Compressed patch to move make/custom/* to make/*

2018-02-08 Thread Joel Sherrill
On Thu, Feb 8, 2018 at 3:05 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 08/02/18 09:11, Sebastian Huber wrote: > >> On 08/02/18 01:00, Joel Sherrill wrote: >> >>> Hi >>> >>> The patch was quite large and rightly blocked from being sent to >>> everyone (~900k). Compressed,

Re: Compressed patch to move make/custom/* to make/*

2018-02-08 Thread Gedare Bloom
On Thu, Feb 8, 2018 at 4:05 AM, Sebastian Huber wrote: > On 08/02/18 09:11, Sebastian Huber wrote: >> >> On 08/02/18 01:00, Joel Sherrill wrote: >>> >>> Hi >>> >>> The patch was quite large and rightly blocked from being sent to >>> everyone (~900k). Compressed, it is only 63K >>> >>> This elimina

Re: Compressed patch to move make/custom/* to make/*

2018-02-08 Thread Sebastian Huber
On 08/02/18 09:11, Sebastian Huber wrote: On 08/02/18 01:00, Joel Sherrill wrote: Hi The patch was quite large and rightly blocked from being sent to everyone (~900k). Compressed, it is only 63K This eliminates the custom directory and moves everything up one level.  No failures in the build a

Re: Compressed patch to move make/custom/* to make/*

2018-02-08 Thread Sebastian Huber
On 08/02/18 01:00, Joel Sherrill wrote: Hi The patch was quite large and rightly blocked from being sent to everyone (~900k). Compressed, it is only 63K This eliminates the custom directory and moves everything up one level.  No failures in the build as shown here. https://lists.rtems.org/pipe

Re: Compressed patch to move make/custom/* to make/*

2018-02-07 Thread Joel Sherrill
Attached this time. On Wed, Feb 7, 2018 at 6:00 PM, Joel Sherrill wrote: > Hi > > The patch was quite large and rightly blocked from being sent to > everyone (~900k). Compressed, it is only 63K > > This eliminates the custom directory and moves everything up > one level. No failures in the buil

Compressed patch to move make/custom/* to make/*

2018-02-07 Thread Joel Sherrill
Hi The patch was quite large and rightly blocked from being sent to everyone (~900k). Compressed, it is only 63K This eliminates the custom directory and moves everything up one level. No failures in the build as shown here. https://lists.rtems.org/pipermail/build/2018-February/000398.html --j