File tree Expand file tree Collapse file tree 2 files changed +281
-255
lines changed Expand file tree Collapse file tree 2 files changed +281
-255
lines changed Original file line number Diff line number Diff line change 1
1
2
+ # If you change the major or minor version, remember to edit
3
+ # `postgres_protobuf.control` too.
2
4
# To release a new version, change these numbers and
3
- # run ./build-and-test.sh to update the test cases
5
+ # run ./build-and-test.sh to update the test cases.
4
6
EXT_VERSION_MAJOR = 0
5
7
EXT_VERSION_MINOR = 1
6
8
EXT_VERSION_PATCHLEVEL = 2
@@ -48,13 +50,16 @@ $(OBJS) $(BC_FILES): $(PROTOC)
48
50
# Good enough for a small project.
49
51
$(OBJS ) $(BC_FILES ) : $(wildcard * .hpp)
50
52
53
+ # Changes to this makefile should also trigger a recompile
54
+ $(OBJS ) $(BC_FILES ) : Makefile
55
+
51
56
$(PROTOC ) :
52
57
./build-protobuf-library.sh
53
58
54
- sql/postgres_protobuf.sql : generate_test_cases.rb $(DESC_SET_FILES )
59
+ sql/postgres_protobuf.sql : generate_test_cases.rb $(DESC_SET_FILES ) Makefile
55
60
env PROTOC=$(PROTOC ) ./generate_test_cases.rb sql
56
61
57
- expected/postgres_protobuf.out : generate_test_cases.rb $(DESC_SET_FILES )
62
+ expected/postgres_protobuf.out : generate_test_cases.rb $(DESC_SET_FILES ) Makefile
58
63
env PROTOC=$(PROTOC ) ./generate_test_cases.rb expected-output
59
64
60
65
% .pb : % .proto $(PROTOC )
You can’t perform that action at this time.
0 commit comments