proto: fix for make file, add paths to .gitignore
This commit is contained in:
@@ -29,3 +29,6 @@ lib/
|
||||
.idea/
|
||||
proto/compiler/protoc-artifacts
|
||||
proto/compiler/tests
|
||||
|
||||
proto/compiler/google/src/google/protobuf/compiler/kotlin/bin
|
||||
proto/compiler/google/src/google/protobuf/compiler/kotlin/protoc
|
||||
|
||||
+4
-4
@@ -42,12 +42,12 @@ if [ "$ok" == 0 ]; then
|
||||
make
|
||||
|
||||
echo "Installing"
|
||||
#sudo make install
|
||||
sudo make install
|
||||
|
||||
echo "Cleaning"
|
||||
cd ../..
|
||||
rm -rf protobuf_sources
|
||||
# cd ../..
|
||||
# rm -rf protobuf_sources
|
||||
fi
|
||||
else
|
||||
echo "Prerequisites met, you can build library now via Makefile"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user