Skip to content

Commit

Permalink
Remove java/lite/proguard.pgcfg from EXTRA_DIST since it's not part of
Browse files Browse the repository at this point in the history
protoc.
  • Loading branch information
rafi-kamal committed Nov 12, 2019
1 parent df71972 commit 9b0fa3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions conformance/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@ EXTRA_DIST = \
failure_list_python-post26.txt \
failure_list_ruby.txt \
failure_list_php.txt \
failure_list_php_c.txt \
java/lite/proguard.pgcfg

failure_list_php_c.txt

conformance_test_runner_LDADD = $(top_srcdir)/src/libprotobuf.la
conformance_test_runner_SOURCES = conformance_test.h conformance_test.cc \
Expand Down
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ build_cpp_distcheck() {

# List all files that should be included in the distribution package.
git ls-files | grep "^\(java\|python\|objectivec\|csharp\|js\|ruby\|php\|cmake\|examples\|src/google/protobuf/.*\.proto\)" |\
grep -v ".gitignore" | grep -v "java/compatibility_tests" |\
grep -v ".gitignore" | grep -v "java/compatibility_tests" | grep -v "java/lite/proguard.pgcfg" |\
grep -v "python/compatibility_tests" | grep -v "csharp/compatibility_tests" > dist.lst
# Unzip the dist tar file.
DIST=`ls *.tar.gz`
Expand Down

0 comments on commit 9b0fa3e

Please sign in to comment.