diff options
author | Modestas Vainius <modestas@vainius.eu> | 2011-03-13 17:05:32 +0200 |
---|---|---|
committer | Modestas Vainius <modestas@vainius.eu> | 2011-03-13 17:05:40 +0200 |
commit | 57dc6cd1f3069a89394a10bf385ef030293b8645 (patch) | |
tree | 0c80bd25beba2e32f818b395195ce3ebf9f00b41 /qt-kde-team/2 | |
parent | 719ceed864f0794798b32073939ed4647c32ab79 (diff) | |
download | pkg-kde-tools-57dc6cd1f3069a89394a10bf385ef030293b8645.tar.gz |
Minor language tweaks to the echos/comments in dhmk.mk.
Diffstat (limited to 'qt-kde-team/2')
-rw-r--r-- | qt-kde-team/2/dhmk.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-kde-team/2/dhmk.mk b/qt-kde-team/2/dhmk.mk index 2d64d06..861d321 100644 --- a/qt-kde-team/2/dhmk.mk +++ b/qt-kde-team/2/dhmk.mk @@ -97,7 +97,7 @@ $(foreach t,$(dhmk_standard_targets),debian/dhmk_$(t)): debian/dhmk_%: $(if $(filter $*,$(dhmk_stamped_targets)),touch $@) $(if $(filter clean,$*),rm -f $(dhmk_rules_mk)\ $(foreach t,$(dhmk_stamped_targets),debian/dhmk_$(t))) - # "$*" is complete + # "$*" target is done .PHONY: $(foreach t,$(dhmk_standard_targets),dhmk_run_$(t)_commands \ pre_$(t) post_$(t) \ @@ -106,7 +106,7 @@ $(foreach t,$(dhmk_standard_targets),debian/dhmk_$(t)): debian/dhmk_%: # Implicitly delegate other targets to debian/dhmk_% ones. Hence the top # targets (build, configure, install ...) are still cancellable. %: debian/dhmk_% - @echo "$@ action has been completed successfully." + @echo "SUCCESS making standard target `$@'." .SECONDEXPANSION: |