summaryrefslogtreecommitdiffstats
path: root/rules/tslib.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-12-11 12:46:17 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-12-11 12:46:17 +0000
commit6cac69e323ea6809e4c9cb94334fa9505a0905f4 (patch)
treec49eab618b1b2f4af48972fdce422f87f3f95bda /rules/tslib.make
parent50dc3ead7376f0a3e82ec46f57f74cf85623d5c9 (diff)
downloadptxdist-6cac69e323ea6809e4c9cb94334fa9505a0905f4.tar.gz
ptxdist-6cac69e323ea6809e4c9cb94334fa9505a0905f4.tar.xz
hide $(call touch) output with @; replace manual install by $(call install...
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3502 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tslib.make')
-rw-r--r--rules/tslib.make15
1 files changed, 8 insertions, 7 deletions
diff --git a/rules/tslib.make b/rules/tslib.make
index fc571919b..737c768dc 100644
--- a/rules/tslib.make
+++ b/rules/tslib.make
@@ -35,7 +35,7 @@ tslib_get_deps = $(TSLIB_SOURCE)
$(STATEDIR)/tslib.get: $(tslib_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(TSLIB))
- $(call touch, $@)
+ @$(call touch, $@)
$(TSLIB_SOURCE):
@$(call targetinfo, $@)
@@ -54,7 +54,7 @@ $(STATEDIR)/tslib.extract: $(tslib_extract_deps)
@$(call clean, $(TSLIB_DIR))
@$(call extract, $(TSLIB_SOURCE))
@$(call patchin, $(TSLIB))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -72,6 +72,7 @@ tslib_prepare_deps = \
TSLIB_PATH = PATH=$(CROSS_PATH)
TSLIB_ENV = $(CROSS_ENV)
TSLIB_ENV += PKG_CONFIG_PATH=$(CROSS_LIB_DIR)/lib/pkgconfig
+TSLIB_ENV += DESTDIR=$(CROSS_LIB_DIR)
#
# autoconf
@@ -86,7 +87,7 @@ $(STATEDIR)/tslib.prepare: $(tslib_prepare_deps)
cd $(TSLIB_DIR) && \
$(TSLIB_PATH) $(TSLIB_ENV) \
./configure $(TSLIB_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -99,7 +100,7 @@ tslib_compile_deps = $(STATEDIR)/tslib.prepare
$(STATEDIR)/tslib.compile: $(tslib_compile_deps)
@$(call targetinfo, $@)
cd $(TSLIB_DIR) && $(TSLIB_ENV) $(TSLIB_PATH) make
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -109,8 +110,8 @@ tslib_install: $(STATEDIR)/tslib.install
$(STATEDIR)/tslib.install: $(STATEDIR)/tslib.compile
@$(call targetinfo, $@)
- cd $(TSLIB_DIR) && $(TSLIB_ENV) $(TSLIB_PATH) make install DESTDIR=$(CROSS_LIB_DIR)
- $(call touch, $@)
+ @$(call install, TSLIB)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -151,7 +152,7 @@ endif
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean