aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-11 08:33:39 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-11 08:33:39 +0000
commit8fbe31e0ffd42b98dca4460d9c42bc17cca3730b (patch)
tree132c29b196ca3c284cb039e028cd288649c4e931 /Makefile
parent0f6dae2704ff6535fca3a7b6c5aad44b18dcdf3b (diff)
Update queue_log example
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5167 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c50d49011..f1137ac92 100755
--- a/Makefile
+++ b/Makefile
@@ -646,7 +646,7 @@ patchlist:
apply:
@if [ -z "$(PATCH)" ]; then \
- echo "Usage: make PATCH=<patchname> applypatch"; \
+ echo "Usage: make PATCH=<patchname> apply"; \
elif grep -q ^$(PATCH)$$ patches/.applied 2>/dev/null; then \
echo "Patch $(PATCH) is already applied"; \
elif [ -f "patches/$(PATCH)" ]; then \
@@ -659,7 +659,7 @@ apply:
unapply:
@if [ -z "$(PATCH)" ]; then \
- echo "Usage: make PATCH=<patchname> unapplypatch"; \
+ echo "Usage: make PATCH=<patchname> unapply"; \
elif !grep -q ^$(PATCH)$$ patches/.applied 2>/dev/null; then \
echo "Patch $(PATCH) is not applied"; \
elif [ -f "patches/$(PATCH)" ]; then \