From a21772ad3700912ce5238dc63f758f01b6c7bf4c Mon Sep 17 00:00:00 2001 From: Chris Eagle Date: Thu, 24 Sep 2015 21:26:54 -0700 Subject: [PATCH 1/2] Cause java constnats to get updated by bindings Makefile --- bindings/Makefile | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 bindings/Makefile diff --git a/bindings/Makefile b/bindings/Makefile old mode 100644 new mode 100755 index 5fa8e472..d004735a --- a/bindings/Makefile +++ b/bindings/Makefile @@ -16,6 +16,7 @@ SAMPLE_X86 = $(TMPDIR)/sample_x86 all: cd python && $(MAKE) gen_const cd go && $(MAKE) gen_const + cd java && $(MAKE) gen_const samples: expected python From 25f85ae1dd3c57ed918b0d5421c81204878dcc5a Mon Sep 17 00:00:00 2001 From: Chris Eagle Date: Thu, 24 Sep 2015 21:27:57 -0700 Subject: [PATCH 2/2] file permissions --- bindings/Makefile | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 bindings/Makefile diff --git a/bindings/Makefile b/bindings/Makefile old mode 100755 new mode 100644