Source-Changes archive

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

CVS commit: src/share/mk



Module Name:    src
Committed By:   lukem
Date:           Tue Jul 22 06:53:24 UTC 2003

Modified Files:
        src/share/mk: bsd.README bsd.lib.mk bsd.sys.mk

Log Message:
Add source-file-specific variables in <bsd.lib.mk> and <bsd.prog.mk>:

COPTS.<fn>      Additional flags to the compiler when creating the C objects
                for <fn>.

CPUFLAGS.<fn>   Additional flags to the compiler/assembler for <fn>.

CPPFLAGS.<fn>   Additional flags to the C pre-processor for <fn>.

(For <fn>.[ly], "<fn>.c" must be used.)


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 src/share/mk/bsd.README
cvs rdiff -r1.223 -r1.224 src/share/mk/bsd.lib.mk
cvs rdiff -r1.92 -r1.93 src/share/mk/bsd.sys.mk

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