Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit ac96f12

Browse files
committed
Fixed race condition in public distribution build.
Change on 2018/04/17 by tball <[email protected]> ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193276806
1 parent 24fec22 commit ac96f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ test_protobuf: junit_dist protobuf_compiler_dist protobuf_runtime_dist
113113

114114
test_all: test test_protobuf
115115

116-
examples_dist: copy_examples fix_dist_references
116+
examples_dist: install_examples
117117

118118
copy_examples:
119119
@cp -r examples $(DIST_DIR)
120120

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

0 commit comments

Comments
 (0)