From owner-cvs-all Mon Feb 15 04:36:25 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28681 for cvs-all-outgoing; Mon, 15 Feb 1999 04:36:25 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28676; Mon, 15 Feb 1999 04:36:24 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA67007; Mon, 15 Feb 1999 04:36:23 -0800 (PST) (envelope-from bde@FreeBSD.org) Date: Mon, 15 Feb 1999 04:36:23 -0800 (PST) Message-Id: <199902151236.EAA67007@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/doscmd Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/02/15 04:36:22 PST Modified files: usr.bin/doscmd Makefile Log: Don't pass -static in ${LDFLAGS} to ld for building doscmd.kernel, since it means -s (strip), and static linkage is forced correctly anyway. Other things in ${LDFLAGS} are still bogusly passed to ld. This only affects the aout case. Revision Changes Path 1.15 +2 -2 src/usr.bin/doscmd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message