Date: Mon, 4 Dec 2000 09:46:32 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Will Andrews <will@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make arch.c compat.c cond.c dir.c hash.c job.c job.h list.h lst.h main.c make.c make.h parse.c sprite.h suff.c targ.c var.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c ... Message-ID: <20001204094632.A7891@sunbay.com> In-Reply-To: <200012021858.eB2Iw3F88460@freefall.freebsd.org>; from will@FreeBSD.org on Sat, Dec 02, 2000 at 10:58:03AM -0800 References: <200012021858.eB2Iw3F88460@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Will! Could you please take a look at the attached problem? Thanks, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --ikeVEW9yuYc//A+q Content-Type: message/rfc822 Content-Disposition: inline Date: Fri, 24 Nov 2000 18:55:22 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Will Andrews <will@FreeBSD.org> Cc: developers@FreeBSD.org Subject: make(1) bug? Message-ID: <20001124185522.A24735@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline User-Agent: Mutt/1.2.5i --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! Does anyone else think that it is an error that the first two fragments of the attached Makefile result in a make(1) error when uncommented? Thanks, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=makefile #.if "XXX" == "XXX" #VAR= OK #.endif #.if ${XXX} == "XXX" #VAR= OK #.endif .if defined(XXX) && ${XXX} == "XXX" VAR= OK .endif all: .SILENT echo ${VAR} --k+w/mQv8wyuph6w0-- --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001204094632.A7891>