[PATCH] btrfs-progs: fix parallel build

2013-09-02 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Parallel execution of make install may fail due to late creation of version.h, fix it by adding the dependence on version.h. The fix is similar to 7aaf00fc[btrfs-progs: fix parallel build] Signed-off-by: Roy.Li rongqing...@windriver.com --- Makefile |

[PATCH] btrfs-progs: fix parallel build

2013-01-31 Thread David Sterba
Parallel build may fail due to late creation of version.h, fix the rule name that does not match the filename. Signed-off-by: David Sterba dste...@suse.cz --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6df402c..bef1e13 100644 ---

Re: [PATCH] btrfs-progs: fix parallel build

2013-01-31 Thread Eric Sandeen
On 1/31/13 6:50 AM, David Sterba wrote: Parallel build may fail due to late creation of version.h, fix the rule name that does not match the filename. Signed-off-by: David Sterba dste...@suse.cz Look good, thanks. surprised I didn't run into this. Reviewed-by: Eri Sandeen