Re: [Libhugetlbfs-devel] [PATCH] Fix dependecies for Makefile to fix parallel build

2011-09-13 Thread Eric B Munson
On Mon, 25 Jul 2011, Matthew McClintock wrote: > Signed-off-by: Matthew McClintock > --- > Not 100% sure about this fix, but it does remove a build failure when > build with -j100 Applied, thanks. Eric > > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git

Re: [Libhugetlbfs-devel] [PATCH] Fix dependecies for Makefile to fix parallel build

2011-07-25 Thread Eric B Munson
On Mon, 25 Jul 2011, McClintock Matthew-B29882 wrote: > On Mon, Jul 25, 2011 at 3:11 PM, Eric B Munson wrote: > > Unfortunately this doesn't work for me for a -j values.  There is a subtle > > timing issue with the linker script and the old linker tests.  When I build > > with -j4 I get failures

Re: [Libhugetlbfs-devel] [PATCH] Fix dependecies for Makefile to fix parallel build

2011-07-25 Thread McClintock Matthew-B29882
On Mon, Jul 25, 2011 at 3:11 PM, Eric B Munson wrote: > Unfortunately this doesn't work for me for a -j values.  There is a subtle > timing issue with the linker script and the old linker tests.  When I build > with -j4 I get failures that suggest the linker script is not yet in place or > being u

Re: [Libhugetlbfs-devel] [PATCH] Fix dependecies for Makefile to fix parallel build

2011-07-25 Thread Eric B Munson
On Mon, 25 Jul 2011, Matthew McClintock wrote: > Signed-off-by: Matthew McClintock > --- > Not 100% sure about this fix, but it does remove a build failure when > build with -j100 > > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile >

[Libhugetlbfs-devel] [PATCH] Fix dependecies for Makefile to fix parallel build

2011-07-25 Thread Matthew McClintock
Signed-off-by: Matthew McClintock --- Not 100% sure about this fix, but it does remove a build failure when build with -j100 Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index d781871..7f03eb4 100644 --- a/Makefile +++ b/Makefile @@ -196,