Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   joerg
Date:           Tue Jun 12 19:21:51 UTC 2012

Modified Files:
        src/usr.bin/make: arch.c cond.c dir.c job.c main.c make.c make.h
            make_malloc.c nonints.h parse.c targ.c var.c

Log Message:
Replace __dead, __unused and the various printf format attributes
with versions prefixed by MAKE_ATTR_* to avoid modifying the
implementation namespace. Make sure they are available in all places
using nonints.h to fix bootstrap on Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/usr.bin/make/arch.c
cvs rdiff -u -r1.63 -r1.64 src/usr.bin/make/cond.c src/usr.bin/make/nonints.h
cvs rdiff -u -r1.64 -r1.65 src/usr.bin/make/dir.c
cvs rdiff -u -r1.161 -r1.162 src/usr.bin/make/job.c
cvs rdiff -u -r1.199 -r1.200 src/usr.bin/make/main.c
cvs rdiff -u -r1.86 -r1.87 src/usr.bin/make/make.c
cvs rdiff -u -r1.88 -r1.89 src/usr.bin/make/make.h
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/make_malloc.c
cvs rdiff -u -r1.184 -r1.185 src/usr.bin/make/parse.c
cvs rdiff -u -r1.56 -r1.57 src/usr.bin/make/targ.c
cvs rdiff -u -r1.170 -r1.171 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index