cvs commit: src/usr.bin/make GNode.h arch.c arch.h buf.c buf.h
compat.c compat.h cond.c cond.h config.h dir.c dir.h for.c for.h
globals.h hash.c hash.h job.c job.h lst.h main.c make.c make.h
nonints.h parse.c parse.h pathnames.h sprite.h str.c str.h suff.c ...
Harti Brandt
hartmut.brandt at dlr.de
Tue Feb 1 03:37:03 PST 2005
These changes and upcoming patches are synchronized with DragonFly BSD.
Max also tries to convince the NetBSD people to adopt changes (if things
don't conflict).
harti
On Tue, 1 Feb 2005, Hartmut Brandt wrote:
HB>harti 2005-02-01 10:50:37 UTC
HB>
HB> FreeBSD src repository
HB>
HB> Modified files:
HB> usr.bin/make arch.c buf.c buf.h compat.c cond.c
HB> config.h dir.c dir.h for.c hash.c hash.h
HB> job.c job.h lst.h main.c make.c make.h
HB> nonints.h parse.c pathnames.h sprite.h
HB> str.c suff.c targ.c util.c var.c var.h
HB> var_modify.c
HB> usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDeQueue.c
HB> lstDestroy.c lstDupl.c lstFindFrom.c
HB> lstForEachFrom.c lstInsert.c lstMember.c
HB> lstRemove.c
HB> Added files:
HB> usr.bin/make GNode.h arch.h compat.h cond.h for.h
HB> globals.h parse.h str.h suff.h targ.h
HB> util.h
HB> Log:
HB> Clean up include files and file including. Split nonints.h into pieces
HB> that get included just where they are needed. All headers include the
HB> headers that they need to compile (just with an empty .c file). Sort
HB> includes alphabetically where apropriate and fix some duplicate commenting
HB> for struct Job, struct GNode and struct Shell by removing one version and
HB> inlining the comments into the structure declaration (the comments have been
HB> somewhat outdated).
HB>
HB> This patch does not contain functional changes (checked with md5).
HB>
HB> Submitted by: Max Okumoto <okumoto at ucsd.edu>
...
More information about the cvs-src
mailing list