[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/csmith] 128256: Regenerate build files.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/csmith
  Commit: 128256acc7f757ac6a695fd5dbda2a2da4ca7242
      https://github.com/csmith-project/csmith/commit/128256acc7f757ac6a695fd5dbda2a2da4ca7242
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
    M Makefile.in
    M aclocal.m4
    M autoconf/compile
    M autoconf/depcomp
    M autoconf/ltmain.sh
    M autoconf/missing
    M configure
    M doc/Makefile.in
    M runtime/Makefile.in
    M scripts/Makefile.in
    M src/Makefile.in

  Log Message:
  -----------
  Regenerate build files.

Regenerate various build files with current versions of Automake and
Libtool.  I should/could further update things, but this is enough so
that (1) things work and (2) the change that I want to make in my next
commit won't lost in the noise.


  Commit: 1e18c8125664a90307a3775627971ee8b25875d1
      https://github.com/csmith-project/csmith/commit/1e18c8125664a90307a3775627971ee8b25875d1
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2015-10-02 (Fri, 02 Oct 2015)

  Changed paths:
    M runtime/Makefile.am
    M runtime/Makefile.in

  Log Message:
  -----------
  Specify .DELETE_ON_ERROR.

If an `m4' command fails for some reason, make sure that we delete the
target.

Thanks to Shafiul Azam for reporting the problem that led to this fix.


Compare: https://github.com/csmith-project/csmith/compare/cec5c4468327...1e18c8125664