Add a TODO comment
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/d0b2da52 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/d0b2da52 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/d0b2da52 Branch: refs/heads/master Commit: d0b2da528dab35e43eec6768c81df0c1f268401c Parents: 9934176 Author: Nick Wellnhofer <[email protected]> Authored: Wed Jan 22 21:44:56 2014 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Wed Jan 22 23:50:04 2014 +0100 ---------------------------------------------------------------------- common/charmonizer.main | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/d0b2da52/common/charmonizer.main ---------------------------------------------------------------------- diff --git a/common/charmonizer.main b/common/charmonizer.main index 5efd2a3..46baadd 100644 --- a/common/charmonizer.main +++ b/common/charmonizer.main @@ -269,7 +269,11 @@ S_write_makefile(struct chaz_CLIArgs *args) { scratch = chaz_Util_join("", "cfc --source=", core_dir, " --dest=autogen --header=cfc_header", NULL); chaz_MakeRule_add_command(rule, scratch); - /* TODO: Find a way to touch the autogen directory on Windows. */ + /* + * TODO + * - Only touch autogen if cfc succeeds. + * - Find a way to touch the autogen directory on Windows. + */ if (chaz_Make_shell_type() == CHAZ_OS_POSIX) { chaz_MakeRule_add_command(rule, "touch autogen"); }
