Skip to content

Commit

Permalink
Fixed race condition in public distribution build.
Browse files Browse the repository at this point in the history
	Change on 2018/04/17 by tball <[email protected]>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=193276806
  • Loading branch information
tomball committed Apr 18, 2018
1 parent 24fec22 commit ac96f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ test_protobuf: junit_dist protobuf_compiler_dist protobuf_runtime_dist

test_all: test test_protobuf

examples_dist: copy_examples fix_dist_references
examples_dist: install_examples

copy_examples:
@cp -r examples $(DIST_DIR)

fix_dist_references:
install_examples: copy_examples
@sed -i '' 's/\/dist//' $(DIST_DIR)/examples/Hello/Hello.xcconfig
@sed -i '' 's/\/dist//' $(DIST_DIR)/examples/protobuf/Makefile
@sed -i '' 's/\<path to local j2objc distribution\>/..\/../' \
Expand Down

0 comments on commit ac96f12

Please sign in to comment.