diff --git a/.github/workflows/apple-gdb-1824-macos.yml b/.github/workflows/apple-gdb-1824-macos.yml index 76db4eaed..b8f3e2988 100644 --- a/.github/workflows/apple-gdb-1824-macos.yml +++ b/.github/workflows/apple-gdb-1824-macos.yml @@ -16,6 +16,8 @@ jobs: - run: brew install autogen objc-codegenutils objc-run objconv texi2html texinfo flex aarch64-elf-binutils arm-linux-gnueabihf-binutils arm-none-eabi-binutils binutils i686-elf-binutils riscv64-elf-binutils x86_64-elf-binutils x86_64-linux-gnu-binutils pax deja-gnu expect guile jimtcl osxutils dmalloc fastjar gdb gettext gperf help2man ant-contrib findutils grep coreutils remake bison byacc texlive gawk env: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 + HOMEBREW_VERBOSE: 1 + HOMEBREW_VERBOSE_USING_DOTS: 1 - run: test -e ./.profile_generic && test -r ./.profile_generic && source ./.profile_generic - run: ./configure --enable-silent-rules - run: make -ki -C libcheckpoint || make -ki -C libcheckpoint -f Makefile_orig || make -ki -C macsbug || make -ki -C macsbug/gdb_plugin_support || (if test -x "$(which ant)"; then ant; fi) diff --git a/src/intl/Makefile.am b/src/intl/Makefile.am index bdd7b1580..97d692918 100644 --- a/src/intl/Makefile.am +++ b/src/intl/Makefile.am @@ -169,7 +169,7 @@ libintl.la: $(LTOBJECTS) $(OBJECTS) EXTRA_DIST += po/Makevars.in check: all @MAINT@ config.status - ls *.i || ls *.s || ls *.bc + ls ./*.i || ls ./*.s || ls ./*.bc || ls .PHONY: check # This installation goal is only used in GNU gettext. Packages which diff --git a/src/intl/Makefile.in b/src/intl/Makefile.in index e7b2867ed..b8df1ef08 100644 --- a/src/intl/Makefile.in +++ b/src/intl/Makefile.in @@ -1172,7 +1172,7 @@ libintl.la: $(LTOBJECTS) $(OBJECTS) cd ../po && $(MAKE) cat-id-tbl.o check: all @MAINT@ config.status - ls *.i || ls *.s || ls *.bc + ls ./*.i || ls ./*.s || ls ./*.bc || ls .PHONY: check # This installation goal is only used in GNU gettext. Packages which