* [dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation
@ 2019-05-08 13:09 Marcin Smoczynski
2019-05-08 13:09 ` Marcin Smoczynski
2019-05-09 20:39 ` Thomas Monjalon
0 siblings, 2 replies; 4+ messages in thread
From: Marcin Smoczynski @ 2019-05-08 13:09 UTC (permalink / raw)
To: konstantin.ananyev; +Cc: dev, Marcin Smoczynski
Fix invalid indentation - extra whitespace before error directive which
is causing syntax error when no pkgconfig file for the DPDK is found and
RTE_SDK is not specified.
Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
---
examples/ipsec-secgw/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/ipsec-secgw/Makefile b/examples/ipsec-secgw/Makefile
index ac042e4ce..75f2bcd00 100644
--- a/examples/ipsec-secgw/Makefile
+++ b/examples/ipsec-secgw/Makefile
@@ -53,7 +53,7 @@ clean:
else
ifeq ($(RTE_SDK),)
- $(error "Please define RTE_SDK environment variable")
+$(error "Please define RTE_SDK environment variable")
endif
# Default target, detect a build directory, by looking for a path with a .config
--
2.21.0.windows.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation
2019-05-08 13:09 [dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation Marcin Smoczynski
@ 2019-05-08 13:09 ` Marcin Smoczynski
2019-05-09 20:39 ` Thomas Monjalon
1 sibling, 0 replies; 4+ messages in thread
From: Marcin Smoczynski @ 2019-05-08 13:09 UTC (permalink / raw)
To: konstantin.ananyev; +Cc: dev, Marcin Smoczynski
Fix invalid indentation - extra whitespace before error directive which
is causing syntax error when no pkgconfig file for the DPDK is found and
RTE_SDK is not specified.
Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
---
examples/ipsec-secgw/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/ipsec-secgw/Makefile b/examples/ipsec-secgw/Makefile
index ac042e4ce..75f2bcd00 100644
--- a/examples/ipsec-secgw/Makefile
+++ b/examples/ipsec-secgw/Makefile
@@ -53,7 +53,7 @@ clean:
else
ifeq ($(RTE_SDK),)
- $(error "Please define RTE_SDK environment variable")
+$(error "Please define RTE_SDK environment variable")
endif
# Default target, detect a build directory, by looking for a path with a .config
--
2.21.0.windows.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation
2019-05-08 13:09 [dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation Marcin Smoczynski
2019-05-08 13:09 ` Marcin Smoczynski
@ 2019-05-09 20:39 ` Thomas Monjalon
2019-05-09 20:39 ` Thomas Monjalon
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2019-05-09 20:39 UTC (permalink / raw)
To: Marcin Smoczynski; +Cc: dev, konstantin.ananyev
08/05/2019 15:09, Marcin Smoczynski:
> Fix invalid indentation - extra whitespace before error directive which
> is causing syntax error when no pkgconfig file for the DPDK is found and
> RTE_SDK is not specified.
>
> Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation
2019-05-09 20:39 ` Thomas Monjalon
@ 2019-05-09 20:39 ` Thomas Monjalon
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-05-09 20:39 UTC (permalink / raw)
To: Marcin Smoczynski; +Cc: dev, konstantin.ananyev
08/05/2019 15:09, Marcin Smoczynski:
> Fix invalid indentation - extra whitespace before error directive which
> is causing syntax error when no pkgconfig file for the DPDK is found and
> RTE_SDK is not specified.
>
> Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-05-09 20:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-08 13:09 [dpdk-dev] [PATCH] examples/ipsec-secgw: fix Makefile indentation Marcin Smoczynski
2019-05-08 13:09 ` Marcin Smoczynski
2019-05-09 20:39 ` Thomas Monjalon
2019-05-09 20:39 ` Thomas Monjalon
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).