Rename and fix dist errors

pull/10241/head
Deanna Garcia 3 years ago
parent 4bcc41af5c
commit 2656854aa8
  1. 7
      Makefile.am
  2. 7
      csharp/BUILD.bazel
  3. 0
      csharp/build_release.sh

@ -1,8 +1,4 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
# Build . before src so that our all-local and clean-local hooks kicks in at # Build . before src so that our all-local and clean-local hooks kicks in at
# the right time. # the right time.
@ -62,6 +58,7 @@ csharp_EXTRA_DIST= \
csharp/NuGet.Config \ csharp/NuGet.Config \
csharp/README.md \ csharp/README.md \
csharp/build_packages.bat \ csharp/build_packages.bat \
csharp/build_release.sh \
csharp/build_tools.sh \ csharp/build_tools.sh \
csharp/buildall.bat \ csharp/buildall.bat \
csharp/buildall.sh \ csharp/buildall.sh \

@ -39,6 +39,7 @@ pkg_files(
"NuGet.Config", "NuGet.Config",
"README.md", "README.md",
"build_packages.bat", "build_packages.bat",
"build_release.sh",
"build_tools.sh", "build_tools.sh",
"buildall.bat", "buildall.bat",
"buildall.sh", "buildall.sh",
@ -53,7 +54,7 @@ pkg_files(
) )
sh_binary( sh_binary(
name = "csharp_release_build", name = "release",
srcs = ["csharp_release_build.sh"], srcs = ["build_release.sh"],
args = ["$(location csharp_release_build.sh)"], args = ["$(location build_release.sh)"],
) )

Loading…
Cancel
Save