From owner-freebsd-ports Mon Mar 11 14: 5:52 2002 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.hccnet.nl (smtp.hccnet.nl [62.251.0.13]) by hub.freebsd.org (Postfix) with ESMTP id 70CB037B402 for ; Mon, 11 Mar 2002 14:05:48 -0800 (PST) Received: from heinz by smtp.hccnet.nl via uds102-45.dial.hccnet.nl [62.251.45.102] with SMTP for id XAA06948 (8.8.8/1.13); Mon, 11 Mar 2002 23:05:45 +0100 (MET) Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan Organization: FreeBSD Project To: ports@FreeBSD.org Subject: .for woes Date: Mon, 11 Mar 2002 23:02:46 +0100 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <02031123024601.00964@heinz> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I'm noticing some weird behaviour. This is my test Makefile: PORTNAME= testport PORTVERSION= 1 FILES:= ${FILESDIR}/a \ ${FILESDIR}/b CATEGORIES= # DISTFILES= # EXTRACT_ONLY= # do-build: @${ECHO_CMD} "Files: ${FILES}" .for f in ${FILES} @${ECHO_CMD} "File $f..." .endfor .include Surprisingly, the result of running 'make' is: ===> Extracting for testport-1 ===> Patching for testport-1 ===> Configuring for testport-1 ===> Building for testport-1 Files: /usr/home/ernst/testport/files/a /usr/home/ernst/testport/files/b File /a... File /b... How do I get the full file names within the .for ? Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message