unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Corwin Brust <corwin@bru.st>
To: Alan Third <alan@idiocy.org>,
	Pascal Quesseveur <pquessev@gmail.com>,
	Eli Zaretskii <eliz@gnu.org>, Lars Ingebrigtsen <larsi@gnus.org>,
	56182@debbugs.gnu.org
Subject: bug#56182: 28.1; Display of SVG file with transparent background is incorrect
Date: Tue, 12 Sep 2023 08:55:37 -0500	[thread overview]
Message-ID: <CAJf-WoTrSi0VvEzfGaoH5pLBs2g+GXhuatsLWrunEBJ-xP9tJA@mail.gmail.com> (raw)
In-Reply-To: <ZP9mIOouVDslayvb@idiocy.org>

[-- Attachment #1: Type: text/plain, Size: 1913 bytes --]

On Mon, Sep 11, 2023 at 2:10 PM Alan Third <alan@idiocy.org> wrote:
>
> I found it easy to check by setting the theme to "light blue" and
> loading etc/images/down.svg. The correct result should have a black
> triangle on a blue background, but incorrect is a black triangle on a
> yellow background.
>

Compile: yes.  Fixes the problem: unsure.

I did not have difficulty building the emacs-29 branch with this patch
applied. Unfortunately, I could not confirm (or disprove) the success
of the patch because I received (under -Q) "Invalid Image
Specification" trying to load etc/images/down.svg.  Here's a
screenshot:

https://bru.st/i/emacs-29.1.50.1_i9DY4oaggq.png

I then confirmed I get this same from a recent (upatched:
ca95e45f7e828aebdf2736c9c7b2d64f9621214e) build from the development
branch.  Others I grabbed at random also give this error now, so I'm
confident it's nothing to do with down.svg.  An unpatched emacs-28
build could display SVGs, I remember that 29.1 can but didn't check.
Is it possible there's a recent regression breaking SVG image display
more generally (perhaps merged up, already)?

Are there things you can think of which I might be doing incorrectly?
I can't think of them.

This was a perfectly clean clone, checkout at emacs-29, patch applied
cleanly, I noticed only the below couple of warnings in the build log,
but perhaps I've missed something so the full output from
autogen+configure and from make are attached.

w32heap.c:853:14: warning: 'm' may be used uninitialized [-Wmaybe-uninitialized]
mml1991.el:140:16: Warning: the function `mm-disable-multibyte' might
not be defined at runtime.

I'm assuming bisection may be appreciated but I'll wait for
confirmation before trying.  In theory, I have an excellent setup for
this but I haven't tried it in anger yet.

Should I open a seperate bug report?

> --
> Alan Third

[-- Attachment #2: emacs-29-configure.log --]
[-- Type: application/octet-stream, Size: 27745 bytes --]

Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)
Checking for autoconf (need at least version 2.65) ... ok
Your system has the required tools.
Building aclocal.m4 ...
Running 'autoreconf -fi -I m4' ...
Installing git hooks...
'build-aux/git-hooks/pre-commit' -> '.git/hooks/pre-commit' (backup: '.git/hooks/pre-commit.~2~')
'build-aux/git-hooks/prepare-commit-msg' -> '.git/hooks/prepare-commit-msg' (backup: '.git/hooks/prepare-commit-msg.~2~')
You can now run './configure'.
configure: loading site script /etc/config.site
checking for xcrun... no
checking for GNU Make... make
checking build system type... x86_64-w64-mingw32
checking host system type... x86_64-w64-mingw32
checking the compiler's target... x86_64-w64-mingw32
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking whether gcc and cc understand -c and -o together... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for linux/fs.h... no
checking for malloc.h... yes
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... no
checking for coff.h... no
checking for pty.h... no
checking for sys/resource.h... yes
checking for sys/utsname.h... no
checking for pwd.h... yes
checking for utmp.h... no
checking for util.h... no
checking for sanitizer/lsan_interface.h... no
checking for sys/socket.h... yes
checking for sys/param.h... yes
checking for pthread.h... (cached) no
checking for malloc/malloc.h... no
checking for sys/un.h... no
checking for vfork.h... no
checking for dirent.h... yes
checking for execinfo.h... no
checking for stdio_ext.h... no
checking for sys/vfs.h... no
checking for sys/fs_types.h... no
checking for getopt.h... (cached) no
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for ieee754.h... no
checking for limits.h... yes
checking for sys/select.h... no
checking for stdalign.h... yes
checking for stdbool.h... yes
checking for stdckdint.h... no
checking for sys/random.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking how to run the C preprocessor... gcc -I ./nt/inc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for time_t past the year 2038... yes
checking whether the compiler is clang... no
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... no
checking whether -Wuninitialized is supported... yes
checking whether C compiler handles -fno-common... yes
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Warith-conversion... yes
checking whether C compiler handles -Wdate-time... yes
checking whether C compiler handles -Wdisabled-optimization... yes
checking whether C compiler handles -Wdouble-promotion... yes
checking whether C compiler handles -Wduplicated-cond... yes
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-signedness... yes
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wlogical-op... yes
checking whether C compiler handles -Wmissing-declarations... yes
checking whether C compiler handles -Wmissing-include-dirs... yes
checking whether C compiler handles -Wmissing-prototypes... yes
checking whether C compiler handles -Wnested-externs... yes
checking whether C compiler handles -Wnull-dereference... yes
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... yes
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-final-methods... yes
checking whether C compiler handles -Wsuggest-final-types... yes
checking whether C compiler handles -Wtrampolines... yes
checking whether C compiler handles -Wuninitialized... yes
checking whether C compiler handles -Wunknown-pragmas... yes
checking whether C compiler handles -Wunused-macros... yes
checking whether C compiler handles -Wvariadic-macros... yes
checking whether C compiler handles -Wvector-operation-performance... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Warray-bounds=2... yes
checking whether C compiler handles -Wattribute-alias=2... yes
checking whether C compiler handles -Wformat=2... yes
checking whether C compiler handles -Wformat-truncation=2... yes
checking whether C compiler handles -Wimplicit-fallthrough=5... yes
checking whether C compiler handles -Wshift-overflow=2... yes
checking whether C compiler handles -Wuse-after-free=3... no
checking whether C compiler handles -Wvla-larger-than=4031... yes
checking whether C compiler handles -Wredundant-decls... (cached) no
checking whether C compiler handles -Wno-missing-field-initializers... yes
checking whether C compiler handles -Wno-override-init... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-type-limits... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether C compiler handles -Wno-bidi-chars... no
checking whether C compiler handles -Wno-pointer-sign... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking command to symlink files in the same directory... /bin/ln
checking for install-info... /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for 'find' args to delete a file... -delete
checking for brew... no
checking for -znocombreloc... not needed
checking whether addresses are sanitized... no
checking for math library... none required
checking for pkg-config... /mingw64/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for machine/soundcard.h... no
checking for sys/soundcard.h... no
checking for soundcard.h... no
checking for mmsystem.h... yes
checking for _oss_ioctl in -lossaudio... no
checking for alsa >= 1.0.0... no
checking for ADDR_NO_RANDOMIZE... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... no
checking for ifaddrs.h... no
checking for net/if_dl.h... no
checking for struct ifreq.ifr_flags... no
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... no
checking for struct ifreq.ifr_addr... no
checking for struct ifreq.ifr_addr.sa_len... no
checking whether gcc understands -MMD -MF... yes
checking for X... no
checking whether Windows API headers are recent enough... yes
checking for windres... windres
checking whether malloc is Doug Lea style... no
checking for sbrk... (cached) yes
checking for getpagesize... yes
checking for __lsan_ignore_object... no
checking for fork... no
checking for vfork... no
checking for fchmod... no
checking for canonicalize_file_name... (cached) yes
checking for faccessat... (cached) yes
checking for realpath... (cached) yes
checking for lstat... (cached) yes
checking for readlinkat... (cached) yes
checking for explicit_bzero... (cached) yes
checking for memset_s... no
checking for fchmodat... (cached) yes
checking for lchmod... (cached) yes
checking for fcntl... (cached) yes
checking for fdopendir... (cached) not-needed
checking for fstatat... (cached) yes
checking for fsync... (cached) yes
checking for futimens... (cached) not-needed
checking for getrandom... no
checking for gettimeofday... yes
checking for mkostemp... no
checking for pipe2... (cached) yes
checking for pselect... (cached) yes
checking for pthread_sigmask... (cached) yes
checking for readlink... (cached) yes
checking for isblank... yes
checking for iswctype... yes
checking for strtoimax... yes
checking for symlink... (cached) yes
checking for localtime_r... no
checking for timegm... no
checking for utimensat... (cached) yes
checking for getdtablesize... no
checking for futimes... no
checking for futimesat... no
checking for lutimes... no
checking for working mmap... no
checking for main in -lXbsd... no
checking for thread support... yes
checking for librsvg-2.0 >= 2.14.0... yes
checking for libwebpdemux >= 0.6.0... yes
checking for WebPGetInfo... yes
checking for sqlite3_open_v2 in -lsqlite3... yes
checking for sqlite3_load_extension in -lsqlite3... yes
checking for getaddrinfo_a in -lanl... no
checking for malloc_trim... no
checking for lgetfilecon in -lselinux... no
checking for gnutls >= 2.12.2... yes
checking for libsystemd >= 222... no
checking for jansson >= 2.7... yes
checking for tree-sitter >= 0.20.2... no
checking for tree-sitter >= 0.6.3... yes
checking for ts_set_allocator... yes
checking for windows.h... yes
checking for harfbuzz >= 1.2.3... yes
checking for X11/xpm.h... yes
checking for jpeglib 6b or later... -ljpeg
checking for lcms2... yes
checking for library containing inflateEnd... -lz
checking for dladdr... no
checking for dlfunc... no
checking for gcc_jit_context_acquire in -lgccjit... yes
checking for libgccjit.h... yes
checking for png.h... yes
checking whether png_longjmp is declared... yes
checking for tiffio.h... yes
checking for gif_lib.h... yes
checking for gpm.h... no
checking for libxml-2.0 > 2.6.17... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking for maillock.h... no
checking for linux/seccomp.h... no
checking for linux/filter.h... no
checking for libseccomp >= 2.5.2... no
checking size of long... 4
checking for accept4... no
checking for fchdir... no
checking for gethostname... (cached) yes
checking for getrusage... no
checking for get_current_dir_name... no
checking for lrand48... no
checking for random... (cached) yes
checking for rint... yes
checking for trunc... yes
checking for select... (cached) yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for newlocale... no
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for shutdown... (cached) yes
checking for pthread_sigmask... (cached) yes
checking for strsignal... (cached) no
checking for setitimer... (cached) yes
checking for sendto... (cached) yes
checking for recvfrom... (cached) yes
checking for getsockname... (cached) yes
checking for getifaddrs... no
checking for freeifaddrs... no
checking for gai_strerror... (cached) yes
checking for sync... no
checking for getpwent... no
checking for endpwent... no
checking for getgrent... no
checking for endgrent... no
checking for cfmakeraw... no
checking for cfsetspeed... no
checking for __executable_start... no
checking for log2... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking whether pthread_setname_np takes a single argument... no
checking whether pthread_setname_np takes three arguments... no
checking for aligned_alloc... no
checking for posix_memalign... no
checking whether aligned_alloc is declared... no
checking for posix_madvise... no
checking for __builtin_frame_address... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... no
checking for getpt... no
checking for posix_openpt... no
checking for library containing tputs... none required
checking for timerfd interface... no
checking whether signals can be handled on alternate stack... no
checking for valgrind/valgrind.h... no
checking for struct unipair.unicode... no
checking for pid_t... yes
checking for snprintf... yes
checking for spawn.h... no
checking for posix_spawn... no
checking for posix_spawn_file_actions_addchdir... no
checking for posix_spawn_file_actions_addchdir_np... no
checking for posix_spawnattr_setflags... no
checking whether POSIX_SPAWN_SETSID is declared... no
checking whether GLib is linked in... no
checking for nl_langinfo and CODESET... (cached) yes
checking for nl_langinfo and _NL_PAPER_WIDTH... (cached) yes
checking for mbstate_t... yes
checking for _setjmp... no
checking for sigsetjmp... no
checking POSIX termios... no
checking for usable FIONREAD... yes
checking for usable SIGIO... no
checking for usable SIGPOLL... no
checking for struct alignment... yes
checking for typeof syntax and keyword spelling... typeof
checking for statement expressions... yes
checking whether malloc (0) returns nonnull... yes
checking for working alloca.h... no
checking for alloca... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking whether lstat correctly handles trailing slash... (cached) yes
checking whether // is distinct from /... yes
checking whether realpath works... (cached) yes
checking for C/C++ restrict keyword... __restrict__
checking whether byte ordering is bigendian... no
checking if environ is properly declared... yes
checking for complete errno.h... no
checking for EMULTIHOP value... no
checking for ENOLINK value... yes
checking for EOVERFLOW value... yes
checking whether ctype.h defines __header_inline... no
checking for mode_t... yes
checking whether strmode is declared... no
checking for gawk... gawk
checking for getopt.h... (cached) no
checking for timespec_get... no
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... (cached) yes
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking for 64-bit off_t... yes
checking for 64-bit st_size... no
checking whether memmem is declared... no
checking whether memrchr is declared... no
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... no
checking whether time_t is signed... yes
checking whether alarm is declared... (cached) yes
checking for working mktime... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for struct tm.tm_gmtoff... no
checking whether <sys/select.h> is self-contained... no
checking for inline... inline
checking for sigset_t... no
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking for wchar_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether fcloseall is declared... yes
checking which flavor of printf attribute matches inttypes macros... gnu
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking whether strnlen is declared... yes
checking whether strtoimax is declared... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... no
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... no
checking whether execvpe is declared... no
checking whether clearerr_unlocked is declared... no
checking whether feof_unlocked is declared... no
checking whether ferror_unlocked is declared... no
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... no
checking whether getchar_unlocked is declared... no
checking whether putc_unlocked is declared... no
checking whether putchar_unlocked is declared... no
checking type of array argument to getgroups... int
checking whether getdtablesize is declared... no
checking whether malloc is ptrdiff_t safe... yes
checking whether malloc, realloc, calloc set errno on failure... no
checking for O_CLOEXEC... no
checking for promoted mode_t type... int
checking whether the utimes function works... no
checking for C compiler option to allow warnings... -Wno-error
checking for sys/acl.h... yes
checking for library containing acl_get_file... (cached) none required
checking for acl_get_file... (cached) yes
checking for acl_get_fd... no
checking for acl_set_file... (cached) yes
checking for acl_set_fd... no
checking for acl_free... (cached) yes
checking for acl_from_mode... no
checking for acl_from_text... (cached) yes
checking for acl_delete_def_file... no
checking for acl_extended_file... no
checking for acl_delete_fd_np... no
checking for acl_delete_file_np... no
checking for acl_copy_ext_native... no
checking for acl_create_entry_np... no
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... (cached) yes
checking for acl/libacl.h... no
checking for acl_entries... no
checking for ACL_FIRST_ENTRY... no
checking for ACL_TYPE_EXTENDED... no
checking for static_assert... yes, an <assert.h> macro
checking for __builtin_expect... yes
checking for byteswap.h... no
checking for library containing clock_gettime... (cached) none required
checking for clock_getres... yes
checking for clock_gettime... (cached) no
checking for clock_settime... (cached) no
checking for copy_file_range... (cached) yes
checking for d_type member in directory struct... no
checking whether // is distinct from /... (cached) yes
checking whether dup2 works... (cached) yes
checking whether fchmodat works... (cached) not-needed-so-yes
checking whether fcntl handles F_DUPFD correctly... (cached) yes
checking whether fcntl understands F_DUPFD_CLOEXEC... (cached) yes
checking whether fdopendir is declared... no
checking whether fdopendir works... (cached) no-but-not-needed-so-yes
checking for getxattr with XATTR_NAME_POSIX_ACL macros... no
checking for flexible array member... yes
checking for __fpending... no
checking whether free is known to preserve errno... (cached) yes
checking whether fstatat (..., 0) works... (cached) yes
checking for sys/mount.h... no
checking for statvfs function (SVR4)... no
checking for two-argument statfs with statfs.f_frsize member... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.f_bsize member (AIX, 4.3BSD)... no
checking for four-argument statfs (SVR3)... no
checking for two-argument statfs with statfs.f_fsize member (4.4BSD and NetBSD)... no
checking whether futimens works... (cached) not-needed-so-yes
checking for getloadavg... (cached) yes
checking for sys/loadavg.h... no
checking whether getloadavg is declared... no
checking for bcrypt.h... yes
checking whether the bcrypt library is guaranteed to be present... (cached) no
checking for gettimeofday with POSIX signature... yes
checking whether the compiler supports the __inline keyword... yes
checking for gmp.h... yes
checking for library containing __gmpz_roinit_n... -lgmp
checking for memmem... no
checking for mempcpy... yes
checking for memrchr... no
checking for library containing nanosleep... none required
checking for working nanosleep... (cached) yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... no
checking for sched_getaffinity... no
checking for sched_getaffinity_np... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for sysctl... no
checking whether signature of pselect conforms to POSIX... (cached) yes
checking whether pselect detects invalid fds... (cached) yes
checking whether pthread_sigmask is a macro... (cached) no
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... (cached) yes
checking whether pthread_sigmask unblocks signals correctly... (cached) not relevant
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... (cached) yes
checking whether readlink truncates results correctly... (cached) yes
checking whether readlinkat signature is correct... yes
checking for working re_compile_pattern... no
checking for libintl.h... yes
checking whether isblank is declared... yes
checking for sig2str... no
checking for sigdescr_np... no
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_atim.st__tim.tv_nsec... no
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for alignas and alignof... yes, <stdalign.h> macros
checking for bool, true, false... no
checking for stpcpy... no
checking for working strnlen... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... (cached) yes
checking whether localtime_r is declared... no
checking whether localtime_r exists as an inline function... no
checking whether localtime works even near extrema... yes
checking for timezone_t... no
checking whether timer_settime is declared... no
checking whether utimensat works... (cached) yes
checking for variable-length arrays... yes
checking for __mktime_internal... no
checking for timer_getoverrun... no
checking for gcc  option to disable position independent executables... not needed

Configured for 'x86_64-w64-mingw32'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc  -O0 -g3
  Should Emacs use the GNU version of malloc?             no
    (The GNU allocators don't work with this system configuration.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         yes
  What window system should Emacs use?                    w32
  What toolkit should Emacs use?                          none
  Where do we find X Windows header files?                NONE
  Where do we find X Windows libraries?                   NONE
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes 
  Does Emacs use a png library?                           yes 
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use -lwebp?                                  yes
  Does Emacs use -lsqlite3?                               yes
  Does Emacs use cairo?                                   no
  Does Emacs use -llcms2?                                 yes
  Does Emacs use imagemagick?                             no
  Does Emacs use native APIs for images?                  yes (w32)
  Does Emacs support sound?                               yes
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               no
  Does Emacs use a file notification library?             yes (w32)
  Does Emacs use access control lists?                    yes 
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              no
  Does Emacs use HarfBuzz?                                yes
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   no
  Does Emacs use -lsystemd?                               no
  Does Emacs use -ljansson?                               yes
  Does Emacs use -ltree-sitter?                           yes
  Does Emacs use the GMP library?                         yes
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                yes
  Does Emacs use toolkit scroll bars?                     yes
  Does Emacs support Xwidgets?                            no
  Does Emacs have threading support in lisp?              yes
  Does Emacs support the portable dumper?                 yes
  Does Emacs support legacy unexec dumping?               no
  Which dumping strategy does Emacs use?                  pdumper
  Does Emacs have native lisp compiler?                   yes
  Does Emacs use version 2 of the X Input Extension?      no
  Does Emacs generate a smaller-size Japanese dictionary? no


configure: creating ./config.status
config.status: creating src/verbose.mk
config.status: creating nt/emacs.rc
config.status: creating nt/emacsclient.rc
config.status: creating src/emacs-module.h
config.status: creating Makefile
config.status: creating lib/gnulib.mk
config.status: creating ./doc/man/emacs.1
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating nextstep/Makefile
config.status: creating nt/Makefile
config.status: creating test/Makefile
config.status: creating test/manual/noverlay/Makefile
config.status: creating test/infra/Makefile
config.status: creating admin/charsets/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.status: creating src/config.h
config.status: executing src/epaths.h commands
config.status: executing src/.gdbinit commands
config.status: executing doc/emacs/emacsver.texi commands
config.status: executing etc-refcards-emacsver.tex commands
configure: WARNING: This configuration installs a 'movemail' program
that retrieves POP3 email via only insecure channels.
To omit insecure POP3, you can use './configure --without-pop'.

[-- Attachment #3: emacs-29-make.log --]
[-- Type: application/octet-stream, Size: 667258 bytes --]

make actual-all || make advice-on-failure make-target=all exit-status=$?
make[1]: Entering directory '/h/emacs-dev/emacs-30'
make -C lib all
make -C doc/lispref info
make -C doc/lispintro info
make -C doc/emacs info
make[2]: Entering directory '/h/emacs-dev/emacs-30/doc/lispref'
/usr/bin/mkdir -p ../../info
make[2]: Entering directory '/h/emacs-dev/emacs-30/doc/lispintro'
/usr/bin/mkdir -p ../../info
make[2]: Entering directory '/h/emacs-dev/emacs-30/doc/emacs'
/usr/bin/mkdir -p ../../info
makeinfo --force --enable-encoding -I ./../emacs -I . --no-split -o ../../info/elisp.info elisp.texi
makeinfo --force -I ./../emacs -I . --no-split -o ../../info/eintr.info emacs-lisp-intro.texi
makeinfo --force --enable-encoding -I . --no-split -o ../../info/emacs.info emacs.texi
make[2]: Entering directory '/h/emacs-dev/emacs-30/lib'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  -e 's|@''HAVE_ALLOCA_H''@|0|g' \
  ./alloca.in.h > alloca.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w byteswap.h-t' ./byteswap.in.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_ERRNO_H''@|<errno.h>|g' \
      -e 's|@''EMULTIHOP_HIDDEN''@|0|g' \
      -e 's|@''EMULTIHOP_VALUE''@||g' \
      -e 's|@''ENOLINK_HIDDEN''@|0|g' \
      -e 's|@''ENOLINK_VALUE''@||g' \
      -e 's|@''EOVERFLOW_HIDDEN''@|0|g' \
      -e 's|@''EOVERFLOW_VALUE''@||g' \
      ./errno.in.h > errno.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w execinfo.h-t' ./execinfo.in.h
/usr/bin/mkdir -p ./info
mv byteswap.h-t byteswap.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_GETOPT_H''@|0|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      ./getopt.in.h > getopt.h-t
(cd ./doc && \
 AWK='gawk' ../build-aux/make-info-dir ../build-aux/dir_top emacs/emacs.texi lispintro/emacs-lisp-intro.texi lispref/elisp.texi misc/auth.texi misc/autotype.texi misc/bovine.texi misc/calc.texi misc/cc-mode.texi misc/cl.texi misc/dbus.texi misc/dired-x.texi misc/ebrowse.texi misc/ede.texi misc/ediff.texi misc/edt.texi misc/efaq-w32.texi misc/efaq.texi misc/eglot.texi misc/eieio.texi misc/emacs-gnutls.texi misc/emacs-mime.texi misc/epa.texi misc/erc.texi misc/ert.texi misc/eshell.texi misc/eudc.texi misc/eww.texi misc/flymake.texi misc/forms.texi misc/gnus.texi misc/htmlfontify.texi misc/idlwave.texi misc/ido.texi misc/info.texi misc/mairix-el.texi misc/message.texi misc/mh-e.texi misc/modus-themes.org misc/newsticker.texi misc/nxml-mode.texi misc/octave-mode.texi misc/org.org misc/pcl-cvs.texi misc/pgg.texi misc/rcirc.texi misc/reftex.texi misc/remember.texi misc/sasl.texi misc/sc.texi misc/semantic.texi misc/ses.texi misc/sieve.texi misc/smtpmail.texi misc/speedbar.texi misc/srecode.texi misc/todo-mode.texi misc/tramp.texi misc/transient.texi misc/url.texi misc/use-package.texi misc/vhdl-mode.texi misc/vip.texi misc/viper.texi misc/vtable.texi misc/widget.texi misc/wisent.texi misc/woman.texi \
) >info/dir.tmp && mv info/dir.tmp info/dir
mv execinfo.h-t execinfo.h
mv alloca.h-t alloca.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \
  ./getopt-cdefs.in.h > getopt-cdefs.h-t
/usr/bin/mkdir -p 'malloc'
mv errno.h-t errno.h
/usr/bin/mkdir -p 'malloc'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  -e '/libc_hidden_proto/d' \
  ./malloc/dynarray.h > malloc/dynarray.gl.h-t
mv getopt.h-t getopt.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \
      -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \
      -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \
      -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \
      -e 's|__glibc_likely|_GL_LIKELY|g' \
      -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
      ./malloc/dynarray-skeleton.c > malloc/dynarray-skeleton.gl.h-t
mv getopt-cdefs.h-t getopt-cdefs.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  -e 's/ifndef _GL_GNULIB_HEADER/if 0/g' \
  ./ieee754.in.h > ieee754.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
      ./limits.in.h > limits.h-t
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  ./stdckdint.in.h > stdckdint.h-t
mv malloc/dynarray.gl.h-t malloc/dynarray.gl.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's/@''HAVE_STDINT_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
      -e 's/@''HAVE_C99_STDINT_H''@/1/g' \
      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
      -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
      -e 's/@''HAVE_WCHAR_H''@/1/g' \
      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
      -e 's/@''BITSIZEOF_PTRDIFF_T''@//g' \
      -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@//g' \
      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@//g' \
      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_SIZE_T''@//g' \
      -e 's/@''SIZE_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_WCHAR_T''@//g' \
      -e 's/@''HAVE_SIGNED_WCHAR_T''@//g' \
      -e 's/@''WCHAR_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_WINT_T''@//g' \
      -e 's/@''HAVE_SIGNED_WINT_T''@//g' \
      -e 's/@''WINT_T_SUFFIX''@//g' \
      -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
      ./stdint.in.h > stdint.h-t
mv malloc/dynarray-skeleton.gl.h-t malloc/dynarray-skeleton.gl.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
      -e 's/@''GNULIB_EXPLICIT_BZERO''@/1/g' \
      -e 's/@''GNULIB_FFSL''@/0/g' \
      -e 's/@''GNULIB_FFSLL''@/0/g' \
      -e 's/@''GNULIB_MBSLEN''@/0/g' \
      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
      -e 's/@''GNULIB_MBSCHR''@/0/g' \
      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
      -e 's/@''GNULIB_MBSSTR''@/0/g' \
      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
      -e 's/@''GNULIB_MBSSPN''@/0/g' \
      -e 's/@''GNULIB_MBSSEP''@/0/g' \
      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
      -e 's/@''GNULIB_MEMCHR''@/0/g' \
      -e 's/@''GNULIB_MEMMEM''@/1/g' \
      -e 's/@''GNULIB_MEMPCPY''@/1/g' \
      -e 's/@''GNULIB_MEMRCHR''@/1/g' \
      -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
      -e 's/@''GNULIB_STPCPY''@/1/g' \
      -e 's/@''GNULIB_STPNCPY''@/0/g' \
      -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
      -e 's/@''GNULIB_STRDUP''@/0/g' \
      -e 's/@''GNULIB_STRNCAT''@/0/g' \
      -e 's/@''GNULIB_STRNDUP''@/0/g' \
      -e 's/@''GNULIB_STRNLEN''@/1/g' \
      -e 's/@''GNULIB_STRPBRK''@/0/g' \
      -e 's/@''GNULIB_STRSEP''@/0/g' \
      -e 's/@''GNULIB_STRSTR''@/0/g' \
      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
      -e 's/@''GNULIB_STRERROR''@/0/g' \
      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
      -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \
      -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \
      -e 's/@''GNULIB_SIGDESCR_NP''@/1/g' \
      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
      -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \
      -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \
      -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
      < ./string.in.h | \
  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
      -e 's|@''HAVE_FFSL''@|1|g' \
      -e 's|@''HAVE_FFSLL''@|1|g' \
      -e 's|@''HAVE_MBSLEN''@|0|g' \
      -e 's|@''HAVE_DECL_MEMMEM''@|0|g' \
      -e 's|@''HAVE_MEMPCPY''@|1|g' \
      -e 's|@''HAVE_DECL_MEMRCHR''@|0|g' \
      -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
      -e 's|@''HAVE_STPCPY''@|0|g' \
      -e 's|@''HAVE_STPNCPY''@|1|g' \
      -e 's|@''HAVE_STRCHRNUL''@|1|g' \
      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
      -e 's|@''HAVE_STRPBRK''@|1|g' \
      -e 's|@''HAVE_STRSEP''@|1|g' \
      -e 's|@''HAVE_STRCASESTR''@|1|g' \
      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
      -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \
      -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \
      -e 's|@''HAVE_SIGDESCR_NP''@|0|g' \
      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
      -e 's|@''REPLACE_FFSLL''@|0|g' \
      -e 's|@''REPLACE_MEMCHR''@|0|g' \
      -e 's|@''REPLACE_MEMMEM''@|0|g' \
      -e 's|@''REPLACE_FREE''@|0|g' \
      -e 's|@''REPLACE_STPNCPY''@|0|g' \
      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
      -e 's|@''REPLACE_STRDUP''@|0|g' \
      -e 's|@''REPLACE_STRNCAT''@|0|g' \
      -e 's|@''REPLACE_STRNDUP''@|0|g' \
      -e 's|@''REPLACE_STRNLEN''@|0|g' \
      -e 's|@''REPLACE_STRSTR''@|0|g' \
      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
      -e 's|@''REPLACE_STRERROR''@|0|g' \
      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
      -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \
      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      > string.h-t
mv ieee754.h-t ieee754.h
mv limits.h-t limits.h
mv stdckdint.h-t stdckdint.h
/usr/bin/mkdir -p 'sys'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
      -e 's/@''GNULIB_CTIME''@/0/g' \
      -e 's/@''GNULIB_LOCALTIME''@/0/g' \
      -e 's/@''GNULIB_MKTIME''@/1/g' \
      -e 's/@''GNULIB_NANOSLEEP''@/1/g' \
      -e 's/@''GNULIB_STRFTIME''@/0/g' \
      -e 's/@''GNULIB_STRPTIME''@/0/g' \
      -e 's/@''GNULIB_TIMEGM''@/1/g' \
      -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \
      -e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \
      -e 's/@''GNULIB_TIME_R''@/1/g' \
      -e 's/@''GNULIB_TIME_RZ''@/1/g' \
      -e 's/@''GNULIB_TZSET''@/0/g' \
      -e 's/@''GNULIB_MDA_TZSET''@/1/g' \
      -e 's|@''HAVE_DECL_LOCALTIME_R''@|0|g' \
      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
      -e 's|@''HAVE_STRPTIME''@|1|g' \
      -e 's|@''HAVE_TIMEGM''@|0|g' \
      -e 's|@''HAVE_TIMESPEC_GET''@|1|g' \
      -e 's|@''HAVE_TIMESPEC_GETRES''@|1|g' \
      -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
      -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_GMTIME''@|0|g' \
      -e 's|@''REPLACE_LOCALTIME''@|0|g' \
      -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_MKTIME''@|1|g' \
      -e 's|@''REPLACE_NANOSLEEP''@|0|g' \
      -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \
      -e 's|@''REPLACE_TIMEGM''@|0|g' \
      -e 's|@''REPLACE_TZSET''@|GNULIB_PORTCHECK|g' \
      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''TIME_H_DEFINES_TIME_UTC''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./time.in.h > time.h-t
mv stdint.h-t stdint.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_RANDOM_H''@|<sys/random.h>|g' \
      -e 's|@''HAVE_SYS_RANDOM_H''@|0|g' \
      -e 's/@''GNULIB_GETRANDOM''@/1/g' \
      -e 's/@''HAVE_GETRANDOM''@/0/g' \
      -e 's/@''REPLACE_GETRANDOM''@/0/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./sys_random.in.h > sys/random.h-t
mv string.h-t string.h
mv time.h-t time.h
mv sys/random.h-t sys/random.h
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/fingerprint.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o fingerprint.o fingerprint.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/acl_entries.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o acl_entries.o acl_entries.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/memmem.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o memmem.o memmem.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/mktime.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o mktime.o mktime.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/binary-io.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o binary-io.o binary-io.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/c-ctype.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o c-ctype.o c-ctype.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/c-strcasecmp.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o c-strcasecmp.o c-strcasecmp.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/c-strncasecmp.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o c-strncasecmp.o c-strncasecmp.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/close-stream.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o close-stream.o close-stream.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/count-leading-zeros.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o count-leading-zeros.o count-leading-zeros.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/count-one-bits.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o count-one-bits.o count-one-bits.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/count-trailing-zeros.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o count-trailing-zeros.o count-trailing-zeros.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/md5-stream.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o md5-stream.o md5-stream.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/md5.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o md5.o md5.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/sha1.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o sha1.o sha1.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/sha256.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o sha256.o sha256.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/sha512.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o sha512.o sha512.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/dtoastr.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o dtoastr.o dtoastr.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/dtotimespec.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o dtotimespec.o dtotimespec.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/execinfo.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o execinfo.o execinfo.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/filemode.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o filemode.o filemode.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/filevercmp.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o filevercmp.o filevercmp.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/fpending.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o fpending.o fpending.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/getopt.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o getopt.o getopt.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/getopt1.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o getopt1.o getopt1.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/getrandom.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o getrandom.o getrandom.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/gettime.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o gettime.o gettime.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/gettimeofday.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o gettimeofday.o gettimeofday.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/malloc/dynarray_at_failure.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o malloc/dynarray_at_failure.o malloc/dynarray_at_failure.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/malloc/dynarray_emplace_enlarge.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o malloc/dynarray_emplace_enlarge.o malloc/dynarray_emplace_enlarge.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/malloc/dynarray_finalize.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o malloc/dynarray_finalize.o malloc/dynarray_finalize.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/malloc/dynarray_resize.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o malloc/dynarray_resize.o malloc/dynarray_resize.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/malloc/dynarray_resize_clear.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o malloc/dynarray_resize_clear.o malloc/dynarray_resize_clear.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/memrchr.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o memrchr.o memrchr.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/mkostemp.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o mkostemp.o mkostemp.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/nstrftime.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o nstrftime.o nstrftime.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/qcopy-acl.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o qcopy-acl.o qcopy-acl.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/regex.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o regex.o regex.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/sig2str.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o sig2str.o sig2str.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/sigdescr_np.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o sigdescr_np.o sigdescr_np.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/stat-time.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o stat-time.o stat-time.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/stpcpy.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o stpcpy.o stpcpy.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/tempname.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o tempname.o tempname.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/time_r.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o time_r.o time_r.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/time_rz.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o time_rz.o time_rz.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/timegm.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o timegm.o timegm.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/timespec.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o timespec.o timespec.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/timespec-add.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o timespec-add.o timespec-add.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/timespec-sub.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o timespec-sub.o timespec-sub.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -mtune=generic  -MMD -MF deps/u64.d -MP -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign   -O0 -g3 -I. -I../src -I. -I./../src  -DGL_COMPILE_CRYPTO_STREAM -o u64.o u64.c
rm -f libgnu.a
ar cr libgnu.a fingerprint.o acl_entries.o memmem.o mktime.o binary-io.o c-ctype.o c-strcasecmp.o c-strncasecmp.o close-stream.o count-leading-zeros.o count-one-bits.o count-trailing-zeros.o md5-stream.o md5.o sha1.o sha256.o sha512.o dtoastr.o dtotimespec.o execinfo.o filemode.o filevercmp.o fpending.o getopt.o getopt1.o getrandom.o gettime.o gettimeofday.o malloc/dynarray_at_failure.o malloc/dynarray_emplace_enlarge.o malloc/dynarray_finalize.o malloc/dynarray_resize.o malloc/dynarray_resize_clear.o memrchr.o mkostemp.o nstrftime.o qcopy-acl.o regex.o sig2str.o sigdescr_np.o stat-time.o stpcpy.o tempname.o time_r.o time_rz.o timegm.o timespec.o timespec-add.o timespec-sub.o u64.o
ranlib libgnu.a
make[2]: Leaving directory '/h/emacs-dev/emacs-30/lib'
make -C nt all
make[2]: Entering directory '/h/emacs-dev/emacs-30/nt'
windres -I . -O coff -o emacs.res emacs.rc
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I../src -I./../src -I../lib -I./../lib -I. -I.   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 addpm.c -lole32 -luuid -o addpm.exe
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I../src -I./../src -I../lib -I./../lib -I. -I.   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 cmdproxy.c -o cmdproxy.exe
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I../src -I./../src -I../lib -I./../lib -I. -I.   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 ddeclient.c -o ddeclient.exe
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I../src -I./../src -I../lib -I./../lib -I. -I.   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 runemacs.c emacs.res -mwindows -o runemacs.exe
make[2]: Leaving directory '/h/emacs-dev/emacs-30/nt'
make -C lib-src all
make[2]: Entering directory '/h/emacs-dev/emacs-30/lib-src'
gcc  -c -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib  -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 ntlib.c
windres -O coff --include-dir=./../nt/inc/.. -o emacsclient.res ../nt/emacsclient.rc
gcc  -c -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib  -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3  pop.c
make[2]: Leaving directory '/h/emacs-dev/emacs-30/doc/lispintro'
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 -o etags.exe etags.c ntlib.o ../lib/libgnu.a   -ladvapi32
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 -o ctags.exe ctags.c ntlib.o ../lib/libgnu.a   -ladvapi32
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 emacsclient.c \
   ntlib.o ../lib/libgnu.a  \
   -lwsock32   -lcomctl32 -o emacsclient.exe
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 emacsclient.res -mwindows emacsclient.c \
   ../lib/libgnu.a  \
   -lwsock32  -lcomctl32 -o emacsclientw.exe
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 -o ebrowse.exe ebrowse.c ntlib.o ../lib/libgnu.a 
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 hexl.c ../lib/libgnu.a  -o hexl.exe
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3  movemail.c pop.o \
  ntlib.o ../lib/libgnu.a          -lwsock32  -ladvapi32 -o movemail.exe
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 make-docfile.c ntlib.o ../lib/libgnu.a  -o make-docfile.exe
gcc  -mtune=generic  -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign  -I. -I../src -I../lib -I. -I./../src -I./../lib   -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -O0 -g3 make-fingerprint.c ntlib.o ../lib/libgnu.a  -o make-fingerprint.exe
make[2]: Leaving directory '/h/emacs-dev/emacs-30/lib-src'
make -C src BIN_DESTDIR=''/mingw64/bin/'' \
	 ELN_DESTDIR='/mingw64/lib/emacs/29.1.50/' all
make[2]: Entering directory '/h/emacs-dev/emacs-30/src'
( printf 'shortlisp = \\\n'; \
sed -n 's/^[ \t]*(load "\([^"]*\)".*/\1/p' ../lisp/loadup.el | \
  sed -e 's/$/.elc \\/' -e 's/\.el\.elc/.el/'; \
echo "" ) > lisp.mk.tmp
mv -f lisp.mk.tmp lisp.mk
../lib-src/make-docfile -d . -g dispnew.o frame.o scroll.o xdisp.o menu.o  window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o  term.o terminal.o xfaces.o    emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o emacs-module.o syntax.o  bytecode.o comp.o dynlib.o process.o gnutls.o callproc.o region-cache.o sound.o timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o w32notify.o  profiler.o decompress.o thread.o systhread.o sqlite.o  treesit.o itree.o      hbfont.o w32fns.o w32menu.o w32reg.o w32font.o w32term.o w32xfns.o w32select.o w32uniscribe.o w32cygwinx.o w32.o w32console.o w32heap.o w32inevt.o w32proc.o w32image.o fontset.o fringe.o image.o  json.o    > globals.tmp
for i in firstfile.o  dispnew.o frame.o scroll.o xdisp.o menu.o  window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o  term.o terminal.o xfaces.o    emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o emacs-module.o syntax.o  bytecode.o comp.o dynlib.o process.o gnutls.o callproc.o region-cache.o sound.o timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o w32notify.o  profiler.o decompress.o thread.o systhread.o sqlite.o  treesit.o itree.o      hbfont.o w32fns.o w32menu.o w32reg.o w32font.o w32term.o w32xfns.o w32select.o w32uniscribe.o w32cygwinx.o w32.o w32console.o w32heap.o w32inevt.o w32proc.o w32image.o fontset.o fringe.o image.o  json.o     tparam.o    lastfile.o  ; do \
  echo "$i" | sed 's,.*/,,; s/\.obj$/\.o/; s/^/"/; s/$/",/' \
    || exit; \
done >buildobj.h.tmp
make -C ../nt ../src/emacs.res
make -C ../admin/charsets all
make -C ../admin/unidata charscript.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/nt'
windres -I . -O coff -o ../src/emacs.res emacs.rc
make -C ../admin/unidata emoji-zwj.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/charsets'
AWK=gawk ./mapconv glibc/ISO-8859-2.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-2.map
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/unidata'
AWK=gawk ./mapconv glibc/ISO-8859-3.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-3.map
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/unidata'
AWK=gawk ./mapconv glibc/ISO-8859-4.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-4.map
make -C ../admin/charsets cp51932.el
AWK=gawk ./mapconv glibc/ISO-8859-5.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-5.map
make -C ../admin/charsets eucjp-ms.el
AWK=gawk ./mapconv glibc/ISO-8859-6.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-6.map
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/charsets'
AWK=gawk ./mapconv mapfiles/CP932.TXT '/^0x[89A-F][0-9A-F][0-9A-F]/' UNICODE2 ./cp932.awk > ../../etc/charsets/CP932-2BYTE.map
AWK=gawk ./mapconv glibc/ISO-8859-7.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-7.map
AWK=gawk ./mapconv glibc/ISO-8859-8.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-8.map
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/charsets'
gunzip -c glibc/EUC-JP-MS.gz | gawk -f ./eucjp-ms.awk > ../../lisp/international/eucjp-ms.el
AWK=gawk ./mapconv glibc/ISO-8859-9.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-9.map
gawk -f ./blocks.awk Blocks.txt emoji-data.txt blocks.awk > ../../lisp/international/charscript.el
AWK=gawk ./mapconv glibc/ISO-8859-10.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-10.map
gawk -f ./emoji-zwj.awk emoji-zwj-sequences.txt emoji-sequences.txt emoji-zwj.awk > ../../lisp/international/emoji-zwj.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/nt'
AWK=gawk ./mapconv glibc/ISO-8859-11.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-11.map
AWK=gawk ./mapconv glibc/ISO-8859-13.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-13.map
AWK=gawk ./mapconv glibc/ISO-8859-14.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-14.map
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/unidata'
AWK=gawk ./mapconv glibc/ISO-8859-15.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-15.map
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/unidata'
AWK=gawk ./mapconv glibc/ISO-8859-16.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/8859-16.map
AWK=gawk ./mapconv glibc/IBM037.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM037.map
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/charsets'
AWK=gawk ./mapconv glibc/IBM038.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM038.map
AWK=gawk ./mapconv glibc/IBM256.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM256.map
AWK=gawk ./mapconv glibc/IBM273.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM273.map
../build-aux/move-if-change globals.tmp globals.h
AWK=gawk ./mapconv glibc/IBM274.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM274.map
AWK=gawk ./mapconv glibc/IBM275.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM275.map
AWK=gawk ./mapconv glibc/IBM277.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM277.map
AWK=gawk ./mapconv glibc/IBM278.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM278.map
gawk -f ./cp51932.awk < ../../etc/charsets/CP932-2BYTE.map > ../../lisp/international/cp51932.el
AWK=gawk ./mapconv glibc/IBM280.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM280.map
AWK=gawk ./mapconv glibc/IBM281.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM281.map
AWK=gawk ./mapconv glibc/IBM284.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM284.map
AWK=gawk ./mapconv glibc/IBM285.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM285.map
AWK=gawk ./mapconv glibc/IBM290.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM290.map
AWK=gawk ./mapconv glibc/IBM297.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM297.map
echo timestamp > gl-stamp
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/charsets'
AWK=gawk ./mapconv glibc/IBM420.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM420.map
AWK=gawk ./mapconv glibc/IBM423.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM423.map
AWK=gawk ./mapconv glibc/IBM424.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM424.map
AWK=gawk ./mapconv glibc/IBM437.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM437.map
AWK=gawk ./mapconv glibc/IBM500.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM500.map
AWK=gawk ./mapconv glibc/IBM850.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM850.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/firstfile.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  firstfile.c
AWK=gawk ./mapconv glibc/IBM851.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM851.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/dispnew.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  dispnew.c
AWK=gawk ./mapconv glibc/IBM852.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM852.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/frame.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  frame.c
AWK=gawk ./mapconv glibc/IBM855.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM855.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/scroll.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  scroll.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/xdisp.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  xdisp.c
AWK=gawk ./mapconv glibc/IBM856.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM856.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/menu.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  menu.c
AWK=gawk ./mapconv glibc/IBM857.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM857.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/window.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  window.c
AWK=gawk ./mapconv glibc/IBM860.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM860.map
AWK=gawk ./mapconv glibc/IBM861.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM861.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/charset.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  charset.c
AWK=gawk ./mapconv glibc/IBM862.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM862.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/coding.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  coding.c
AWK=gawk ./mapconv glibc/IBM863.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM863.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/category.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  category.c
AWK=gawk ./mapconv glibc/IBM864.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM864.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/ccl.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  ccl.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/character.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  character.c
AWK=gawk ./mapconv glibc/IBM865.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM865.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/chartab.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  chartab.c
AWK=gawk ./mapconv glibc/IBM866.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM866.map
AWK=gawk ./mapconv glibc/IBM868.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM868.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/bidi.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  bidi.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/term.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  term.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/terminal.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  terminal.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/xfaces.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  xfaces.c
AWK=gawk ./mapconv glibc/IBM869.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM869.map
AWK=gawk ./mapconv glibc/IBM870.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM870.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/emacs.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  emacs.c
AWK=gawk ./mapconv glibc/IBM871.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM871.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/keyboard.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  keyboard.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/macros.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  macros.c
AWK=gawk ./mapconv glibc/IBM874.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM874.map
AWK=gawk ./mapconv glibc/IBM875.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM875.map
AWK=gawk ./mapconv glibc/IBM880.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM880.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/keymap.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  keymap.c
AWK=gawk ./mapconv glibc/IBM891.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM891.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/sysdep.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  sysdep.c
AWK=gawk ./mapconv glibc/IBM903.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM903.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/bignum.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  bignum.c
AWK=gawk ./mapconv glibc/IBM904.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM904.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/buffer.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  buffer.c
AWK=gawk ./mapconv glibc/IBM905.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM905.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/filelock.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  filelock.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/insdel.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  insdel.c
AWK=gawk ./mapconv glibc/IBM918.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM918.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/marker.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  marker.c
AWK=gawk ./mapconv glibc/IBM1004.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM1004.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/minibuf.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  minibuf.c
AWK=gawk ./mapconv glibc/IBM1026.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM1026.map
AWK=gawk ./mapconv glibc/IBM1047.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/IBM1047.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/fileio.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  fileio.c
AWK=gawk ./mapconv glibc/CP737.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP737.map
AWK=gawk ./mapconv glibc/CP775.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP775.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/dired.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  dired.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/cmds.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  cmds.c
AWK=gawk ./mapconv glibc/CP1125.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP1125.map
AWK=gawk ./mapconv glibc/CP1250.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP1250.map
AWK=gawk ./mapconv glibc/CP1251.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP1251.map
AWK=gawk ./mapconv glibc/CP1252.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP1252.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/casetab.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  casetab.c
AWK=gawk ./mapconv glibc/CP1253.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP1253.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/casefiddle.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  casefiddle.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/indent.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  indent.c
AWK=gawk ./mapconv glibc/CP1254.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP1254.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/search.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  search.c
AWK=gawk ./mapconv glibc/CP1255.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP1255.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/regex-emacs.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  regex-emacs.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/undo.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  undo.c
AWK=gawk ./mapconv glibc/CP1256.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP1256.map
AWK=gawk ./mapconv glibc/CP1257.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP1257.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/alloc.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  alloc.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/pdumper.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  pdumper.c
AWK=gawk ./mapconv glibc/CP1258.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP1258.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/data.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  data.c
AWK=gawk ./mapconv glibc/CP10007.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/CP10007.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/editfns.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  editfns.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/callint.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  callint.c
cp mapfiles/CP720.map ../../etc/charsets/CP720.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/eval.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  eval.c
cp mapfiles/CP858.map ../../etc/charsets/CP858.map
AWK=gawk ./mapconv glibc/GB2312.gz '/^<.*[ 	]\/x[a-f]/' GLIBC-2-7 ./compact.awk > ../../etc/charsets/GB2312.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/floatfns.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  floatfns.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/fns.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  fns.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/sort.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  sort.c
AWK=gawk ./mapconv glibc/GBK.gz '/^<.*[ 	]\/x[89a-f]/' GLIBC-2 ./compact.awk > ../../etc/charsets/GBK.map
AWK=gawk ./mapconv glibc/GB18030.gz '/^<.*[ 	]\/x..\/x..[ 	]/' GLIBC-2 ./gb180302.awk > ../../etc/charsets/GB180302.map
AWK=gawk ./mapconv glibc/BIG5.gz '/^<.*[ 	]\/x[a-f]/' GLIBC-2 > ../../etc/charsets/BIG5.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/font.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  font.c
AWK=gawk ./mapconv glibc/BIG5-HKSCS.gz '/^<.*[ 	]\/x[89a-f].\//' GLIBC-2 ./compact.awk > ../../etc/charsets/BIG5-HKSCS.map
mv buildobj.h.tmp buildobj.h
AWK=gawk ./mapconv glibc/EUC-TW.gz '/^<.*[ 	]\/x[a-f]/' GLIBC-2-7 ./compact.awk > ../../etc/charsets/CNS-1.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/print.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  print.c
AWK=gawk ./mapconv mapfiles/cns2ucsdkw.txt '/^C2/' KANJI-DATABASE ./compact.awk > ../../etc/charsets/CNS-2.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/lread.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  lread.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/emacs-module.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  emacs-module.c
AWK=gawk ./mapconv mapfiles/cns2ucsdkw.txt '/^C3/' KANJI-DATABASE ./compact.awk > ../../etc/charsets/CNS-3.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/syntax.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  syntax.c
AWK=gawk ./mapconv mapfiles/cns2ucsdkw.txt '/^C4/' KANJI-DATABASE ./compact.awk > ../../etc/charsets/CNS-4.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/bytecode.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  bytecode.c
AWK=gawk ./mapconv mapfiles/cns2ucsdkw.txt '/^C5/' KANJI-DATABASE ./compact.awk > ../../etc/charsets/CNS-5.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/comp.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  comp.c
AWK=gawk ./mapconv mapfiles/cns2ucsdkw.txt '/^C6/' KANJI-DATABASE ./compact.awk > ../../etc/charsets/CNS-6.map
AWK=gawk ./mapconv mapfiles/cns2ucsdkw.txt '/^C7/' KANJI-DATABASE ./compact.awk > ../../etc/charsets/CNS-7.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/dynlib.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  dynlib.c
AWK=gawk ./mapconv glibc/EUC-TW.gz '/^<.*\/x8e\/xaf/ s,/x8e/xaf,,' GLIBC-2-7 ./compact.awk > ../../etc/charsets/CNS-F.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/process.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  process.c
(./mapconv glibc/JIS_X0201.gz '/^<.*[ 	]\/x[0-9]/' GLIBC-1 ./compact.awk && \
  echo "# Generated by hand" && \
  echo "0xA1-0xDF 0xFF61" ) > ../../etc/charsets/JISX0201.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/gnutls.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  gnutls.c
AWK=gawk ./mapconv glibc/EUC-JP.gz '/^<.*[ 	]\/x[a-f]/' GLIBC-2-7 \
  | sed 's/0x2015/0x2014/' > ../../etc/charsets/JISX0208.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/callproc.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  callproc.c
AWK=gawk ./mapconv glibc/EUC-JP.gz '/^<.*[ 	]\/x8f/ s,/x8f,,' GLIBC-2-7 ./compact.awk > ../../etc/charsets/JISX0212.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/region-cache.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  region-cache.c
sed -n -e '/^#/d' -e 's,.*0x\([0-9A-Z]*\)$,/0x0*\1$/d,p' < mapfiles/JISX213A.map > jisx2131-filter
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/sound.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  sound.c
AWK=gawk ./mapconv glibc/EUC-JISX0213.gz '/^<.*[ 	]\/x8f/ s,/x8f,,' GLIBC-2-7 > ../../etc/charsets/JISX2132.map
(AWK=gawk ./mapconv mapfiles/Uni2JIS '/^[^#].*0-/' YASUOKA ./kuten.awk \
  | sed -e '/0x2140/s/005C/FF3C/' && \
  echo '0x3442 0x3D4E' && echo '0x374E 0x25874' && \
  echo '0x3764 0x28EF6' && echo '0x513D 0x2F80F' && \
  echo '0x7045 0x9724' ) > ../../etc/charsets/JISC6226.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/timefns.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  timefns.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/atimer.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  atimer.c
cp mapfiles/JISX213A.map ../../etc/charsets/JISX213A.map
AWK=gawk ./mapconv glibc/EUC-KR.gz '/^<.*[ 	]\/x[a-f]/' GLIBC-2-7 ./compact.awk > ../../etc/charsets/KSC5601.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/doprnt.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  doprnt.c
AWK=gawk ./mapconv glibc/KSC5636.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/KSC5636.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/intervals.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  intervals.c
AWK=gawk ./mapconv glibc/JOHAB.gz '/^<.*[ 	]\/x[89a-f]/' GLIBC-2 ./compact.awk > ../../etc/charsets/JOHAB.map
AWK=gawk ./mapconv glibc/KOI-8.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/KOI-8.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/textprop.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  textprop.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/composite.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  composite.c
AWK=gawk ./mapconv glibc/KOI8-R.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/KOI8-R.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/xml.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  xml.c
AWK=gawk ./mapconv glibc/KOI8-U.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/KOI8-U.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/lcms.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  lcms.c
AWK=gawk ./mapconv glibc/KOI8-T.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/KOI8-T.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32notify.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32notify.c
(echo "# Modified from IBM866.map according to the chart at" && \
  echo "# https://web.archive.org/web/20100131045151/http://www.cyrillic.com/ref/cyrillic/koi-8alt.html" && \
  echo "# with guesses for the Unicodes of the glyphs." && \
  sed -e '1 d' \
     -e '/0xF2/ s/ .*/ 0x2019/' \
     -e '/0xF3/ s/ .*/ 0x2018/' \
     -e '/0xF4/ s/ .*/ 0x0301/' \
     -e '/0xF5/ s/ .*/ 0x0300/' \
     -e '/0xF6/ s/ .*/ 0x203A/' \
     -e '/0xF7/ s/ .*/ 0x2039/' \
     -e '/0xF8/ s/ .*/ 0x2191/' \
     -e '/0xF9/ s/ .*/ 0x2193/' \
     -e '/0xFA/ s/ .*/ 0x00B1/' \
     -e '/0xFB/ s/ .*/ 0x00F7/' < ../../etc/charsets/IBM866.map ) > ../../etc/charsets/ALTERNATIVNYJ.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/profiler.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  profiler.c
AWK=gawk ./mapconv mapfiles/bulgarian-mik.txt '1,$' CZYBORRA ./compact.awk > ../../etc/charsets/MIK.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/decompress.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  decompress.c
AWK=gawk ./mapconv mapfiles/PTCP154 '/^0x/' IANA ./compact.awk > ../../etc/charsets/PTCP154.map
AWK=gawk ./mapconv glibc/TIS-620.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/TIS-620.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/thread.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  thread.c
AWK=gawk ./mapconv glibc/VISCII.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/VISCII.map
AWK=gawk ./mapconv glibc/TCVN5712-1.gz '/^<.*[ 	]\/x[0-9a-f].[ 	]/' GLIBC-1 ./compact.awk > ../../etc/charsets/VSCII.map
AWK=gawk ./mapconv glibc/TCVN5712-1.gz '/^<.*[ 	]\/x[2-7a-f].[ 	]/' GLIBC-1 ./compact.awk \
  | sed 's/0x20-0x7F.*/0x00-0x7F 0x0000/' > ../../etc/charsets/VSCII-2.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/systhread.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  systhread.c
AWK=gawk ./mapconv glibc/GEORGIAN-PS.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/KA-PS.map
AWK=gawk ./mapconv glibc/GEORGIAN-ACADEMY.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/KA-ACADEMY.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/sqlite.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  sqlite.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/treesit.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  treesit.c
AWK=gawk ./mapconv glibc/HP-ROMAN8.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/HP-ROMAN8.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/itree.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  itree.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/hbfont.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  hbfont.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32fns.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32fns.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32menu.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32menu.c
AWK=gawk ./mapconv glibc/NEXTSTEP.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/NEXTSTEP.map
AWK=gawk ./mapconv glibc/MACINTOSH.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/MACINTOSH.map
make[2]: Leaving directory '/h/emacs-dev/emacs-30/doc/emacs'
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32reg.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32reg.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32font.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32font.c
AWK=gawk ./mapconv glibc/EBCDIC-UK.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/EBCDICUK.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32term.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32term.c
AWK=gawk ./mapconv glibc/EBCDIC-US.gz '/^<.*[ 	]\/x/' GLIBC-1 ./compact.awk > ../../etc/charsets/EBCDICUS.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32xfns.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32xfns.c
AWK=gawk ./mapconv mapfiles/stdenc.txt '/^[0-9A-Fa-f]/' UNICODE ./compact.awk > ../../etc/charsets/stdenc.map
AWK=gawk ./mapconv mapfiles/symbol.txt '/^[0-9A-Fa-f]/' UNICODE ./compact.awk > ../../etc/charsets/symbol.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32select.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32select.c
AWK=gawk ./mapconv glibc/CP949.gz '/^<.*[ 	]\/x[89a-f]/' GLIBC-2 ./compact.awk > ../../etc/charsets/CP949-2BYTE.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32uniscribe.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32uniscribe.c
(echo "# Generated from BIG5.map" && \
  sed -n -e '/0xa140/,/0xc8fe/p' < ../../etc/charsets/BIG5.map | gawk -f ./big5.awk ) > ../../etc/charsets/BIG5-1.map
(echo "# Generated from BIG5.map" && \
  sed -n -e '/0xc940/,$ p' < ../../etc/charsets/BIG5.map | gawk -f ./big5.awk ) > ../../etc/charsets/BIG5-2.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32cygwinx.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32cygwinx.c
cp mapfiles/MULE-ethiopic.map ../../etc/charsets/MULE-ethiopic.map
cp mapfiles/MULE-ipa.map ../../etc/charsets/MULE-ipa.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32.c
cp mapfiles/MULE-is13194.map ../../etc/charsets/MULE-is13194.map
cp mapfiles/MULE-sisheng.map ../../etc/charsets/MULE-sisheng.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32console.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32console.c
cp mapfiles/MULE-tibetan.map ../../etc/charsets/MULE-tibetan.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32heap.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32heap.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32inevt.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32inevt.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32proc.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32proc.c
cp mapfiles/MULE-lviscii.map ../../etc/charsets/MULE-lviscii.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/w32image.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  w32image.c
cp mapfiles/MULE-uviscii.map ../../etc/charsets/MULE-uviscii.map
gawk -f ./gb180304.awk < ../../etc/charsets/GB180302.map > ../../etc/charsets/GB180304.map
AWK=gawk ./mapconv glibc/EUC-JISX0213.gz '/^<.*[ 	]\/x[a-f]/' GLIBC-2-7 \
  | sed -f ./jisx2131-filter \
  | sed -e 's/0x2015/0x2014/' -e 's/0x2299/0x29BF/' > ../../etc/charsets/JISX2131.map
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/fontset.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  fontset.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/fringe.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  fringe.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/image.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  image.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/json.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  json.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/tparam.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  tparam.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/lastfile.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  lastfile.c
gcc  -c -mtune=generic   -DUSE_CRT_DLL=1 -I /h/emacs-dev/emacs-30/nt/inc -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/doc.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3  doc.c
w32heap.c: In function 'getrlimit':
w32heap.c:853:14: warning: 'm' may be used uninitialized [-Wmaybe-uninitialized]
  853 |         if (!VirtualQuery ((LPCVOID) &m, &m, sizeof m))
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from C:/msys2/mingw64/include/winbase.h:25,
                 from C:/msys2/mingw64/include/windows.h:70,
                 from w32common.h:24,
                 from w32heap.c:54:
C:/msys2/mingw64/include/memoryapi.h:45:28: note: by argument 1 of type 'LPCVOID' {aka 'const void *'} to 'VirtualQuery' declared here
   45 |   WINBASEAPI SIZE_T WINAPI VirtualQuery (LPCVOID lpAddress, PMEMORY_BASIC_INFORMATION lpBuffer, SIZE_T dwLength);
      |                            ^~~~~~~~~~~~
w32heap.c:844:34: note: 'm' declared here
  844 |         MEMORY_BASIC_INFORMATION m;
      |                                  ^
echo timestamp > charsets.stamp
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/charsets'
gcc  -o temacs.exe.tmp \
  -Demacs  -I. -I. -I../lib -I../lib  -mtune=generic    -isystem C:/msys2/mingw64/include/librsvg-2.0 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/gdk-pixbuf-2.0 -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/cairo -isystem C:/msys2/mingw64/include/lzo -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include/harfbuzz -mms-bitfields -isystem C:/msys2/mingw64/include/pixman-1    -isystem C:/msys2/mingw64/include/libxml2         -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include     -isystem C:/msys2/mingw64/include/harfbuzz -isystem C:/msys2/mingw64/include/freetype2 -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/libpng16 -isystem C:/msys2/mingw64/include/glib-2.0 -isystem C:/msys2/mingw64/lib/glib-2.0/include -mms-bitfields    -MMD -MF deps/.d -MP  -isystem C:/msys2/mingw64/include   -isystem C:/msys2/mingw64/include  -isystem C:/msys2/mingw64/include -isystem C:/msys2/mingw64/include/p11-kit-1        -fno-common -Wall -Warith-conversion -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-cond -Wextra -Wformat-signedness -Winit-self -Winvalid-pch -Wlogical-op -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wnested-externs -Wnull-dereference -Wold-style-definition -Wopenmp-simd -Wpacked -Wpointer-arith -Wstrict-prototypes -Wsuggest-attribute=noreturn -Wsuggest-final-methods -Wsuggest-final-types -Wtrampolines -Wuninitialized -Wunknown-pragmas -Wunused-macros -Wvariadic-macros -Wvector-operation-performance -Wwrite-strings -Warray-bounds=2 -Wattribute-alias=2 -Wformat=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wshift-overflow=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-override-init -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-format-nonliteral -Wno-pointer-sign -O0 -g3   -Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x400000000 -Wl,-entry,__start -Wl,-Map,./temacs.map  \
  firstfile.o  dispnew.o frame.o scroll.o xdisp.o menu.o  window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o  term.o terminal.o xfaces.o    emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o emacs-module.o syntax.o  bytecode.o comp.o dynlib.o process.o gnutls.o callproc.o region-cache.o sound.o timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o w32notify.o  profiler.o decompress.o thread.o systhread.o sqlite.o  treesit.o itree.o      hbfont.o w32fns.o w32menu.o w32reg.o w32font.o w32term.o w32xfns.o w32select.o w32uniscribe.o w32cygwinx.o w32.o w32console.o w32heap.o w32inevt.o w32proc.o w32image.o fontset.o fringe.o image.o  json.o     tparam.o    lastfile.o   ../lib/libgnu.a emacs.res  -lwinmm -lusp10 -lgdi32 -lcomdlg32 -lmpr -lwinspool -lole32 -lcomctl32                                              -lgmp       
/usr/bin/mkdir -p ../etc
rm -f ../etc/DOC
../lib-src/make-docfile -d . \
  dosfns.o msdos.o xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o fontset.o dbusbind.o cygw32.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o macfont.o nsxwidget.o w32.o w32console.o w32cygwinx.o w32fns.o w32heap.o w32inevt.o w32notify.o w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o w16select.o widget.o xfont.o ftfont.o xftfont.o gtkutil.o xsettings.o xgselect.o termcap.o hbfont.o haikuterm.o haikufns.o haikumenu.o haikufont.o dispnew.o frame.o scroll.o xdisp.o menu.o  window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o  term.o terminal.o xfaces.o    emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o emacs-module.o syntax.o  bytecode.o comp.o dynlib.o process.o gnutls.o callproc.o region-cache.o sound.o timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o w32notify.o  profiler.o decompress.o thread.o systhread.o sqlite.o  treesit.o itree.o      hbfont.o w32fns.o w32menu.o w32reg.o w32font.o w32term.o w32xfns.o w32select.o w32uniscribe.o w32cygwinx.o w32.o w32console.o w32heap.o w32inevt.o w32proc.o w32image.o fontset.o fringe.o image.o  json.o    > ../etc/DOC
../lib-src/make-fingerprint.exe temacs.exe.tmp
mv temacs.exe.tmp temacs.exe
/usr/bin/mkdir -p ../etc
make -C ../lisp update-subdirs
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
for file in . ./calc ./calendar ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./image ./international ./language ./mail ./mh-e ./net ./nxml ./obsolete ./org ./play ./progmodes ./term ./textmodes ./url ./use-package ./vc; do \
   ./../build-aux/update-subdirs $file; \
done;
make[2]: Leaving directory '/h/emacs-dev/emacs-30/doc/lispref'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
cp -f temacs.exe bootstrap-emacs.exe
rm -f bootstrap-emacs.pdmp
./temacs --batch  -l loadup --temacs=pbootstrap \
	--bin-dest /mingw64/bin/ --eln-dest /mingw64/lib/emacs/29.1.50/
Loading loadup.el (source)...
Dump mode: pbootstrap
Using load-path (h:/emacs-dev/emacs-30/lisp h:/emacs-dev/emacs-30/lisp/emacs-lisp h:/emacs-dev/emacs-30/lisp/progmodes h:/emacs-dev/emacs-30/lisp/language h:/emacs-dev/emacs-30/lisp/international h:/emacs-dev/emacs-30/lisp/textmodes h:/emacs-dev/emacs-30/lisp/vc)
Loading emacs-lisp/debug-early (source)...
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading keymap (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading international/mule (source)...
Loading international/mule-conf (source)...
Loading env (source)...
Loading format (source)...
Loading bindings (source)...
Loading window (source)...
Loading h:/emacs-dev/emacs-30/lisp/files.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/macroexp.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/pcase.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/macroexp.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/cus-face.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/faces.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/ldefs-boot.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/button.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/cl-preloaded.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/oclosure.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/obarray.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/abbrev.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/help.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/jka-cmpr-hook.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/epa-hook.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/international/mule-cmds.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/case-table.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/international/characters.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/international/charscript.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/international/emoji-zwj.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/composite.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/chinese.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/cyrillic.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/indian.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/sinhala.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/english.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/ethiopic.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/european.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/czech.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/slovak.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/romanian.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/greek.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/hebrew.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/international/cp51932.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/international/eucjp-ms.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/japanese.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/korean.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/lao.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/tai-viet.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/thai.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/tibetan.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/vietnamese.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/misc-lang.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/utf-8-lang.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/georgian.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/khmer.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/burmese.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/cham.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/philippine.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/language/indonesian.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/indent.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/cl-generic.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/simple.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/seq.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/nadvice.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/minibuffer.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/frame.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/startup.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/term/tty-colors.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/font-core.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/syntax.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/font-lock.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/jit-lock.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/mouse.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/scroll-bar.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/select.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/timer.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/easymenu.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/isearch.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/rfn-eshadow.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/menu-bar.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/tab-bar.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/lisp.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/textmodes/page.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/register.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/textmodes/paragraphs.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/progmodes/prog-mode.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/lisp-mode.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/textmodes/text-mode.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/textmodes/fill.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/newcomment.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/replace.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/tabulated-list.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/buff-menu.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/fringe.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/regexp-opt.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/image.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/international/fontset.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/dnd.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/tool-bar.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/term/common-win.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/w32-vars.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/term/w32-win.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/disp-table.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/w32-fns.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/ls-lisp.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/dos-w32.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/mwheel.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/progmodes/elisp-mode.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/float-sup.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/vc/vc-hooks.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/vc/ediff-hook.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/uniquify.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/electric.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/paren.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/shorthands.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/eldoc.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/cconv.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/cus-start.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/tooltip.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/international/iso-transl.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/emacs-lisp/rmc.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name bootstrap-emacs.pdmp
Dumping fingerprint: 193594e10fd0beb97d451b90cb1904450a46de31340d702728cc743d26cccbdb
Dump complete
Byte counts: header=100 hot=15676532 discardable=205672 cold=10958888
Reloc counts: hot=1087952 discardable=5611
ANCIENT=yes make -C ../lisp compile-first EMACS="../src/bootstrap-emacs.exe"
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte-compile emacs-lisp/macroexp.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte-compile emacs-lisp/cconv.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte-compile emacs-lisp/byte-opt.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte-compile emacs-lisp/bytecomp.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte-compile emacs-lisp/comp.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte-compile emacs-lisp/comp-cstr.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte-compile emacs-lisp/loaddefs-gen.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte-compile emacs-lisp/radix-tree.el
TZ=UTC0 touch -t 197001010000 emacs-lisp/radix-tree.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/loaddefs-gen.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/macroexp.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/cconv.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/byte-opt.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/comp-cstr.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/bytecomp.elc
TZ=UTC0 touch -t 197001010000 emacs-lisp/comp.elc
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make -C ../lisp compile-first EMACS="../src/bootstrap-emacs.exe"
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte+native-compile emacs-lisp/macroexp.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte+native-compile emacs-lisp/cconv.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte+native-compile emacs-lisp/byte-opt.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte+native-compile emacs-lisp/bytecomp.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte+native-compile emacs-lisp/comp.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte+native-compile emacs-lisp/comp-cstr.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte+native-compile emacs-lisp/loaddefs-gen.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp  \
-l comp -f batch-byte+native-compile emacs-lisp/radix-tree.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make -C ../lisp autoloads EMACS="../src/bootstrap-emacs.exe"
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/titdic-cnv.el
make -C ../admin/grammars all EMACS="../../src/bootstrap-emacs.exe"
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/abbrev.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/bindings.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/buff-menu.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/case-table.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/button.el
make[4]: Entering directory '/h/emacs-dev/emacs-30/admin/grammars'
[ ! -f "../../lisp/cedet/semantic/bovine/c-by.el" ] || chmod +w "../../lisp/cedet/semantic/bovine/c-by.el"
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/composite.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/cus-start.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/cus-face.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l semantic/bovine/grammar -f bovine-batch-make-parser -o "../../lisp/cedet/semantic/bovine/c-by.el" c.by
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/custom.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/disp-table.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/dnd.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/dos-fns.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/dos-vars.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/dynamic-setting.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/electric.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/dos-w32.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/backquote.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/byte-run.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f "../../lisp/cedet/semantic/bovine/make-by.el" ] || chmod +w "../../lisp/cedet/semantic/bovine/make-by.el"
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l semantic/bovine/grammar -f bovine-batch-make-parser -o "../../lisp/cedet/semantic/bovine/make-by.el" make.by
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f "../../lisp/cedet/semantic/bovine/scm-by.el" ] || chmod +w "../../lisp/cedet/semantic/bovine/scm-by.el"
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l semantic/bovine/grammar -f bovine-batch-make-parser -o "../../lisp/cedet/semantic/bovine/scm-by.el" scheme.by
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f "../../lisp/cedet/semantic/grammar-wy.el" ] || chmod +w "../../lisp/cedet/semantic/grammar-wy.el"
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l semantic/wisent/grammar -f wisent-batch-make-parser -o "../../lisp/cedet/semantic/grammar-wy.el" grammar.wy
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f "../../lisp/cedet/semantic/wisent/javat-wy.el" ] || chmod +w "../../lisp/cedet/semantic/wisent/javat-wy.el"
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l semantic/wisent/grammar -f wisent-batch-make-parser -o "../../lisp/cedet/semantic/wisent/javat-wy.el" java-tags.wy
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f "../../lisp/cedet/semantic/wisent/js-wy.el" ] || chmod +w "../../lisp/cedet/semantic/wisent/js-wy.el"
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l semantic/wisent/grammar -f wisent-batch-make-parser -o "../../lisp/cedet/semantic/wisent/js-wy.el" js.wy
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f "../../lisp/cedet/semantic/wisent/python-wy.el" ] || chmod +w "../../lisp/cedet/semantic/wisent/python-wy.el"
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f "../../lisp/cedet/srecode/srt-wy.el" ] || chmod +w "../../lisp/cedet/srecode/srt-wy.el"
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l semantic/wisent/grammar -f wisent-batch-make-parser -o "../../lisp/cedet/semantic/wisent/python-wy.el" python.wy
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l semantic/wisent/grammar -f wisent-batch-make-parser -o "../../lisp/cedet/srecode/srt-wy.el" srecode-template.wy
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/cconv.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/cl-generic.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/cl-preloaded.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/debug-early.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/easymenu.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/eldoc.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/float-sup.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/lisp-mode.el
Loading h:/emacs-dev/emacs-30/lisp/cedet/semantic/grm-wy-boot.el (source)...
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/lisp.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/macroexp.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/map-ynp.el
Loading h:/emacs-dev/emacs-30/lisp/cedet/semantic/grm-wy-boot.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/cedet/semantic/grm-wy-boot.el (source)...
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/nadvice.el
Loading h:/emacs-dev/emacs-30/lisp/cedet/semantic/grm-wy-boot.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/cedet/semantic/grm-wy-boot.el (source)...
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make -C ../leim all EMACS="../src/bootstrap-emacs.exe"
make[4]: Entering directory '/h/emacs-dev/emacs-30/leim'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/CCDOSPY.tit
Loading h:/emacs-dev/emacs-30/lisp/cedet/semantic/grm-wy-boot.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/cedet/semantic/grm-wy-boot.el (source)...
Loading h:/emacs-dev/emacs-30/lisp/cedet/semantic/grm-wy-boot.el (source)...
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/Punct.tit
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/oclosure.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/regexp-opt.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/QJ.tit
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/rmc.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/SW.tit
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/TONEPY.tit
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/seq.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/4Corner.tit
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/ARRAY30.tit
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/shorthands.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/ECDICT.tit
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/syntax.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/ETZY.tit
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/Punct-b5.tit
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/PY-b5.tit
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/tabulated-list.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/QJ-b5.tit
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv \
  -f batch-titdic-convert -dir ./../lisp/leim/quail CXTERM-DIC/ZOZY.tit
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/emacs-lisp/timer.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/env.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/epa-hook.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv -f batch-miscdic-convert -dir ./../lisp/leim/quail MISC-DIC/cangjie-table.b5
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/faces.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/files.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv -f batch-miscdic-convert -dir ./../lisp/leim/quail MISC-DIC/cangjie-table.cns
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/font-core.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/font-lock.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv -f batch-miscdic-convert -dir ./../lisp/leim/quail MISC-DIC/pinyin.map
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv -f batch-miscdic-convert -dir ./../lisp/leim/quail MISC-DIC/ziranma.cin
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/format.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/frame.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/fringe.el
make[4]: Leaving directory '/h/emacs-dev/emacs-30/admin/grammars'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv -f batch-miscdic-convert -dir ./../lisp/leim/quail MISC-DIC/CTLau.html
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv -f batch-miscdic-convert -dir ./../lisp/leim/quail MISC-DIC/CTLau-b5.html
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l titdic-cnv -f pinyin-convert MISC-DIC/pinyin.map ../lisp/language/pinyin.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/help.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/image.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/indent.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/charscript.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/emoji-zwj.el
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs.exe"
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/unidata'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -f batch-byte-compile uvs.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -f batch-byte-compile unidata-gen.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/cp51932.el
rm -f ../lisp/leim/leim-list.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp -l international/quail \
  --eval "(update-leim-list-file (unmsys--file-name \"./../lisp/leim\"))"
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' \
  < UnicodeData.txt > unidata.txt
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -l emoji.el -f emoji--generate-file ../../lisp/international/emoji-labels.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/eucjp-ms.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . \
	-l unidata-gen.el -f unidata-gen-scripts ../../lisp/international/uni-scripts.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/fontset.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . \
	-l unidata-gen.el -f unidata-gen-confusable ../../lisp/international/uni-confusable.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . \
	-l unidata-gen.el -f unidata-gen-idna-mapping ../../lisp/international/idna-mapping.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/iso-transl.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/mule-cmds.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/mule-conf.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-bidi.el ] || chmod +w ../../lisp/international/uni-bidi.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/mule-util.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-bidi.el .
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-brackets.el ] || chmod +w ../../lisp/international/uni-brackets.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-brackets.el .
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/mule.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/isearch.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-category.el ] || chmod +w ../../lisp/international/uni-category.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-category.el .
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/jit-lock.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-combining.el ] || chmod +w ../../lisp/international/uni-combining.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-combining.el .
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-comment.el ] || chmod +w ../../lisp/international/uni-comment.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-comment.el .
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/jka-cmpr-hook.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-decimal.el ] || chmod +w ../../lisp/international/uni-decimal.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-decimal.el .
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/keymap.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/burmese.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/cham.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-decomposition.el ] || chmod +w ../../lisp/international/uni-decomposition.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-decomposition.el .
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-digit.el ] || chmod +w ../../lisp/international/uni-digit.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-digit.el .
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/chinese.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-lowercase.el ] || chmod +w ../../lisp/international/uni-lowercase.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-lowercase.el .
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/cyrillic.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/czech.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-mirrored.el ] || chmod +w ../../lisp/international/uni-mirrored.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-name.el ] || chmod +w ../../lisp/international/uni-name.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-mirrored.el .
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-name.el .
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/english.el
[ ! -f ../../lisp/international/uni-numeric.el ] || chmod +w ../../lisp/international/uni-numeric.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-numeric.el .
sed -n -e '/^[^;]/p' -e 's/^;\(;*\)inc /;\1 /p' < leim-ext.el >> ../lisp/leim/leim-list.el
make[4]: Leaving directory '/h/emacs-dev/emacs-30/leim'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-old-name.el ] || chmod +w ../../lisp/international/uni-old-name.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp \
            -l ./emacs-lisp/loaddefs-gen.elc \
    -f loaddefs-generate--emacs-batch . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./image ./international ./language ./leim ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./use-package ./vc
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-old-name.el .
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/ethiopic.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-special-lowercase.el ] || chmod +w ../../lisp/international/uni-special-lowercase.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-special-lowercase.el .
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/european.el
  INFO     Scraping files for loaddefs... 
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/georgian.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-special-titlecase.el ] || chmod +w ../../lisp/international/uni-special-titlecase.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-special-titlecase.el .
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/greek.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-special-uppercase.el ] || chmod +w ../../lisp/international/uni-special-uppercase.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-special-uppercase.el .
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/hebrew.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-titlecase.el ] || chmod +w ../../lisp/international/uni-titlecase.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-titlecase.el .
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/indian.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/uni-uppercase.el ] || chmod +w ../../lisp/international/uni-uppercase.el
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-file ../../lisp/international/uni-uppercase.el .
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/indonesian.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/japanese.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/khmer.el
  INFO     Scraping files for loaddefs...10% 
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/korean.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/lao.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/misc-lang.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/philippine.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
[ ! -f ../../lisp/international/charprop.el ] || chmod +w ../../lisp/international/charprop.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/romanian.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -L . -l unidata-gen \
  -f unidata-gen-charprop ../../lisp/international/charprop.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/sinhala.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/slovak.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/unidata'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/tai-viet.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
  INFO     Scraping files for loaddefs...20% 
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/thai.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/tibetan.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/utf-8-lang.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/ls-lisp.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/language/vietnamese.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/menu-bar.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
  INFO     Scraping files for loaddefs...30% 
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/minibuffer.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/mouse.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/mwheel.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/newcomment.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/obarray.el
  INFO     Scraping files for loaddefs...40% 
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/paren.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/pgtk-dnd.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/progmodes/elisp-mode.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/progmodes/prog-mode.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/register.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/replace.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/rfn-eshadow.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/scroll-bar.el
  INFO     Scraping files for loaddefs...50% 
  INFO     Scraping files for loaddefs...60% 
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
  INFO     Scraping files for loaddefs...70% 
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/select.el
  INFO     Scraping files for loaddefs...80% 
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/simple.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/startup.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/subr.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/tab-bar.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
  INFO     Scraping files for loaddefs...90% 
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/term/common-win.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/term/haiku-win.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/term/internal.el
  INFO     Scraping files for loaddefs...100% 
  INFO     Scraping files for loaddefs...done
  GEN      textmodes/reftex-loaddefs.el
  GEN      textmodes/texinfo-loaddefs.el
  GEN      org/org-loaddefs.el
  GEN      net/tramp-loaddefs.el
  GEN      mh-e/mh-loaddefs.el
  GEN      eshell/esh-groups.el
  GEN      erc/erc-loaddefs.el
  GEN      emacs-lisp/cl-loaddefs.el
  GEN      cedet/srecode/loaddefs.el
  GEN      cedet/semantic/loaddefs.el
  GEN      cedet/ede/loaddefs.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
  GEN      calendar/diary-loaddefs.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
  GEN      calendar/holiday-loaddefs.el
  GEN      calendar/cal-loaddefs.el
  GEN      calc/calc-loaddefs.el
  GEN      ps-print-loaddefs.el
  GEN      ibuffer-loaddefs.el
  GEN      dired-loaddefs.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/term/ns-win.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/term/pc-win.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
  GEN      loaddefs.el
  INFO     Scraping files for loaddefs... 
  INFO     Scraping files for loaddefs...50% 
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
  INFO     Scraping files for loaddefs...66% 
  INFO     Scraping files for loaddefs...done
  GEN      ../../lisp/theme-loaddefs.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/term/pgtk-win.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/term/tty-colors.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/term/w32-win.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/term/x-win.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/textmodes/fill.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/textmodes/page.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/textmodes/paragraphs.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/tool-bar.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/textmodes/text-mode.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/tooltip.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/uniquify.el
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/vc/ediff-hook.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/vc/vc-hooks.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/version.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/w32-fns.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/w32-vars.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/widget.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/window.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/x-dnd.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/characters.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/international/ucs-normalize.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/bootstrap-emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
	-l comp -f byte-compile-refresh-preloaded \
	-f batch-byte+native-compile ../lisp/loaddefs.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
rm -f emacs.exe && cp -f temacs.exe emacs.exe
LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump \
	--bin-dest /mingw64/bin/ --eln-dest /mingw64/lib/emacs/29.1.50/
Loading loadup.el (source)...
Dump mode: pdump
Using load-path (h:/emacs-dev/emacs-30/lisp)
Loading emacs-lisp/debug-early (native compiled elisp)...
Loading emacs-lisp/byte-run (native compiled elisp)...
Loading emacs-lisp/backquote (native compiled elisp)...
Loading subr (native compiled elisp)...
Loading keymap (native compiled elisp)...
Loading version (native compiled elisp)...
Loading widget (native compiled elisp)...
Loading custom (native compiled elisp)...
Loading emacs-lisp/map-ynp (native compiled elisp)...
Loading international/mule (native compiled elisp)...
Loading international/mule-conf (native compiled elisp)...
Loading env (native compiled elisp)...
Loading format (native compiled elisp)...
Loading bindings (native compiled elisp)...
Loading window (native compiled elisp)...
Loading files (native compiled elisp)...
Loading emacs-lisp/macroexp (native compiled elisp)...
Loading cus-face (native compiled elisp)...
Loading faces (native compiled elisp)...
Loading loaddefs...
Loading theme-loaddefs.el (source)...
Loading button (native compiled elisp)...
Loading emacs-lisp/cl-preloaded (native compiled elisp)...
Loading emacs-lisp/oclosure (native compiled elisp)...
Loading obarray (native compiled elisp)...
Loading abbrev (native compiled elisp)...
Loading help (native compiled elisp)...
Loading jka-cmpr-hook (native compiled elisp)...
Loading epa-hook (native compiled elisp)...
Loading international/mule-cmds (native compiled elisp)...
Loading case-table (native compiled elisp)...
Loading international/charprop.el (source)...
Loading international/characters (native compiled elisp)...
Loading international/charscript (native compiled elisp)...
Loading international/emoji-zwj (native compiled elisp)...
Loading composite (native compiled elisp)...
Loading language/chinese (native compiled elisp)...
Loading language/cyrillic (native compiled elisp)...
Loading language/indian (native compiled elisp)...
Loading language/sinhala (native compiled elisp)...
Loading language/english (native compiled elisp)...
Loading language/ethiopic (native compiled elisp)...
Loading language/european (native compiled elisp)...
Loading language/czech (native compiled elisp)...
Loading language/slovak (native compiled elisp)...
Loading language/romanian (native compiled elisp)...
Loading language/greek (native compiled elisp)...
Loading language/hebrew (native compiled elisp)...
Loading international/cp51932 (native compiled elisp)...
Loading international/eucjp-ms (native compiled elisp)...
Loading language/japanese (native compiled elisp)...
Loading language/korean (native compiled elisp)...
Loading language/lao (native compiled elisp)...
Loading language/tai-viet (native compiled elisp)...
Loading language/thai (native compiled elisp)...
Loading language/tibetan (native compiled elisp)...
Loading language/vietnamese (native compiled elisp)...
Loading language/misc-lang (native compiled elisp)...
Loading language/utf-8-lang (native compiled elisp)...
Loading language/georgian (native compiled elisp)...
Loading language/khmer (native compiled elisp)...
Loading language/burmese (native compiled elisp)...
Loading language/cham (native compiled elisp)...
Loading language/philippine (native compiled elisp)...
Loading language/indonesian (native compiled elisp)...
Loading indent (native compiled elisp)...
Loading emacs-lisp/cl-generic (native compiled elisp)...
Loading simple (native compiled elisp)...
Loading emacs-lisp/seq (native compiled elisp)...
Loading emacs-lisp/nadvice (native compiled elisp)...
Loading minibuffer (native compiled elisp)...
Loading frame (native compiled elisp)...
Loading startup (native compiled elisp)...
Loading term/tty-colors (native compiled elisp)...
Loading font-core (native compiled elisp)...
Loading emacs-lisp/syntax (native compiled elisp)...
Loading font-lock (native compiled elisp)...
Loading jit-lock (native compiled elisp)...
Loading mouse (native compiled elisp)...
Loading scroll-bar (native compiled elisp)...
Loading select (native compiled elisp)...
Loading emacs-lisp/timer (native compiled elisp)...
Loading emacs-lisp/easymenu (native compiled elisp)...
Loading isearch (native compiled elisp)...
Loading rfn-eshadow (native compiled elisp)...
Loading menu-bar (native compiled elisp)...
Loading tab-bar (native compiled elisp)...
Loading emacs-lisp/lisp (native compiled elisp)...
Loading textmodes/page (native compiled elisp)...
Loading register (native compiled elisp)...
Loading textmodes/paragraphs (native compiled elisp)...
Loading progmodes/prog-mode (native compiled elisp)...
Loading emacs-lisp/lisp-mode (native compiled elisp)...
Loading textmodes/text-mode (native compiled elisp)...
Loading textmodes/fill (native compiled elisp)...
Loading newcomment (native compiled elisp)...
Loading replace (native compiled elisp)...
Loading emacs-lisp/tabulated-list (native compiled elisp)...
Loading buff-menu (native compiled elisp)...
Loading fringe (native compiled elisp)...
Loading emacs-lisp/regexp-opt (native compiled elisp)...
Loading image (native compiled elisp)...
Loading international/fontset (native compiled elisp)...
Loading dnd (native compiled elisp)...
Loading tool-bar (native compiled elisp)...
Loading term/common-win (native compiled elisp)...
Loading w32-vars (native compiled elisp)...
Loading term/w32-win (native compiled elisp)...
Loading disp-table (native compiled elisp)...
Loading w32-fns (native compiled elisp)...
Loading ls-lisp (native compiled elisp)...
Loading dos-w32 (native compiled elisp)...
Loading mwheel (native compiled elisp)...
Loading progmodes/elisp-mode (native compiled elisp)...
Loading emacs-lisp/float-sup (native compiled elisp)...
Loading vc/vc-hooks (native compiled elisp)...
Loading vc/ediff-hook (native compiled elisp)...
Loading uniquify (native compiled elisp)...
Loading electric (native compiled elisp)...
Loading paren (native compiled elisp)...
Loading emacs-lisp/shorthands (native compiled elisp)...
Loading emacs-lisp/eldoc (native compiled elisp)...
Loading emacs-lisp/cconv (native compiled elisp)...
Loading cus-start (native compiled elisp)...
Loading tooltip (native compiled elisp)...
Loading international/iso-transl (native compiled elisp)...
Loading leim/leim-list.el (source)...
Loading emacs-lisp/rmc (native compiled elisp)...
Waiting for git...
Waiting for git...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Pure-hashed: 15889 strings, 1832 vectors, 49258 conses, 1139 bytecodes, 361 others
Dumping under the name emacs.pdmp
Dumping fingerprint: 193594e10fd0beb97d451b90cb1904450a46de31340d702728cc743d26cccbdb
Dump complete
Byte counts: header=100 hot=9870348 discardable=205672 cold=5877648
Reloc counts: hot=567201 discardable=5583
Adding name emacs-29.1.50.1.exe
Adding name emacs-29.1.50.1.pdmp
cp -f emacs.pdmp bootstrap-emacs.pdmp 
make[2]: Leaving directory '/h/emacs-dev/emacs-30/src'
make -C lisp all
make[2]: Entering directory '/h/emacs-dev/emacs-30/lisp'
make -C ../leim all EMACS="../src/emacs.exe"
make -C ../admin/grammars all EMACS="../../src/emacs.exe"
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/grammars'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/grammars'
make[3]: Entering directory '/h/emacs-dev/emacs-30/leim'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/h/emacs-dev/emacs-30/leim'
'../src/emacs.exe' -batch --no-site-file --no-site-lisp -l cus-dep \
  --eval '(setq generated-custom-dependencies-file (unmsys--file-name "./cus-load.el"))' \
  -f custom-make-dependencies . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./image ./international ./language ./leim ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./use-package ./vc
'../src/emacs.exe' -batch --no-site-file --no-site-lisp -l finder \
  --eval '(setq generated-finder-keywords-file (unmsys--file-name "./finder-inf.el"))' \
  -f finder-compile-keywords-make-dist . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./image ./international ./language ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./use-package ./vc
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/eieio.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/eieio-base.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/ja-dic-cnv.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-texinfo.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-macro.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-element.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/oc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/cl-lib.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp \
            -l ./emacs-lisp/loaddefs-gen.elc \
    -f loaddefs-generate--emacs-batch . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./image ./international ./language ./leim ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./use-package ./vc
  INFO     Scanning files for custom... 
  INFO     Scraping files for loaddefs... 
  INFO     Scraping files for loaddefs...done
  INFO     Scraping files for loaddefs... 
  INFO     Scraping files for loaddefs...done
  INFO     Scanning files for custom...10% 
  INFO     Scanning files for custom...20% 
  INFO     Scanning files for finder... 
  INFO     Scanning files for finder...6% 
  INFO     Scanning files for finder...11% 
  INFO     Scanning files for finder...16% 
  INFO     Scanning files for finder...22% 
  INFO     Scanning files for finder...30% 
  INFO     Scanning files for finder...36% 
  INFO     Scanning files for finder...42% 
  INFO     Scanning files for custom...30% 
  INFO     Scanning files for finder...49% 
  INFO     Scanning files for finder...54% 
  INFO     Scanning files for finder...57% 
  INFO     Scanning files for finder...61% 
  INFO     Scanning files for finder...67% 
  INFO     Scanning files for finder...68% 
  INFO     Scanning files for finder...71% 
  INFO     Scanning files for custom...40% 
  INFO     Scanning files for finder...79% 
  INFO     Scanning files for finder...84% 
  INFO     Scanning files for finder...88% 
  INFO     Scanning files for finder...92% 
  INFO     Scanning files for finder...99% 
  INFO     Scanning files for finder...done
  INFO     Scanning files for custom...50% 
  INFO     Scanning files for custom...60% 
  INFO     Scanning files for custom...70% 
  INFO     Scanning files for custom...80% 
  INFO     Scanning files for custom...90% 
  INFO     Scanning files for custom...100% 
  INFO     Scanning files for custom...done
  INFO     Generating ./cus-load.el...
  INFO     Generating ./cus-load.el...done
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make -C ../leim generate-ja-dic EMACS="../src/emacs.exe"
make -C ../doc/misc org.texi modus-themes.texi
make[3]: Entering directory '/h/emacs-dev/emacs-30/doc/misc'
cd "." && "/h/emacs-dev/emacs-30/src/emacs" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l ox-texinfo --eval '(setq gc-cons-threshold 50000000)' -f org-texinfo-export-to-texinfo-batch org.org org.texi
cd "." && "/h/emacs-dev/emacs-30/src/emacs" -batch --no-site-file --no-site-lisp --eval '(setq load-prefer-newer t)' -l ox-texinfo --eval '(setq gc-cons-threshold 50000000)' -f org-texinfo-export-to-texinfo-batch modus-themes.org modus-themes.texi
make[3]: Entering directory '/h/emacs-dev/emacs-30/leim'
/usr/bin/mkdir -p ../lisp/leim/ja-dic
'../src/emacs.exe' -batch --no-site-file --no-site-lisp -batch -l ja-dic-cnv \
  -f batch-skkdic-convert -dir "./../lisp/leim/ja-dic" --no-reduction "SKK-DIC/SKK-JISYO.L"
  INFO     Processing OKURI-ARI entries
  INFO     Processing POSTFIX entries
  INFO     Processing PREFIX entries
  INFO     Collecting OKURI-NASI entries
  INFO     Collecting OKURI-NASI entries... 
  INFO     Collecting OKURI-NASI entries...30% 
  INFO     Collecting OKURI-NASI entries...40% 
  INFO     Collecting OKURI-NASI entries...50% 
  INFO     Collecting OKURI-NASI entries...60% 
  INFO     Collecting OKURI-NASI entries...70% 
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile align.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile allout-widgets.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile allout.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ansi-color.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ansi-osc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile apropos.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile arc-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile array.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile auth-source-pass.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile auth-source.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile autoinsert.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile autorevert.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile avoid.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile battery.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile bookmark.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile bs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calculator.el
  INFO     Collecting OKURI-NASI entries...80% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cdl.el
  INFO     Collecting OKURI-NASI entries...90% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile char-fold.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile chistory.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cmuscheme.el
  INFO     Collecting OKURI-NASI entries...done
  INFO     Processing OKURI-NASI entries
  INFO     Processing OKURI-NASI entries... 
  INFO     Processing OKURI-NASI entries...10% 
  INFO     Processing OKURI-NASI entries...20% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile color.el
  INFO     Processing OKURI-NASI entries...30% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile comint.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile completion.el
  INFO     Processing OKURI-NASI entries...40% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cus-dep.el
  INFO     Processing OKURI-NASI entries...50% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cus-edit.el
  INFO     Processing OKURI-NASI entries...60% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cus-theme.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile dabbrev.el
  INFO     Processing OKURI-NASI entries...70% 
  INFO     Processing OKURI-NASI entries...80% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile delim-col.el
  INFO     Processing OKURI-NASI entries...90% 
  INFO     Processing OKURI-NASI entries...100% 
  INFO     Processing OKURI-NASI entries...done
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile delsel.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile descr-text.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/leim'
make compile-targets TARGETS="./leim/ja-dic/ja-dic.elc"
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/ja-dic/ja-dic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile desktop.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile dframe.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile dired-aux.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile dired-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile dired-x.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile dired.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile dirtrack.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile display-fill-column-indicator.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile display-line-numbers.el
  INFO     Extracting OKURI-NASI entries... 
  INFO     Extracting OKURI-NASI entries...2% 
  INFO     Extracting OKURI-NASI entries...4% 
  INFO     Extracting OKURI-NASI entries...5% 
  INFO     Extracting OKURI-NASI entries...7% 
  INFO     Extracting OKURI-NASI entries...8% 
  INFO     Extracting OKURI-NASI entries...10% 
  INFO     Extracting OKURI-NASI entries...12% 
  INFO     Extracting OKURI-NASI entries...13% 
  INFO     Extracting OKURI-NASI entries...15% 
  INFO     Extracting OKURI-NASI entries...16% 
  INFO     Extracting OKURI-NASI entries...18% 
  INFO     Extracting OKURI-NASI entries...20% 
  INFO     Extracting OKURI-NASI entries...21% 
  INFO     Extracting OKURI-NASI entries...23% 
  INFO     Extracting OKURI-NASI entries...25% 
  INFO     Extracting OKURI-NASI entries...26% 
  INFO     Extracting OKURI-NASI entries...27% 
  INFO     Extracting OKURI-NASI entries...29% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile doc-view.el
  INFO     Extracting OKURI-NASI entries...30% 
  INFO     Extracting OKURI-NASI entries...32% 
  INFO     Extracting OKURI-NASI entries...33% 
  INFO     Extracting OKURI-NASI entries...35% 
  INFO     Extracting OKURI-NASI entries...36% 
  INFO     Extracting OKURI-NASI entries...38% 
  INFO     Extracting OKURI-NASI entries...39% 
  INFO     Extracting OKURI-NASI entries...41% 
  INFO     Extracting OKURI-NASI entries...43% 
  INFO     Extracting OKURI-NASI entries...44% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile dom.el
  INFO     Extracting OKURI-NASI entries...45% 
  INFO     Extracting OKURI-NASI entries...46% 
  INFO     Extracting OKURI-NASI entries...47% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile double.el
  INFO     Extracting OKURI-NASI entries...48% 
  INFO     Extracting OKURI-NASI entries...49% 
  INFO     Extracting OKURI-NASI entries...50% 
  INFO     Extracting OKURI-NASI entries...51% 
  INFO     Extracting OKURI-NASI entries...52% 
  INFO     Extracting OKURI-NASI entries...53% 
  INFO     Extracting OKURI-NASI entries...54% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ebuff-menu.el
  INFO     Extracting OKURI-NASI entries...55% 
  INFO     Extracting OKURI-NASI entries...56% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile echistory.el
  INFO     Extracting OKURI-NASI entries...58% 
  INFO     Extracting OKURI-NASI entries...59% 
  INFO     Extracting OKURI-NASI entries...61% 
  INFO     Extracting OKURI-NASI entries...62% 
  INFO     Extracting OKURI-NASI entries...63% 
  INFO     Extracting OKURI-NASI entries...65% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ecomplete.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile edmacro.el
  INFO     Extracting OKURI-NASI entries...66% 
  INFO     Extracting OKURI-NASI entries...68% 
  INFO     Extracting OKURI-NASI entries...69% 
  INFO     Extracting OKURI-NASI entries...71% 
  INFO     Extracting OKURI-NASI entries...73% 
  INFO     Extracting OKURI-NASI entries...74% 
  INFO     Extracting OKURI-NASI entries...76% 
  INFO     Extracting OKURI-NASI entries...77% 
  INFO     Extracting OKURI-NASI entries...79% 
  INFO     Extracting OKURI-NASI entries...80% 
  INFO     Extracting OKURI-NASI entries...82% 
  INFO     Extracting OKURI-NASI entries...83% 
  INFO     Extracting OKURI-NASI entries...85% 
  INFO     Extracting OKURI-NASI entries...87% 
  INFO     Extracting OKURI-NASI entries...88% 
  INFO     Extracting OKURI-NASI entries...90% 
  INFO     Extracting OKURI-NASI entries...91% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ehelp.el
  INFO     Extracting OKURI-NASI entries...93% 
  INFO     Extracting OKURI-NASI entries...94% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile elec-pair.el
  INFO     Extracting OKURI-NASI entries...96% 
  INFO     Extracting OKURI-NASI entries...98% 
  INFO     Extracting OKURI-NASI entries...99% 
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile elide-head.el
  INFO     Extracting OKURI-NASI entries...100% 
  INFO     Extracting OKURI-NASI entries...done
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lock.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile epa-dired.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile epa-file.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile epa-ks.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile epa-mail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile epa.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile epg-config.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile epg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile expand.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile external-completion.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ezimage.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile face-remap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile facemenu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ffap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile filecache.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile fileloop.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile filenotify.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/doc/misc'
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile files-x.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile filesets.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile find-cmd.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile find-dired.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile find-file.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile find-lisp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile finder.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile flow-ctrl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile foldout.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile follow.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile format-spec.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile forms.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile frameset.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile generic-x.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile help-at-pt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile help-fns.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile help-macro.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile help-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile hex-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile hexl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile hfy-cmap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile hi-lock.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile hilit-chg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile hippie-exp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile hl-line.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile htmlfontify.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ibuf-ext.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ibuf-macs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ibuffer-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ibuffer.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile icomplete.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ido.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ielm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile iimage.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image-file.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile imenu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile info-look.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile info-xref.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile info.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile informat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile isearchb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile jka-compr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile json.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile jsonrpc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile kermit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile kmacro.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile loadhist.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile locate.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile lpr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile macros.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile man.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile master.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mb-depth.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile md4.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile midnight.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile minibuf-eldef.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile misc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile misearch.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mouse-copy.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mouse-drag.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mpc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile msb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile notifications.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile novice.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile outline.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile password-cache.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile pcmpl-cvs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile pcmpl-git.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile pcmpl-gnu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile pcmpl-linux.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile pcmpl-rpm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile pcmpl-unix.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile pcmpl-x.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile pcomplete.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile pixel-scroll.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile plstore.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile printing.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile proced.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile profiler.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ps-bdf.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ps-mule.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ps-print-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ps-print.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ps-samp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile recentf.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile rect.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile registry.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile repeat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile reposition.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile reveal.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile rot13.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile rtree.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ruler-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile savehist.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile saveplace.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile scroll-all.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile scroll-lock.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile server.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile ses.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile shadowfile.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile shell.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile skeleton.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile so-long.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile sort.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile soundex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile speedbar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile sqlite-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile sqlite.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile strokes.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile svg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile t-mouse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile tab-line.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile tabify.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile talk.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile tar-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile tempo.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile thingatpt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile thread.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile time-stamp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile time.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile timezone.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile tmm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile transient.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile tree-widget.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile treesit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile tutorial.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile type-break.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile userlock.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vcursor.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile view.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile wdired.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile whitespace.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile wid-browse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile wid-edit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile windmove.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile winner.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile woman.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile xdg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile xml.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile xt-mouse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile xwidget.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile yank-media.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-aent.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-alg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-arith.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-bin.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-comb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-cplx.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-embed.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-ext.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-fin.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-forms.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-frac.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-funcs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-graph.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-help.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-incom.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-keypd.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-lang.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-macs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-map.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-math.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-menu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-misc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-mtx.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-nlfit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-poly.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-prog.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-rewr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-rules.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-sel.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-stat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-store.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-stuff.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-trail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-undo.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-units.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-vec.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc-yank.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calcalg2.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calcalg3.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calccomp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calc/calcsel2.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/appt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-bahai.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-china.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-coptic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-dst.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-french.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-hebrew.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-html.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-islam.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-iso.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-julian.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-mayan.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-menu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-move.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-persia.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-tex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/cal-x.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/calendar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/diary-lib.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/diary-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/holiday-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/holidays.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/icalendar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/iso8601.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/lunar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/parse-time.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/solar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/time-date.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/timeclock.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile calendar/todo-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/cedet-cscope.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/cedet-files.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/cedet-global.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/cedet-idutils.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/cedet.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/data-debug.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/mode-local.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/pulse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/auto.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/autoconf-edit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/base.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/config.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/cpp-root.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/custom.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/detect.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/dired.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/emacs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/files.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/generic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/linux.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/locate.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/make.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/makefile-edit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/pconf.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/pmake.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj-archive.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj-aux.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj-comp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj-elisp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj-info.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj-misc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj-obj.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj-prog.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj-scheme.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj-shared.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/proj.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/project-am.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/shell.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/simple.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/source.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/speedbar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/srecode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/system.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/ede/util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/analyze.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/chart.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/complete.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/ctxt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db-debug.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db-ebrowse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db-el.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db-file.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db-find.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db-global.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db-javascript.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db-ref.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/db-typecache.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/debug.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/decorate.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/dep.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/doc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/ede-grammar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/edit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/find.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/format.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/fw.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/grammar-wy.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/grammar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/grm-wy-boot.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/html.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/ia-sb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/ia.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/idle.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/imenu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/java.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/lex-spp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/lex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/mru-bookmark.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/sb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/scope.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/senator.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/sort.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/symref.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/tag-file.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/tag-ls.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/tag-write.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/tag.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/texi.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/util-modes.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/wisent.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/analyze/complete.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/analyze/debug.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/analyze/fcn.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/analyze/refs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine/c-by.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine/c.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine/debug.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine/el.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine/gcc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine/grammar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine/make-by.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine/make.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine/scm-by.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/bovine/scm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/decorate/include.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/decorate/mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/symref/cscope.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/symref/filter.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/symref/global.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/symref/grep.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/symref/idutils.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/symref/list.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/wisent/comp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/wisent/grammar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/wisent/java-tags.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/wisent/javascript.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/wisent/javat-wy.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/wisent/js-wy.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/wisent/python-wy.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/wisent/python.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/semantic/wisent/wisent.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/args.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/compile.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/cpp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/ctxt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/dictionary.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/document.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/el.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/expandproto.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/extract.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/fields.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/filters.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/find.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/getset.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/insert.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/java.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/map.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/semantic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/srt-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/srt-wy.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/srt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/table.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/template.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile cedet/srecode/texi.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/advice.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/avl-tree.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/backtrace.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/benchmark.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/bindat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/chart.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/check-declare.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/checkdoc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/cl-extra.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/cl-indent.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/cl-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/cl-macs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/cl-print.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/cl-seq.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/copyright.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/crm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/cursor-sensor.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/debug.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/derived.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/disass.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/easy-mmode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/edebug.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/eieio-core.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/eieio-custom.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/eieio-datadebug.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/eieio-opt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/eieio-speedbar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/elint.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/elp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/ert-x.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/ert.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/ewoc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/faceup.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/find-func.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/generate-lisp-file.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/generator.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/generic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/gv.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/helper.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/hierarchy.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/icons.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/inline.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/let-alist.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/lisp-mnt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/map.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/memory-report.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/multisession.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/package-vc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/package-x.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/package.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/pcase.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/pp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/range.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/re-builder.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/regi.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/ring.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/rx.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/shadow.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/shortdoc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/smie.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/subr-x.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/tcover-ses.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/testcover.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/text-property-search.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/thunk.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/timer-list.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/tq.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/trace.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/unsafep.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/vtable.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emacs-lisp/warnings.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/cua-base.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/cua-gmrk.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/cua-rect.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/edt-lk201.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/edt-mapper.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/edt-pc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/edt-vt100.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/edt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/keypad.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/viper-cmd.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/viper-ex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/viper-init.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/viper-keym.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/viper-macs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/viper-mous.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/viper-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile emulation/viper.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-autoaway.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-backend.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-button.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-capab.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-common.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-compat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-dcc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-desktop-notifications.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-ezbounce.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-fill.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-goodies.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-ibuffer.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-identd.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-imenu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-join.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-lang.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-list.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-log.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-match.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-menu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-netsplit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-networks.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-notify.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-page.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-pcomplete.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-replace.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-ring.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-sasl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-services.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-sound.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-speedbar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-spelling.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-stamp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-status-sidebar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-track.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-truncate.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc-xdcc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile erc/erc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-alias.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-banner.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-basic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-cmpl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-dirs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-elecslash.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-extpipe.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-glob.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-hist.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-ls.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-pred.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-prompt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-rebind.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-script.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-smart.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-term.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-tramp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-unix.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/em-xtra.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-arg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-cmd.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-ext.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-groups.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-io.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-module.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-opt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-proc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/esh-var.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile eshell/eshell.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/canlock.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/deuglify.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gmm-utils.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-agent.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-art.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-async.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-bcklg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-bookmark.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-cache.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-cite.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-cloud.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-cus.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-dbus.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-delay.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-demon.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-diary.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-dired.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-draft.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-dup.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-eform.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-fun.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-gravatar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-group.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-html.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-icalendar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-int.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-kill.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-logic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-mh.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-ml.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-mlspl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-msg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-notifications.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-picon.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-range.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-registry.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-rfc1843.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-rmail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-salt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-score.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-search.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-sieve.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-spec.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-srvr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-start.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-sum.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-topic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-undo.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-uu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-vm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus-win.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gnus.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/gssapi.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/legacy-gnus-agent.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mail-source.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/message.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mm-archive.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mm-bodies.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mm-decode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mm-encode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mm-extern.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mm-partial.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mm-url.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mm-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mm-uu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mm-view.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mml-sec.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mml-smime.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mml.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mml1991.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/mml2015.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnagent.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnbabyl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nndiary.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nndir.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nndoc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nndraft.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nneething.el

In end of data:
mml1991.el:140:16: Warning: the function `mm-disable-multibyte' might not be defined at runtime.
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnfolder.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nngateway.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnheader.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnimap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnmail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnmaildir.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnmairix.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnmbox.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnmh.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnml.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnnil.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnoo.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnregistry.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnrss.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnselect.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnspool.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nntp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnvirtual.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/nnweb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/score-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/smiley.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/smime.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/spam-report.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/spam-stat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/spam-wash.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile gnus/spam.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/compface.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/exif.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/gravatar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/image-converter.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/image-crop.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/image-dired-dired.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/image-dired-external.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/image-dired-tags.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/image-dired-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/image-dired.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile image/wallpaper.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/ccl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/emoji.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/isearch-x.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/iso-ascii.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/iso-cvt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/ja-dic-utl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/kinsoku.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/kkc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/latexenc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/latin1-disp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/mule-diag.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/ogonek.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/quail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/rfc1843.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/robin.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/textsec-check.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/textsec.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/utf-7.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile international/utf7.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/china-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/cyril-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/ethio-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/hanja-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/ind-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/japan-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/korea-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/lao-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/pinyin.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/thai-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/thai-word.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/tibet-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/tv-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile language/viet-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/4Corner.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/ARRAY30.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/CCDOSPY.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/CTLau-b5.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/CTLau.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/ECDICT.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/ETZY.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/PY-b5.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/PY.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/Punct-b5.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/Punct.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/QJ-b5.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/QJ.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/SW.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/TONEPY.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/ZIRANMA.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/ZOZY.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/arabic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/cham.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/compose.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/croatian.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/cyril-jis.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/cyrillic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/czech.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/emoji.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/ethiopic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/georgian.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/greek.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/hangul.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/hanja-jis.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/hanja.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/hanja3.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/hebrew.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/indian.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/indonesian.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/ipa-praat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/ipa.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/japanese.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/lao.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/latin-alt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/latin-ltx.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/latin-post.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/latin-pre.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/lrt.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/misc-lang.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/persian.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/philippine.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/programmer-dvorak.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/py-punct.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/pypunct-b5.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/quick-b5.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/quick-cns.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/rfc1345.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/sami.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/sgml-input.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/sisheng.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/slovak.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/symbol-ksc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/tamil-dvorak.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/thai.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/tibetan.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/tsang-b5.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/tsang-cns.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/uni-input.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/viqr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/vntelex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/vnvni.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile leim/quail/welsh.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/binhex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/emacsbug.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/feedmail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/flow-fill.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/footnote.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/hashcash.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/ietf-drums-date.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/ietf-drums.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/mail-extr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/mail-hist.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/mail-parse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/mail-prsvr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/mail-utils.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/mailabbrev.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/mailalias.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/mailclient.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/mailheader.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/mspools.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/qp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/reporter.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rfc2045.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rfc2047.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rfc2231.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rfc6068.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rfc822.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rmail-spam-filter.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rmail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rmailedit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rmailkwd.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rmailmm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rmailmsc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rmailout.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rmailsort.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/rmailsum.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/sendmail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/smtpmail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/supercite.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/undigest.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/unrmail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/uudecode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mail/yenc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-acros.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-alias.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-buffers.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-comp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-e.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-folder.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-funcs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-gnus.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-identity.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-inc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-junk.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-letter.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-limit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-mime.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-print.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-scan.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-search.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-seq.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-show.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-speed.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-thread.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-tool-bar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-utils.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile mh-e/mh-xface.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/ange-ftp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/browse-url.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/dbus.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/dictionary-connection.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/dictionary.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/dig.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/dns.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudc-bob.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudc-capf.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudc-export.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudc-hotlist.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudc-vars.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudcb-bbdb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudcb-ecomplete.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudcb-ldap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudcb-mab.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudcb-macos-contacts.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eudcb-mailabbrev.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/eww.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/gnutls.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/goto-addr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/hmac-def.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/hmac-md5.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/imap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/ldap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/mailcap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/mairix.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/net-utils.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/network-stream.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/newst-backend.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/newst-plainview.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/newst-reader.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/newst-ticker.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/newst-treeview.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/newsticker.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/nsm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/ntlm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/pop3.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/puny.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/rcirc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/rfc2104.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/sasl-cram.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/sasl-digest.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/sasl-ntlm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/sasl-scram-rfc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/sasl-scram-sha256.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/sasl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/secrets.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/shr-color.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/shr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/sieve-manage.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/sieve-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/sieve.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/snmp-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/soap-client.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/soap-inspect.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/socks.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/telnet.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-adb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-archive.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-cache.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-cmds.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-compat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-container.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-crypt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-ftp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-fuse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-gvfs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-integration.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-rclone.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-sh.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-smb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-sshfs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-sudoedit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp-uu.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/tramp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/trampver.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/webjump.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile net/zeroconf.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/nxml-enc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/nxml-maint.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/nxml-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/nxml-ns.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/nxml-outln.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/nxml-parse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/nxml-rap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/nxml-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-cmpct.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-dt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-loc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-maint.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-match.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-nxml.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-parse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-pttrn.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-uri.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-valid.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/rng-xsd.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/xmltok.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile nxml/xsd-regexp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/autoarg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/autoload.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/bruce.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/cc-compat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/cl-compat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/cl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/crisp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/eieio-compat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/eudcb-ph.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/gs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/gulp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/html2text.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/info-edit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/inversion.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/iswitchb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/landmark.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/linum.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/longlines.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/makesum.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/mantemp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/meese.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/metamail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/mh-compat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/netrc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/nnir.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/otodo-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/pgg-def.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/pgg-gpg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/pgg-parse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/pgg-pgp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/pgg-pgp5.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/pgg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/ps-def.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/quickurl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/rcompile.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/rfc2368.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/rlogin.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/sb-image.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/starttls.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/sup-mouse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/terminal.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/thumbs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/tls.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/tpu-edt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/tpu-extras.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/tpu-mapper.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/uce.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/url-about.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/url-dired.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/url-ns.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/vc-arch.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/vc-mtn.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/vi.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/vip.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/vt-control.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/vt100-led.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/ws-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile obsolete/yow.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-C.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-R.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-awk.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-calc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-clojure.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-comint.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-core.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-css.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-ditaa.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-dot.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-emacs-lisp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-eshell.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-eval.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-exp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-forth.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-fortran.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-gnuplot.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-groovy.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-haskell.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-java.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-js.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-julia.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-latex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-lilypond.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-lisp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-lob.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-lua.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-makefile.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-matlab.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-maxima.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-ocaml.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-octave.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-org.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-perl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-plantuml.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-processing.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-python.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-ref.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-ruby.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-sass.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-scheme.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-screen.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-sed.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-shell.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-sql.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-sqlite.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-table.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob-tangle.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ob.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/oc-basic.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/oc-biblatex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/oc-bibtex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/oc-csl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/oc-natbib.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-bbdb.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-bibtex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-docview.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-doi.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-eshell.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-eww.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-gnus.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-info.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-irc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-man.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-mhe.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-rmail.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ol-w3m.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-agenda.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-archive.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-attach-git.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-attach.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-capture.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-clock.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-colview.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-compat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-crypt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-ctags.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-cycle.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-datetree.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-duration.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-entities.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-faces.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-feed.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-fold-core.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-fold.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-footnote.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-goto.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-habit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-id.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-indent.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-inlinetask.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-keys.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-lint.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-list.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-macs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-mobile.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-mouse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-num.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-pcomplete.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-persist.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-plot.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-protocol.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-refile.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-src.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-table.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-tempo.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org-timer.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/org.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-ascii.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-beamer.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-html.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-icalendar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-koma-letter.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-latex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-man.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-md.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-odt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-org.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile org/ox-publish.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/5x5.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/animate.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/blackbox.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/bubbles.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/cookie1.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/decipher.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/dissociate.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/doctor.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/dunnet.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/fortune.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/gamegrid.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/gametree.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/gomoku.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/handwrite.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/hanoi.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/life.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/morse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/mpuz.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/pong.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/snake.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/solitaire.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/spook.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/studly.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/tetris.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile play/zone.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/antlr-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/asm-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/autoconf.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/bat-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/bug-reference.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/c-ts-common.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/c-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-bytecomp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-awk.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-guess.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cfengine.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cl-font-lock.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cmacexp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cmake-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/compile.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cperl-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cpp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/csharp-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cwarn.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/dcl-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/dockerfile-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ebnf-abn.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ebnf-bnf.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ebnf-dtd.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ebnf-ebx.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ebnf-iso.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ebnf-otz.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ebnf-yac.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ebnf2ps.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ebrowse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/eglot.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/erts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/etags.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/executable.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/f90.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/flymake-cc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/flymake-proc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/flymake.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/fortran.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/gdb-mi.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/glasses.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/go-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/grep.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/gud.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/hideif.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/hideshow.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/icon.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/idlw-complete-structtag.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/idlw-help.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/idlw-shell.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/idlw-toolbar.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/idlwave.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/inf-lisp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/java-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/json-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-defs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-vars.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-menus.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-langs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-engine.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-align.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-cmds.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-fonts.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-styles.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/cc-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/js.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[3]: Entering directory '/h/emacs-dev/emacs-30/lisp'
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ld-script.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/m4-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/make-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/meta-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/mixal-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/modula2.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/octave.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/opascal.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/pascal.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/perl-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/project.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/prolog.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ps-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/python.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ruby-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/ruby-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/rust-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/scheme.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/sh-script.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/simula.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/sql.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/subword.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/tcl.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/typescript-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/vera-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/verilog-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/vhdl-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/which-func.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/xref.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile progmodes/xscheme.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/AT386.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/bobcat.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/cygwin.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/fbterm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/iris-ansi.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/konsole.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/linux.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/lk201.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/news.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/rxvt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/screen.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/st.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/sun.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/tmux.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/tvi970.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/vt100.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/vt200.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/w32console.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/wyse50.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile term/xterm.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/artist.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/bib-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/bibtex-style.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/bibtex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/conf-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/css-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/dns-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/emacs-authors-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/emacs-news-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/enriched.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/flyspell.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/glyphless-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/ispell.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/less-css-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/makeinfo.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/mhtml-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/nroff-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/page-ext.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/picture.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/pixel-fill.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/po.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/refbib.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/refer.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/refill.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-auc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-cite.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-dcr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-global.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-index.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-parse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-ref.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-sel.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-toc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex-vars.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/reftex.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/remember.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/rst.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/sgml-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/string-edit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/table.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/tex-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/texinfmt.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/texinfo-loaddefs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/texinfo.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/texnfo-upd.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/tildify.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/toml-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/two-column.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/underline.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/word-wrap-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile textmodes/yaml-ts-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-auth.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-cache.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-cid.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-cookie.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-dav.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-domsuf.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-expand.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-file.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-ftp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-future.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-gw.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-handlers.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-history.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-http.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-imap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-irc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-ldap.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-mailto.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-methods.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-misc.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-news.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-nfs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-parse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-privacy.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-proxy.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-queue.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-tramp.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url-vars.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile url/url.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile use-package/bind-key.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile use-package/use-package-bind-key.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile use-package/use-package-core.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile use-package/use-package-delight.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile use-package/use-package-diminish.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile use-package/use-package-ensure-system-package.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile use-package/use-package-ensure.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile use-package/use-package-jump.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile use-package/use-package-lint.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile use-package/use-package.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/add-log.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/compare-w.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/cvs-status.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/diff-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/diff.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/ediff-diff.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/ediff-help.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/ediff-init.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/ediff-merg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/ediff-mult.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/ediff-ptch.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/ediff-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/ediff-vers.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/ediff-wind.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/ediff.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/emerge.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/log-edit.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/log-view.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/pcvs-defs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/pcvs-info.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/pcvs-parse.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/pcvs-util.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/pcvs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/smerge-mode.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-annotate.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-bzr.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-cvs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-dav.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-dir.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-dispatcher.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-filewise.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-git.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-hg.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-rcs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-sccs.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-src.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc-svn.el
'../src/emacs.exe' -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)"  \
-l comp -f batch-byte+native-compile vc/vc.el
make[3]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make[2]: Leaving directory '/h/emacs-dev/emacs-30/lisp'
make -C doc/misc info
make -C src BIN_DESTDIR=''/mingw64/bin/'' ELN_DESTDIR='/mingw64/lib/emacs/29.1.50/'
make[2]: Entering directory '/h/emacs-dev/emacs-30/doc/misc'
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/auth.info auth.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/autotype.info autotype.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/bovine.info bovine.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/calc.info calc.texi
makeinfo --force -I./../emacs --no-split -o ../../info/ccmode.info cc-mode.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/cl.info cl.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/dbus.info dbus.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/dired-x.info dired-x.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/ebrowse.info ebrowse.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/ede.info ede.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/ediff.info ediff.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/edt.info edt.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/efaq.info efaq.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/eglot.info eglot.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/eieio.info eieio.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/emacs-gnutls.info emacs-gnutls.texi
makeinfo --force -I./../emacs --no-split --enable-encoding \
  -o ../../info/emacs-mime.info emacs-mime.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/epa.info epa.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/erc.info erc.texi
make[2]: Entering directory '/h/emacs-dev/emacs-30/src'
make -C ../nt ../src/emacs.res
make[3]: Entering directory '/h/emacs-dev/emacs-30/nt'
make[3]: '../src/emacs.res' is up to date.
make[3]: Leaving directory '/h/emacs-dev/emacs-30/nt'
make -C ../admin/charsets all
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/charsets'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/charsets'
make -C ../admin/unidata charscript.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/unidata'
make[3]: Nothing to be done for 'charscript.el'.
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/unidata'
make -C ../admin/unidata emoji-zwj.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/unidata'
make[3]: Nothing to be done for 'emoji-zwj.el'.
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/unidata'
make -C ../admin/charsets cp51932.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/charsets'
make[3]: Nothing to be done for 'cp51932.el'.
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/charsets'
make -C ../admin/charsets eucjp-ms.el
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/charsets'
make[3]: Nothing to be done for 'eucjp-ms.el'.
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/charsets'
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs.exe"
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/ert.info ert.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/eshell.info eshell.texi
make[3]: Entering directory '/h/emacs-dev/emacs-30/admin/unidata'
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/eudc.info eudc.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/eww.info eww.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/flymake.info flymake.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/forms.info forms.texi
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/h/emacs-dev/emacs-30/admin/unidata'
make[2]: Leaving directory '/h/emacs-dev/emacs-30/src'
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/gnus.info gnus.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/htmlfontify.info htmlfontify.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/idlwave.info idlwave.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/ido.info ido.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/info.info info.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/mairix-el.info mairix-el.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/message.info message.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/mh-e.info mh-e.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/modus-themes.info modus-themes.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/newsticker.info newsticker.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/nxml-mode.info nxml-mode.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/octave-mode.info octave-mode.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/org.info org.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/pcl-cvs.info pcl-cvs.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/pgg.info pgg.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/rcirc.info rcirc.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/reftex.info reftex.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/remember.info remember.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/sasl.info sasl.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/sc.info sc.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/semantic.info semantic.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/ses.info ses.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/sieve.info sieve.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/smtpmail.info smtpmail.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/speedbar.info speedbar.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/srecode.info srecode.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/todo-mode.info todo-mode.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/tramp.info tramp.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/transient.info transient.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/url.info url.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/use-package.info use-package.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/vhdl-mode.info vhdl-mode.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/vip.info vip.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/viper.info viper.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/vtable.info vtable.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/widget.info widget.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/wisent.info wisent.texi
makeinfo --force -I./../emacs --no-split  \
  -o ../../info/woman.info woman.texi
makeinfo --force -I./../emacs --no-split -o ../../info/efaq-w32.info efaq-w32.texi
make[2]: Leaving directory '/h/emacs-dev/emacs-30/doc/misc'
make[1]: Leaving directory '/h/emacs-dev/emacs-30'
make sanity-check make-target=all
make[1]: Entering directory '/h/emacs-dev/emacs-30'
make[1]: Leaving directory '/h/emacs-dev/emacs-30'

  reply	other threads:[~2023-09-12 13:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24  6:30 bug#56182: 28.1; Display of SVG file with transparent background is incorrect Pascal Quesseveur
2022-06-24  9:23 ` Lars Ingebrigtsen
2022-06-24 12:18   ` Pascal Quesseveur
2022-06-25  9:25   ` Eli Zaretskii
2022-06-25 16:32     ` Alan Third
2022-06-27  6:49       ` Pascal Quesseveur
2022-06-27  8:12       ` Pascal Quesseveur
2022-06-28 18:38       ` Pascal Quesseveur
2022-06-28 19:45         ` Alan Third
2022-06-29  2:26           ` Eli Zaretskii
2023-09-09 12:09         ` Alan Third
2023-09-11 19:10           ` Alan Third
2023-09-12 13:55             ` Corwin Brust [this message]
2023-09-12 14:22               ` Eli Zaretskii
2023-09-12 17:01                 ` Corwin Brust
2023-09-12 14:19             ` Eli Zaretskii
2023-09-13 19:21               ` Alan Third

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJf-WoTrSi0VvEzfGaoH5pLBs2g+GXhuatsLWrunEBJ-xP9tJA@mail.gmail.com \
    --to=corwin@bru.st \
    --cc=56182@debbugs.gnu.org \
    --cc=alan@idiocy.org \
    --cc=eliz@gnu.org \
    --cc=larsi@gnus.org \
    --cc=pquessev@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).