| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
really need it can find it in the devel/fmake port or pkg install fmake.
Note: This commit is orthogonal to the question 'can we fmake buildworld'.
Differential Revision: https://reviews.freebsd.org/D2840
Notes:
svn path=/head/; revision=284464
|
| |
|
|
| |
Notes:
svn path=/head/; revision=228992
|
| |
|
|
|
|
|
|
| |
out-of-date print not only "modified before source" message
but also the path of youngest source.
Notes:
svn path=/head/; revision=168893
|
| |
|
|
|
|
|
|
|
| |
get rid of sprite.h.
Obtained from: DragonFlyBSD
Notes:
svn path=/head/; revision=146177
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=146066
|
| |
|
|
|
|
|
| |
with a leading underscore are in the implementation namespace.
Notes:
svn path=/head/; revision=143411
|
|
|
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>
Notes:
svn path=/head/; revision=141104
|