From owner-freebsd-ports Fri Oct 27 9:31:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 0D42837B479; Fri, 27 Oct 2000 09:31:35 -0700 (PDT) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id 25298177EB3; Fri, 27 Oct 2000 11:35:58 -0500 (CDT) Message-ID: <068001c04033$f1a36160$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Maxim Sobolev" Cc: References: <061201c03ff1$2dac2ae0$931576d8@inethouston.net> <39F94283.2C8FC791@FreeBSD.org> <063801c03ff5$050f4c80$931576d8@inethouston.net> <39F94648.3B53FD28@FreeBSD.org> <065201c03ff7$a13745c0$931576d8@inethouston.net> <39F95B6B.52293785@FreeBSD.org> Subject: Re: New Date: Fri, 27 Oct 2000 11:35:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I changed it so I have this in my Makefile now post-extract: .if !defined(USE_FACILITY) @${ECHO_MSG} "blah blah blah" .endif and it fails to output anything if USE_FACILITY is not defined still ----- Original Message ----- From: "Maxim Sobolev" To: "David W. Chapman Jr." Sent: Friday, October 27, 2000 5:39 AM Subject: Re: New > It's because you can only invoke shell commands within rules, i.e. you should > add something like: > post-extract: > .if !defined(blabla) > @${ECHO_MSG} "foo" > .endif > > -Maxim > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message