~stub/charms/trusty/cassandra/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Tim Van Steenburgh
  • Date: 2015-08-19 14:20:42 UTC
  • mfrom: (361.1.40 spike)
  • Revision ID: tim.van.steenburgh@canonical.com-20150819142042-gop9cjpep5sy01eb
[stub] Fixes CharmCache.fetch call to work with newer amulet

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        @echo 'Usage: make [ lint | unittest | test | clean | sync ]'
22
22
        env
23
23
 
 
24
# Only trusty supported, but wily expected soon.
 
25
SERIES := $(shell juju get-environment default-series)
 
26
 
24
27
# Calculate the CHARM_DIR (the directory this Makefile is in)
25
28
THIS_MAKEFILE_PATH:=$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
26
29
CHARM_DIR:=$(shell cd $(dir $(THIS_MAKEFILE_PATH));pwd)