File tree Expand file tree Collapse file tree 4 files changed +2
-730
lines changed Expand file tree Collapse file tree 4 files changed +2
-730
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,6 @@ platform := $(shell uname)
44pydeps := pyyaml boto3
55modules = $(shell ls -1 ./* .tf ./* /* .tf | xargs -I % dirname % )
66
7- tools := \
8- ./tools/pack-ami \
9- ./tools/roll-ami \
10- ./tools/tfvar-ami
11-
12- tools := $(patsubst ./tools/% ,/usr/local/bin/% ,${tools})
13-
147# The install rule sets up the development environment on the machine it's ran
158# on.
169install : install-third-party-tools install-python-dependencies install-tools
@@ -31,22 +24,8 @@ install-python-dependencies:
3124 pip install --upgrade pyyaml boto3
3225endif
3326
34- install-tools : $(tools )
35-
36- /usr/local/bin/% : ./tools/%
37- install -S -m 0755 $< /usr/local/bin
38-
39- amis :
40- pack-ami build -p ./packer -t base -r
41-
42- plan-ami :
43- pack-ami plan -p ./packer -t ${template}
44-
45- validate-ami :
46- pack-ami validate -p ./packer -t ${template}
47-
48- build-ami :
49- pack-ami build -p ./packer -t ${template}
27+ install-tools :
28+ go install ./cmd
5029
5130test :
5231 @bash scripts/test.sh
You can’t perform that action at this time.
0 commit comments