From owner-freebsd-questions Wed Dec 12 8:52:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by hub.freebsd.org (Postfix) with ESMTP id 319F637B416 for ; Wed, 12 Dec 2001 08:52:46 -0800 (PST) Received: from khan.anarcat.dyndns.org ([65.94.189.35]) by tomts10-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011212165245.YENV10725.tomts10-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Wed, 12 Dec 2001 11:52:45 -0500 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id F3B891A49 for ; Wed, 12 Dec 2001 11:52:42 -0500 (EST) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 443CA20ACB; Wed, 12 Dec 2001 11:54:35 -0500 (EST) Date: Wed, 12 Dec 2001 11:54:35 -0500 From: The Anarcat To: FreeBSD Questions Subject: bug in make? Message-ID: <20011212165434.GA85335@shall.anarcat.dyndns.org> Mail-Followup-To: The Anarcat , FreeBSD Questions Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline User-Agent: Mutt/1.3.24i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline ok... I know this is about the 4th email from me on this list, but this is just beyond me. Again. :) I'm working on libh (projects/libh) Makefiles, and it occured to me to use the same method than the buildworld to store binaries (MAKEOBJDIR). For that I had to hack the makefile. The resulting makefiles (condensed, because a lot of stuff is just info) are attached. The problem is that make fails to follow any kind of logic it used to follow, IMHO: anarcat@shall[~/libh]% make make all make: don't know how to make all. Stop *** Error code 2 Stop in /u/anarcat/libh. Eh? And if I try "make all", it "works"!! anarcat@shall[~/libh]% make all cd lib && /usr/bin/env MAKEOBJDIR=/u/anarcat/libh/compile/text+graphics make all /usr/bin/env make -f ../Makefile.inc1 BSUBDIR=lib/common all Warning: Object directory not changed from original /u/anarcat/libh/compile/text+graphics c++ -g -fpic -DPIC -I/usr/local/include/tcl8.3 -I/u/anarcat/libh/compile/text+graphics/../../include -c /u/anarcat/libh/compile/text+graphics/../../lib/common/Pointer.cc -o Pointer.o ^C What the heck??? And that's not even what "cd lib && ... make all" is supposed to do!!! anarcat@shall[~/libh]% cd lib && /usr/bin/env MAKEOBJDIR=/u/anarcat/libh/compile/text+graphics make all ===> hui ===> disk ===> file ^C There must something I really do not understand here. Please help a lost developper... A. --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjwXi8kACgkQttcWHAnWiGftAwCaArSauT0ko8rjoK6DfyOZ1G1B sTIAniCxSPgkcgEoJC7svLmjhfsF84cr =xkCX -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message