* [Buildroot] [pull request] Pull request for branch for-2011.02/fix-ext-toolchain-again
@ 2010-12-23 10:42 Thomas Petazzoni
2010-12-23 10:42 ` [Buildroot] [PATCH 1/1] toolchain: fix again stamp file touch Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-23 10:42 UTC (permalink / raw)
To: buildroot
The following changes since commit e6633fd2e37d25f32958f30e852baa216ce1384a:
Thomas Petazzoni (1):
toolchain: add missing stamp file touch in external toolchain
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot for-2011.02/fix-ext-toolchain-again
Thomas Petazzoni (1):
toolchain: fix again stamp file touch
toolchain/toolchain-external/ext-tool.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] toolchain: fix again stamp file touch
2010-12-23 10:42 [Buildroot] [pull request] Pull request for branch for-2011.02/fix-ext-toolchain-again Thomas Petazzoni
@ 2010-12-23 10:42 ` Thomas Petazzoni
2010-12-23 10:48 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-23 10:42 UTC (permalink / raw)
To: buildroot
In e6633fd2e37d25f32958f30e852baa216ce1384a I did crap, and added a
quietization inside a shell command, which was already quietized. This
was stupid, and is fixed by this patch.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
toolchain/toolchain-external/ext-tool.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/toolchain/toolchain-external/ext-tool.mk b/toolchain/toolchain-external/ext-tool.mk
index ab8bc94..f6249ef 100644
--- a/toolchain/toolchain-external/ext-tool.mk
+++ b/toolchain/toolchain-external/ext-tool.mk
@@ -195,4 +195,4 @@ $(STAMP_DIR)/ext-toolchain-installed: $(TOOLCHAIN_EXTERNAL_DEPENDENCIES)
if [ -L $${ARCH_SYSROOT_DIR}/lib64 ] ; then \
$(call create_lib64_symlinks) ; \
fi ; \
- $(Q)touch $@
+ touch $@
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] toolchain: fix again stamp file touch
2010-12-23 10:42 ` [Buildroot] [PATCH 1/1] toolchain: fix again stamp file touch Thomas Petazzoni
@ 2010-12-23 10:48 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-12-23 10:48 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> In e6633fd2e37d25f32958f30e852baa216ce1384a I did crap, and added a
Thomas> quietization inside a shell command, which was already quietized. This
Thomas> was stupid, and is fixed by this patch.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-23 10:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23 10:42 [Buildroot] [pull request] Pull request for branch for-2011.02/fix-ext-toolchain-again Thomas Petazzoni
2010-12-23 10:42 ` [Buildroot] [PATCH 1/1] toolchain: fix again stamp file touch Thomas Petazzoni
2010-12-23 10:48 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox