summaryrefslogtreecommitdiffstats
path: root/rules/host-apache2.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/host-apache2.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/host-apache2.make')
-rw-r--r--rules/host-apache2.make14
1 files changed, 8 insertions, 6 deletions
diff --git a/rules/host-apache2.make b/rules/host-apache2.make
index 74cf76877..f4bc6208d 100644
--- a/rules/host-apache2.make
+++ b/rules/host-apache2.make
@@ -34,7 +34,7 @@ host-apache2_get_deps = $(HOST_APACHE2_SOURCE)
$(STATEDIR)/host-apache2.get: $(host-apache2_get_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Extract
@@ -49,7 +49,7 @@ $(STATEDIR)/host-apache2.extract: $(host-apache2_extract_deps)
@$(call clean, $(HOST_APACHE2_DIR))
@$(call extract, $(HOST_APACHE2_SOURCE), $(HOST_BUILDDIR))
@$(call patchin, $(HOST_APACHE2), $(HOST_APACHE2_DIR))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -79,7 +79,7 @@ $(STATEDIR)/host-apache2.prepare: $(host-apache2_prepare_deps)
cd $(HOST_APACHE2_DIR) && \
$(HOST_APACHE2_PATH) $(HOST_APACHE2_ENV) \
./configure $(HOST_APACHE2_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -94,7 +94,7 @@ $(STATEDIR)/host-apache2.compile: $(host-apache2_compile_deps)
cd $(HOST_APACHE2_DIR)/srclib/apr-util/uri && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) make
cd $(HOST_APACHE2_DIR)/srclib/pcre && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) make dftables
cd $(HOST_APACHE2_DIR)/server && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) make gen_test_char
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -106,8 +106,10 @@ host-apache2_install_deps = $(STATEDIR)/host-apache2.compile
$(STATEDIR)/host-apache2.install: $(host-apache2_install_deps)
@$(call targetinfo, $@)
-# cd $(HOST_APACHE2_DIR) && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) make install
- $(call touch, $@)
+ # FIXME
+ #@$(call install, HOST-APACHE2)
+# cd $(HOST_APACHE2_DIR) && $(HOST_APACHE2_ENV) $(HOST_APACHE2_PATH) $(MAKE_INSTALL)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean