summaryrefslogtreecommitdiffstats
path: root/rules/nmap.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/nmap.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/nmap.make')
-rw-r--r--rules/nmap.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/nmap.make b/rules/nmap.make
index 80f129b65..ed537b285 100644
--- a/rules/nmap.make
+++ b/rules/nmap.make
@@ -41,7 +41,7 @@ nmap_get_deps = $(NMAP_SOURCE)
$(STATEDIR)/nmap.get: $(nmap_get_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
$(NMAP_SOURCE):
@$(call targetinfo, $@)
@@ -58,7 +58,7 @@ $(STATEDIR)/nmap.extract: $(STATEDIR)/nmap.get
@$(call clean, $(NMAP_DIR))
@$(call extract, $(NMAP_SOURCE))
@$(call patchin, $(NMAP))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -102,7 +102,7 @@ $(STATEDIR)/nmap.prepare: $(nmap_prepare_deps)
cd $(NMAP_DIR) && \
$(NMAP_PATH) $(NMAP_ENV) \
./configure $(NMAP_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -119,7 +119,7 @@ $(STATEDIR)/nmap.compile: $(nmap_compile_deps)
#
$(NMAP_PATH) make -C $(NMAP_DIR)/libpcre $(HOSTCC_ENV) CFLAGS='' CXXFLAGS='' dftables
$(NMAP_PATH) make -C $(NMAP_DIR) nmap
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -129,7 +129,7 @@ nmap_install: $(STATEDIR)/nmap.install
$(STATEDIR)/nmap.install: $(STATEDIR)/nmap.compile
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -164,7 +164,7 @@ ifdef PTXCONF_NMAP_SERVICES
@$(call install_copy, 0, 0, 0644, $(NMAP_DIR)/nmap-rpc, /usr/share/nmap/nmap-rpc, n)
endif
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean