From owner-cvs-all Sun Jan 9 2: 4:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CE0414D5C; Sun, 9 Jan 2000 02:04:56 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA21083; Sun, 9 Jan 2000 02:04:55 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001091004.CAA21083@freefall.freebsd.org> From: Bruce Evans Date: Sun, 9 Jan 2000 02:04:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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