summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/GNode.h
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes for usr.bin/uqs2011-12-301-1/+1
|
* Improve logging when -dm is specified: if the node is consideredfjoe2007-04-201-0/+1
| | | | | out-of-date print not only "modified before source" message but also the path of youngest source.
* Move the Boolean and ReturnStatus stuff from sprite.h to util.h andharti2005-05-131-1/+1
| | | | | | get rid of sprite.h. Obtained from: DragonFlyBSD
* Move the definitions of the OP_* constants from make.h into GNode.hharti2005-05-101-2/+63
| | | | | | | | where they actually belong to. Move the definitions of the strings for special macros like "$*" from make.h to parse.h - they're used only in the parser. Submitted by: Max Okumoto <okumoto@ucsd.edu> (7.211)
* Remove the leading underscore from structure tags. All identifiersharti2005-03-111-2/+2
| | | | with a leading underscore are in the implementation namespace.
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-0/+162
that get included just where they are needed. All headers include the headers that they need to compile (just with an empty .c file). Sort includes alphabetically where apropriate and fix some duplicate commenting for struct Job, struct GNode and struct Shell by removing one version and inlining the comments into the structure declaration (the comments have been somewhat outdated). This patch does not contain functional changes (checked with md5). Submitted by: Max Okumoto <okumoto@ucsd.edu>
OpenPOWER on IntegriCloud