Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/3] Revise makefile
@ 2018-11-26  7:26 ogawa.yasufumi
  2018-11-26  7:26 ` [spp] [PATCH 1/3] makefile: fix problem of dependency is not checked ogawa.yasufumi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ogawa.yasufumi @ 2018-11-26  7:26 UTC (permalink / raw)
  To: ferruh.yigit, spp, ogawa.yasufumi

From: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>

Some of Makefiles of SPP does not work property and need to be revised.
This patches are to fix the problems. It also include changing to use
GNUmakefile instead of Makefile as in DPDK.

* It does not check dependency for compilation. If you update some of
  source codes, you need to `make clean` before `make`.

* `Makefile.spp` is used to compile DPDK with options for testing.
  However, target is remained as old `x86_64-ivshmem-linuxapp-gcc`.

Yasufumi Ogawa (3):
  makefile: fix problem of dependency is not checked
  makefile: introduce GNUmakefile
  makefile: update Makefile for testing DPDK

 GNUmakefile          | 38 ++++++++++++++++++++++++++++++++++++++
 Makefile             | 36 +-----------------------------------
 Makefile.spp         |  2 +-
 src/mirror/Makefile  |  2 +-
 src/nfv/Makefile     |  2 +-
 src/primary/Makefile |  2 +-
 src/vf/Makefile      |  2 +-
 src/vm/Makefile      |  2 +-
 8 files changed, 45 insertions(+), 41 deletions(-)
 create mode 100644 GNUmakefile

-- 
2.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-26  7:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26  7:26 [spp] [PATCH 0/3] Revise makefile ogawa.yasufumi
2018-11-26  7:26 ` [spp] [PATCH 1/3] makefile: fix problem of dependency is not checked ogawa.yasufumi
2018-11-26  7:26 ` [spp] [PATCH 2/3] makefile: introduce GNUmakefile ogawa.yasufumi
2018-11-26  7:26 ` [spp] [PATCH 3/3] makefile: update Makefile for testing DPDK ogawa.yasufumi

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).