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

[csmith-project/csmith] ddbef5: Make GIT_HASH work when one uses a separate build ...



Branch: refs/heads/master
Home:   https://github.com/csmith-project/csmith

Commit: ddbef56439ceeaebc1074b5510c26cd71ec4778c
    https://github.com/csmith-project/csmith/commit/ddbef56439ceeaebc1074b5510c26cd71ec4778c
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-03 (Tue, 03 May 2011)

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

Log Message:
-----------
Make GIT_HASH work when one uses a separate build directory.

My previous definition of GIT_HASH only worked when one built Csmith
in the source tree.  The new definition works when one builds in a
separate directory, too.


Commit: f82d3befec02446ffcbd832970cba95a1f736220
    https://github.com/csmith-project/csmith/commit/f82d3befec02446ffcbd832970cba95a1f736220
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-03 (Tue, 03 May 2011)

Changed paths:
  M Makefile.in
  M aclocal.m4
  M configure
  M configure.ac
  M doc/Makefile.in
  M runtime/Makefile.in
  M scripts/Makefile.in
  M src/Makefile.in

Log Message:
-----------
Use AM_MAINTAINER_MODE.

The way the git handles file timestamps can lead to unwanted rebuilds
of the `Makefile.in' files and other files.  AM_MAINTAINER_MODE should
help us avoid these unwanted rebuilds.


Commit: b71e457777b09b3af2ce35d01b15e37d5f7cc3eb
    https://github.com/csmith-project/csmith/commit/b71e457777b09b3af2ce35d01b15e37d5f7cc3eb
Author: Eric Eide <eeide@cs.utah.edu>
Date:   2011-05-03 (Tue, 03 May 2011)

Changed paths:
  M configure
  M configure.ac
  M version.m4

Log Message:
-----------
Specify the Csmith home page when calling AC_INIT.


Compare: https://github.com/csmith-project/csmith/compare/53bcc8a...b71e457