* [dpdk-dev] [PATCH] mk: print target when reporting build complete
@ 2015-07-02 10:35 Bruce Richardson
2015-07-02 11:47 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Bruce Richardson @ 2015-07-02 10:35 UTC (permalink / raw)
To: dev
When a target is finished building, it reports just "Build complete".
When building multiple targets simultaneously, e.g.
make install T=x86_64-native-linuxapp-*
and one target fails, it's not always obvious which of the builds
failed. To help this, we add the actual target that is completed to the
"Build complete" message.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
mk/rte.sdkbuild.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mk/rte.sdkbuild.mk b/mk/rte.sdkbuild.mk
index 09bb60a..352f738 100644
--- a/mk/rte.sdkbuild.mk
+++ b/mk/rte.sdkbuild.mk
@@ -1,6 +1,6 @@
# BSD LICENSE
#
-# Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
+# Copyright(c) 2010-2015 Intel Corporation. All rights reserved.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -60,7 +60,7 @@ CLEANDIRS = $(addsuffix _clean,$(ROOTDIRS-y) $(ROOTDIRS-n) $(ROOTDIRS-))
.PHONY: build
build: $(ROOTDIRS-y)
- @echo Build complete
+ @echo "Build complete [$(RTE_TARGET)]"
ifneq ($(DESTDIR),)
$(Q)mkdir -p $(DESTDIR)
$(Q)tar -C $(RTE_SDK) -cf - mk scripts/*.sh | tar -C $(DESTDIR) -x \
--
2.4.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] mk: print target when reporting build complete
2015-07-02 10:35 [dpdk-dev] [PATCH] mk: print target when reporting build complete Bruce Richardson
@ 2015-07-02 11:47 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2015-07-02 11:47 UTC (permalink / raw)
To: Bruce Richardson; +Cc: dev
2015-07-02 11:35, Bruce Richardson:
> When a target is finished building, it reports just "Build complete".
> When building multiple targets simultaneously, e.g.
> make install T=x86_64-native-linuxapp-*
> and one target fails, it's not always obvious which of the builds
> failed. To help this, we add the actual target that is completed to the
> "Build complete" message.
>
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Good idea.
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-02 11:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-02 10:35 [dpdk-dev] [PATCH] mk: print target when reporting build complete Bruce Richardson
2015-07-02 11:47 ` 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).