From owner-p4-projects Mon Apr 8 16:14:36 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E55BE37B41A; Mon, 8 Apr 2002 16:14:30 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38CE737B405 for ; Mon, 8 Apr 2002 16:14:30 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g38NEUI93317 for perforce@freebsd.org; Mon, 8 Apr 2002 16:14:30 -0700 (PDT) (envelope-from jake@freebsd.org) Date: Mon, 8 Apr 2002 16:14:30 -0700 (PDT) Message-Id: <200204082314.g38NEUI93317@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jake@freebsd.org using -f From: Jake Burkholder Subject: PERFORCE change 9397 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9397 Change 9397 by jake@jake_sparc64 on 2002/04/08 16:13:38 Integ this file. Affected files ... ... //depot/projects/sparc64/lib/csu/sparc64/Makefile#6 integrate Differences ... ==== //depot/projects/sparc64/lib/csu/sparc64/Makefile#6 (text+ko) ==== @@ -1,12 +1,12 @@ -# $FreeBSD: src/lib/csu/sparc64/Makefile,v 1.4 2002/03/29 22:43:41 markm Exp $ +# $FreeBSD: src/lib/csu/sparc64/Makefile,v 1.5 2002/04/08 20:31:20 obrien Exp $ .PATH: ${.CURDIR}/../common SRCS= crt1.c crti.S crtn.S crtbegin.c crtend.c OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o -CFLAGS+= -I${.CURDIR}/../common \ - -I${.CURDIR}/../../libc/include +SOBJS= crtbegin.So crtend.So +CFLAGS+= -I${.CURDIR}/../common -I${.CURDIR}/../../libc/include NOMAN= true NOPIC= true NOPROFILE= true To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message