summaryrefslogtreecommitdiffstats
path: root/rules/libcgicc.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libcgicc.make')
-rw-r--r--rules/libcgicc.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/libcgicc.make b/rules/libcgicc.make
index 99ed9582a..5563e209c 100644
--- a/rules/libcgicc.make
+++ b/rules/libcgicc.make
@@ -34,7 +34,7 @@ cgicc_get_deps = $(CGICC_SOURCE)
$(STATEDIR)/cgicc.get: $(cgicc_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(CGICC))
- $(call touch, $@)
+ @$(call touch, $@)
$(CGICC_SOURCE):
@$(call targetinfo, $@)
@@ -53,7 +53,7 @@ $(STATEDIR)/cgicc.extract: $(cgicc_extract_deps)
@$(call clean, $(CGICC_DIR))
@$(call extract, $(CGICC_SOURCE))
@$(call patchin, $(CGICC))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -85,7 +85,7 @@ $(STATEDIR)/cgicc.prepare: $(cgicc_prepare_deps)
cd $(CGICC_DIR) && \
$(CGICC_PATH) $(CGICC_ENV) \
./configure $(CGICC_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -98,7 +98,7 @@ cgicc_compile_deps = $(STATEDIR)/cgicc.prepare
$(STATEDIR)/cgicc.compile: $(cgicc_compile_deps)
@$(call targetinfo, $@)
cd $(CGICC_DIR) && $(CGICC_ENV) $(CGICC_PATH) make
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -108,8 +108,8 @@ cgicc_install: $(STATEDIR)/cgicc.install
$(STATEDIR)/cgicc.install: $(STATEDIR)/cgicc.compile
@$(call targetinfo, $@)
-# cd $(CGICC_DIR) && $(CGICC_ENV) $(CGICC_PATH) make install
- $(call touch, $@)
+ #@$(call install, CGICC)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -135,7 +135,7 @@ $(STATEDIR)/cgicc.targetinstall: $(cgicc_targetinstall_deps)
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean