Date: Fri, 2 Aug 2002 11:04:22 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/share/mk bsd.cpu.mk src/share/examples/etc make.conf Message-ID: <200208021804.g72I4MdN073474@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2002/08/02 11:04:22 PDT Modified files: . Makefile.inc1 share/mk bsd.cpu.mk share/examples/etc make.conf Log: TARGET_CPUTYPE should exist solely in Makefile.inc1, similar to TARGET_ARCH and TARGET. This is problematic when one has the = (unconditional) type of assigment for CPUTYPE in /etc/make.conf. (This would override what was set on the command line to "make buildworld".) Add a (horrible) kludge to Makefile.inc1 to check the type of assignment for CPUTYPE (only for those who attempts to set it to a different value). Fix an example make.conf. Fix the kernel's build-tools target (aicasm only at the moment) to catch up with bsd.cpu.mk,v 1.15 (BOOTSTRAPPING replaced with NO_CPU_CFLAGS in Makefile.inc1's BMAKE). Reviewed by: jhb Revision Changes Path 1.299 +7 -2 src/Makefile.inc1 1.198 +3 -1 src/share/examples/etc/make.conf 1.16 +1 -7 src/share/mk/bsd.cpu.mk 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?200208021804.g72I4MdN073474>