summaryrefslogtreecommitdiffstats
path: root/rules/omniorb.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-09-28 15:01:53 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-09-28 15:01:53 +0000
commit4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706 (patch)
tree7a457568df9abc80bf83063d24896ee48dd91eee /rules/omniorb.make
parent654e7acff28f9c3d6ebecdc5b5fe77dc9e109da0 (diff)
downloadptxdist-4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706.tar.gz
ptxdist-4cde7ab3c1d8076d17cc2389cd4bc6ea984b6706.tar.xz
merge: backports from 0.9
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3172 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/omniorb.make')
-rw-r--r--rules/omniorb.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/omniorb.make b/rules/omniorb.make
index 5658491e3..2371d0533 100644
--- a/rules/omniorb.make
+++ b/rules/omniorb.make
@@ -39,7 +39,7 @@ omniorb_get_deps = $(OMNIORB_SOURCE)
$(STATEDIR)/omniorb.get: $(omniorb_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(OMNIORB))
- touch $@
+ $(call touch, $@)
$(OMNIORB_SOURCE):
@$(call targetinfo, $@)
@@ -58,7 +58,7 @@ $(STATEDIR)/omniorb.extract: $(omniorb_extract_deps)
@$(call clean, $(OMNIORB_DIR))
@$(call extract, $(OMNIORB_SOURCE))
@$(call patchin, $(OMNIORB))
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -91,7 +91,7 @@ $(STATEDIR)/omniorb.prepare: $(omniorb_prepare_deps)
cd $(OMNIORB_DIR) && \
$(OMNIORB_PATH) $(OMNIORB_ENV) \
./configure $(OMNIORB_AUTOCONF)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -104,7 +104,7 @@ omniorb_compile_deps = $(STATEDIR)/omniorb.prepare
$(STATEDIR)/omniorb.compile: $(omniorb_compile_deps)
@$(call targetinfo, $@)
cd $(OMNIORB_DIR) && $(OMNIORB_ENV) $(OMNIORB_PATH) make
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -115,7 +115,7 @@ omniorb_install: $(STATEDIR)/omniorb.install
$(STATEDIR)/omniorb.install: $(STATEDIR)/omniorb.compile
@$(call targetinfo, $@)
cd $(OMNIORB_DIR) && $(OMNIORB_ENV) $(OMNIORB_PATH) make install
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -127,7 +127,7 @@ omniorb_targetinstall_deps = $(STATEDIR)/omniorb.compile
$(STATEDIR)/omniorb.targetinstall: $(omniorb_targetinstall_deps)
@$(call targetinfo, $@)
- touch $@
+ $(call touch, $@)
# ----------------------------------------------------------------------------
# Clean