Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   he
Date:           Sun Jan 18 20:42:11 UTC 2009

Modified Files:
        src/lib/libm: Makefile
        src/sys/lib/libkern: Makefile
        src/sys/rump: Makefile.rump
        src/sys/rump/librump/rumpkern: Makefile.rumpkern
        src/usr.sbin/puffs: Makefile.inc
        src/usr.sbin/puffs/rump_nfs: Makefile

Log Message:
Change the use of formally undocumented features, which have now been
made to fail.  Specifically, change
.ifdef(SYMBOL) -> .ifdef SYMBOL or .if defined(SYMBOL),
and corresponding for .ifndef.

Also correct one error in lib/libm/Makefile (.ifdef (${MKCOMPLEX} != "no")?!?).


To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/lib/libm/Makefile
cvs rdiff -r1.94 -r1.95 src/sys/lib/libkern/Makefile
cvs rdiff -r1.30 -r1.31 src/sys/rump/Makefile.rump
cvs rdiff -r1.37 -r1.38 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -r1.9 -r1.10 src/usr.sbin/puffs/Makefile.inc
cvs rdiff -r1.2 -r1.3 src/usr.sbin/puffs/rump_nfs/Makefile

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