Date: Sun, 1 Feb 2004 16:35:49 -0500 From: parv <parv@pair.com> To: f-ports <freebsd-ports@freebsd.org> Cc: f-stable <freebsd-stable@freebsd.org> Subject: "make -C ..." causes error in net/tkabber/Makefile, line 17 Message-ID: <20040201213549.GA93666@moo.holy.cow>
next in thread | raw e-mail | index | archive | help
I am running FreeBSD 4.8-p14; and the make(1) man page lists -C option... -C directory Change to directory while running. ...However, "make -V PORTVERSION" in net/tkabber" produces this... make: illegal option -- C usage: make [-Beiknqrstv] [-D variable] [-d flags] [-E variable] [-f makefile] [-I directory] [-j max_jobs] [-m directory] [-V variable] [variable=value] [target ...] "Makefile", line 17: warning: "make -C /usr3/ports/net/tkabber/../../devel/tcllib -V PORTVERSION" returned non-zero status 0.9.6b ...the particular Makefile line 17 is... TCLLIBVER!= ${MAKE} -C ${.CURDIR}/../../devel/tcllib -V PORTVERSION ...and yes, devel/tcllib does exist; running "make -V PORTVERSION" there produces "1.4". What could be the problem? (The ports tree is up to date as of 2004.02.01.19.43.37 UTC.) - Parv --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040201213549.GA93666>