summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-09-03 10:02:30 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-09-03 10:02:30 +0000
commitd13c6a4b98e288a6775eb27a87374be2558766d7 (patch)
treef16d348b98b79a2e0fc77b5819a86ccb42ceda76 /rules
parentec6d7a47afc02fa46d55748c950cf76fa4a1536a (diff)
downloadOSELAS.Toolchain-d13c6a4b98e288a6775eb27a87374be2558766d7.tar.gz
OSELAS.Toolchain-d13c6a4b98e288a6775eb27a87374be2558766d7.tar.xz
* cross-toolchain.make:
be quiet during install stage git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7354 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules')
-rw-r--r--rules/cross-toolchain.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/cross-toolchain.make b/rules/cross-toolchain.make
index 841c6db..74419a2 100644
--- a/rules/cross-toolchain.make
+++ b/rules/cross-toolchain.make
@@ -52,15 +52,15 @@ $(STATEDIR)/cross-toolchain.compile:
$(STATEDIR)/cross-toolchain.install:
@$(call targetinfo)
- if [ -e "${PTXCONF_SYSROOT_CROSS}/bin/ptxconfig" ]; then \
+ @if [ -e "${PTXCONF_SYSROOT_CROSS}/bin/ptxconfig" ]; then \
rm -rf "${PTXCONF_SYSROOT_CROSS}/bin/ptxconfig"; \
fi
- cp ${PTXDIST_PTXCONFIG} ${PTXCONF_SYSROOT_CROSS}/bin/ptxconfig
+ @cp ${PTXDIST_PTXCONFIG} ${PTXCONF_SYSROOT_CROSS}/bin/ptxconfig
- if [ -e "$(STATEDIR)/toolchain-install-dir" ]; then \
+ @if [ -e "$(STATEDIR)/toolchain-install-dir" ]; then \
rm -rf "$(STATEDIR)/toolchain-install-dir"; \
fi
- ln -s ${PTXCONF_SYSROOT_CROSS} $(STATEDIR)/toolchain-install-dir
+ @ln -s ${PTXCONF_SYSROOT_CROSS} $(STATEDIR)/toolchain-install-dir
@$(call touch)