Skip to content

Commit

Permalink
Add -p flag for mkdir to fix build issue (maistra#73)
Browse files Browse the repository at this point in the history
Description: fix issue#61
Signed-off-by: Xinnan Wen <iamwen@google.com>
  • Loading branch information
richardwxn authored and costinm committed Apr 25, 2019
1 parent 460a499 commit d28821d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ test: info dep maybe-clean maybe-prepare sync docker-run-test maybe-clean
# TODO: Add a local test - to check various things are in the right place (jsonpath or equivalent)
# TODO: run a local etcd/apiserver and verify apiserver accepts the files
run-build: dep
mkdir ${OUT}/release
mkdir -p ${OUT}/release
cp -aR crds/ ${OUT}/release
bin/iop istio-system istio-system-security ${BASE}/security/citadel -t > ${OUT}/release/citadel.yaml
bin/iop ${ISTIO_NS} istio-config ${BASE}/istio-control/istio-config -t > ${OUT}/release/istio-config.yaml
Expand Down

0 comments on commit d28821d

Please sign in to comment.