diff options
author | Paul Smith <psmith@gnu.org> | 2009-10-25 00:46:52 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-10-25 00:46:52 +0000 |
commit | 4e51b6d9a4eb7eef2272551d55d8abaadd5f01e3 (patch) | |
tree | fd4867c9098333197abe49c21e27caf920c35b25 /job.c | |
parent | 606cf9b169f23b8d87b20ea02b235df8fa66c2d8 (diff) | |
download | gunmake-4e51b6d9a4eb7eef2272551d55d8abaadd5f01e3.tar.gz |
New command line option: --eval=STRING will cause STRING to be
evaluated as a makefile statement before the first makefile is
read.
Diffstat (limited to 'job.c')
-rw-r--r-- | job.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* Job execution and handling for GNU Make. Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software -Foundation, Inc. +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free +Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the |