summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-11 08:33:39 +0000
committerMark Spencer <markster@digium.com>2005-03-11 08:33:39 +0000
commit2e0cf7a00c7a6a953ea975696b0aa7b995737e9a (patch)
tree132c29b196ca3c284cb039e028cd288649c4e931 /Makefile
parentf0c7729f8104c5ce4dcf743cd1ae4c0a05fe9efc (diff)
Update queue_log example
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5167 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 \