Pravin Shelar wrote (on Sun 22 Dec, 2013 at 20:12 GMT):
On Sun, Dec 22, 2013 at 9:21 AM, Chris Luke <[email protected]> wrote:
Just a note; this adds datapath/linux/compat/include/linux/bug.h but doesn?t
add that filename to datapath/linux/Modules.mk, breaking the build with this
error:
The distribution is missing the following files:
datapath/linux/compat/include/linux/bug.h
This seems to fix the build:
This looks good. Can you send signed-off, so that I can apply it?
Done. Need me to send in a seperate message, or is below good enough?
From 64e2a60cf11913dcb643954fe1a63d3fd72987b0 Mon Sep 17 00:00:00 2001
From: Chris Luke <[email protected]>
Date: Sun, 22 Dec 2013 20:26:21 +0000
Subject: [PATCH] datapath: bug.h missing from distfiles
commit 7c359202 introduced datapath/linux/compat/include/bug.h
but did not include it in datapath/linux/Modules.mk, which results
in the following build error:
The distribution is missing the following files:
datapath/linux/compat/include/linux/bug.h
Signed-off-by: Chris Luke <[email protected]>
---
datapath/linux/Modules.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/datapath/linux/Modules.mk b/datapath/linux/Modules.mk
index 2f4a9c2..cedb8c9 100644
--- a/datapath/linux/Modules.mk
+++ b/datapath/linux/Modules.mk
@@ -19,6 +19,7 @@ openvswitch_headers += \
linux/compat/gso.h \
linux/compat/include/asm/hash.h \
linux/compat/include/asm/percpu.h \
+ linux/compat/include/linux/bug.h \
linux/compat/include/linux/compiler.h \
linux/compat/include/linux/compiler-gcc.h \
linux/compat/include/linux/cpumask.h \
--
1.7.9.5
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev