From owner-freebsd-current Wed Sep 2 10:20:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27012 for freebsd-current-outgoing; Wed, 2 Sep 1998 10:20:39 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27000 for ; Wed, 2 Sep 1998 10:20:34 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:bL+fRBi0NxQvopgA66lRP/YRiO5FmJmm@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id TAA01769 for ; Wed, 2 Sep 1998 19:19:24 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809021719.TAA01769@gratis.grondar.za> To: current@FreeBSD.ORG Subject: BMaking - getting to details of the build environment. Date: Wed, 02 Sep 1998 19:19:22 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I am very close now with the BMaked Perl5, I just need to get it to work in an aout->ELF build. Deep inside a makefile, I need to be able to pass a command line containing the current _build_ libraries, which may be either /usr/obj/tmp/usr/lib /usr/obj/aout/tmp/usr/lib /usr/obj/elf/tmp/usr/lib depending on the stage of the build. (I don't think the names are 100% correct, but you get the drift). I am flummoxed by the build - WORLDDIR seems to be the right thing to use, but it is not passed down the makefiles, and .includ'ing /usr/src/Makefile.inc1 will break too much. How else can I discover this directory in a Makefile? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message