Date: Sun, 9 Jan 2000 02:04:55 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile Message-ID: <200001091004.CAA21083@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/01/09 02:04:55 PST
Modified files:
sys/modules/linux Makefile
Log:
Compile linux_genassym.c with ordinary ${CFLAGS}. The (small) need for
-U_KERNEL became negative when all all the genassym.c's were converted
to be cross-built.
Use "genassym ... > ${.TARGET}", not "genassym -o $@ ...", so that
genassym(1) doesn't need to support -o.
Removed duplicate -D_KERNEL from flags for compiling linux_locore.s.
Revision Changes Path
1.34 +4 -4 src/sys/modules/linux/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001091004.CAA21083>
