Skip to content

Commit

Permalink
more messing around with configury
Browse files Browse the repository at this point in the history
Change-Id: I0cd96b72d57b1b36e692b04f231c64bf10974a9e
  • Loading branch information
cooljeanius committed Oct 16, 2024
1 parent 4e0ac82 commit f548e43
Show file tree
Hide file tree
Showing 10 changed files with 279 additions and 214 deletions.
6 changes: 3 additions & 3 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,7 @@ do-check: unstage \
maybe-check-target-libatomic stage

# Automated reporting of test results.

# FIXME: see GCC bug 103331: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103331
warning.log: $(srcdir)/contrib/warn_summary build.log
$(srcdir)/contrib/warn_summary build.log > $@

Expand All @@ -3191,15 +3191,15 @@ mail-report.log: $(srcdir)/contrib/test_summary
fi; \
$(srcdir)/contrib/test_summary -t >$@
chmod +x $@
echo If you really want to send e-mail, run ./$@ now
@echo "If you really want to send e-mail, run ./$@ now"

mail-report-with-warnings.log: $(srcdir)/contrib/test_summary warning.log
if test x'$(BOOT_CFLAGS)' != x''; then \
BOOT_CFLAGS='$(BOOT_CFLAGS)'; export BOOT_CFLAGS; \
fi; \
$(srcdir)/contrib/test_summary -t -i warning.log >$@
chmod +x $@
echo If you really want to send e-mail, run ./$@ now
@echo "If you really want to send e-mail, run ./$@ now"

# Local Vim config

Expand Down
6 changes: 3 additions & 3 deletions src/Makefile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ do-check: unstage [+
ENDFOR target_modules +] stage
# Automated reporting of test results.
# FIXME: see GCC bug 103331: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103331
warning.log: $(srcdir)/contrib/warn_summary build.log
$(srcdir)/contrib/warn_summary build.log > $@
Expand All @@ -1124,15 +1124,15 @@ mail-report.log: $(srcdir)/contrib/test_summary
fi; \
$(srcdir)/contrib/test_summary -t >$@
chmod +x $@
echo If you really want to send e-mail, run ./$@ now
@echo "If you really want to send e-mail, run ./$@ now"
mail-report-with-warnings.log: $(srcdir)/contrib/test_summary warning.log
if test x'$(BOOT_CFLAGS)' != x''; then \
BOOT_CFLAGS='$(BOOT_CFLAGS)'; export BOOT_CFLAGS; \
fi; \
$(srcdir)/contrib/test_summary -t -i warning.log >$@
chmod +x $@
echo If you really want to send e-mail, run ./$@ now
@echo "If you really want to send e-mail, run ./$@ now"
# Local Vim config
Expand Down
2 changes: 1 addition & 1 deletion src/bfd/po/bfd.pot

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/expect/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
conf*/*.awk
Makefile
pkgIndex
Dbg*/Dbg*
Dbg_cf.h
DbgMkfl
expect_cf.h
*~
*.o
shared
ac_c_test.c
core
expect-bld.sh
expect
Expand Down
Loading

0 comments on commit f548e43

Please sign in to comment.