* [dpdk-dev] [PATCH] Fix linuxapp/kni Makefile
@ 2014-12-12 23:05 r k
0 siblings, 0 replies; 2+ messages in thread
From: r k @ 2014-12-12 23:05 UTC (permalink / raw)
To: dev
Subject: [PATCH] Fix linuxapp/kni Makefile
When "make clean" is performed following message is seen
tr: missing operand after '.-'
Two strings must be given when translating.
Try 'tr --help' for more information
due to 'comma' not defined. Include appropriate .mk file.
Signed-off-by: Ravi Kerur <rkerur@gmail.com>
---
lib/librte_eal/linuxapp/kni/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/librte_eal/linuxapp/kni/Makefile
b/lib/librte_eal/linuxapp/kni/Makefile
index fb673d9..02ed5da 100644
--- a/lib/librte_eal/linuxapp/kni/Makefile
+++ b/lib/librte_eal/linuxapp/kni/Makefile
@@ -29,6 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+include $(RTE_SDK)/mk/internal/rte.build-pre.mk
include $(RTE_SDK)/mk/rte.vars.mk
#
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-dev] [PATCH] Fix linuxapp/kni makefile
@ 2014-12-12 23:03 r k
0 siblings, 0 replies; 2+ messages in thread
From: r k @ 2014-12-12 23:03 UTC (permalink / raw)
To: dev
Re-sending as per guidelines.
Subject: [PATCH] Fix linuxapp/kni makefile
*** BLURB HERE ***
Ravi Kerur (1):
Fix linuxapp/kni Makefile
lib/librte_eal/linuxapp/kni/Makefile | 1 +
1 file changed, 1 insertion(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-12 23:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-12 23:05 [dpdk-dev] [PATCH] Fix linuxapp/kni Makefile r k
-- strict thread matches above, loose matches on Subject: below --
2014-12-12 23:03 [dpdk-dev] [PATCH] Fix linuxapp/kni makefile r k
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).