Date: Sun, 01 Feb 2004 16:40:10 -0500 From: Payam <payam@betterrugs.com> To: Kris Kennaway <kris@obsecurity.org> Cc: freebsd-questions@freebsd.org Subject: Re: PORTS: What is "Makefile broken" ? Message-ID: <401D723A.30405@betterrugs.com> In-Reply-To: <20040201212957.GD24109@xor.obsecurity.org> References: <401C5E82.1040704@betterrugs.com> <20040201212957.GD24109@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
=============================
angela root # uname -a
FreeBSD angela 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Jan 11 21:28:14
EST 2004 payam@angela:/usr/obj/usr/src/sys/MYKERNEL4 i386
=============================
I'm not sure how to get the version of make, maybe this:
=============================
angela root # cat /usr/src/usr.bin/make/Makefile
# @(#)Makefile 5.2 (Berkeley) 12/28/90
# $FreeBSD: src/usr.bin/make/Makefile,v 1.13.2.1 2001/05/25 08:33:40
sobomax Exp $
PROG= make
CFLAGS+= -I${.CURDIR}
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
make.c parse.c str.c suff.c targ.c var.c util.c
SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \
lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \
lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
.PATH: ${.CURDIR}/lst.lib
NOSHARED?= YES
.include <bsd.prog.mk>
=============================
Any other thoughts?
Kris Kennaway wrote:
> On Sat, Jan 31, 2004 at 09:03:46PM -0500, Payam wrote:
>
>>Hi. I'm running FreeBSD 4.9.
>
>
> Are you sure? You should only see this makefile error on old,
> unsupported versions of FreeBSD with broken make(1)s.
>
> Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?401D723A.30405>
