Browse Source

pkg: Adjust exclusion for new version of MSYS2 that put libgccjit under bin folder directly

tmp/comercial-emacs v0.220303.dc8a692f9
Kien Nguyen 3 years ago
parent
commit
9b9b6c1f3b
  1. 1
      .gitignore
  2. 4
      emacs-build.sh

1
.gitignore

@ -5,3 +5,4 @@ zips
*~
#*
msys64
*.log

4
emacs-build.sh

@ -374,13 +374,13 @@ objdump
"
slim_exclusions="
$build_type/bin
$build_type
.*bin/(`echo $exe_inclusions | sed 's,\([^ \n]*\)[ \n]\?,(?!\1),g'`).*\.exe$
.*doc
.*include
.*lib.*/lib(`echo $lib_inclusions | sed 's,\([^ \n]*\)[ \n]\?,(?!\1),g'`).*\.a$
etc
lib/((?!emacs)(?!gcc))
lib/((?!emacs)(?!gcc)(?![^/]*\.(a|o)$))
lib/.*\.exe
share/((?!emacs)(?!icons)(?!info))
usr/lib/cmake

Loading…
Cancel
Save