[svn-commits] dlee: branch dlee/ari-event-remodel2 r392322 - in /team/dlee/ari-event-remode...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Jun 20 11:38:16 CDT 2013
Author: dlee
Date: Thu Jun 20 11:38:14 2013
New Revision: 392322
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=392322
Log:
Renamed stasis-stubs make target to ari-stubs
Added:
team/dlee/ari-event-remodel2/rest-api-templates/make_ari_stubs.py
- copied unchanged from r392321, team/dlee/ari-event-remodel2/rest-api-templates/make_stasis_http_stubs.py
Removed:
team/dlee/ari-event-remodel2/rest-api-templates/make_stasis_http_stubs.py
Modified:
team/dlee/ari-event-remodel2/Makefile
Modified: team/dlee/ari-event-remodel2/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/dlee/ari-event-remodel2/Makefile?view=diff&rev=392322&r1=392321&r2=392322
==============================================================================
--- team/dlee/ari-event-remodel2/Makefile (original)
+++ team/dlee/ari-event-remodel2/Makefile Thu Jun 20 11:38:14 2013
@@ -963,14 +963,14 @@
# We don't want to require Python or Pystache for every build, so this is its
# own target.
-stasis-stubs:
+ari-stubs:
ifeq ($(PYTHON),:)
@echo "--------------------------------------------------------------------------"
- @echo "--- Please install python to build Stasis HTTP stubs ---"
+ @echo "--- Please install python to build ARI stubs ---"
@echo "--------------------------------------------------------------------------"
@false
else
- $(PYTHON) rest-api-templates/make_stasis_http_stubs.py \
+ $(PYTHON) rest-api-templates/make_ari_stubs.py \
rest-api/resources.json .
endif
@@ -993,7 +993,7 @@
.PHONY: installdirs
.PHONY: validate-docs
.PHONY: _clean
-.PHONY: stasis-stubs
+.PHONY: ari-stubs
.PHONY: $(SUBDIRS_INSTALL)
.PHONY: $(SUBDIRS_DIST_CLEAN)
.PHONY: $(SUBDIRS_CLEAN)
More information about the svn-commits
mailing list