diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-25 22:45:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-25 22:45:49 +0000 |
commit | c1e314143352c6948ba85b72e22697c2f5a0822d (patch) | |
tree | ca4583e3d392a3a43c7e7bd8b38ab110047d9351 | |
parent | c316ab76091d0ee6a153ba4b20e546d274b520ac (diff) | |
download | gunmake-c1e314143352c6948ba85b72e22697c2f5a0822d.tar.gz |
Formerly file.h.~5~
-rw-r--r-- | file.h | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,5 @@ -/* Copyright (C) 1988, 1989, 1990, 1991, 1992 Free Software Foundation, Inc. +/* Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 + Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify @@ -57,15 +58,15 @@ struct file unsigned int double_colon:1;/* Nonzero for double-colon entry */ unsigned int precious:1; /* Non-0 means don't delete file on quit */ - unsigned int tried_implicit:1;/* Nonzero if have searched - for implicit rule for making - this file; don't search again. */ + unsigned int tried_implicit:1; /* Nonzero if have searched + for implicit rule for making + this file; don't search again. */ unsigned int updating:1; /* Nonzero while updating deps of this file */ unsigned int updated:1; /* Nonzero if this file has been remade. */ unsigned int is_target:1; /* Nonzero if file is described as target. */ unsigned int cmd_target:1; /* Nonzero if file was given on cmd line. */ unsigned int phony:1; /* Nonzero if this is a phony file - ie, a dependent of .PHONY. */ + i.e., a dependency of .PHONY. */ unsigned int intermediate:1;/* Nonzero if this is an intermediate file. */ unsigned int dontcare:1; /* Nonzero if no complaint is to be made if this target cannot be remade. */ |