From owner-cvs-all Fri Dec 4 19:49:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29817 for cvs-all-outgoing; Fri, 4 Dec 1998 19:49:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29809; Fri, 4 Dec 1998 19:49:13 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.1/8.8.5) with ESMTP id WAA95418; Fri, 4 Dec 1998 22:46:44 -0500 (EST) Date: Fri, 4 Dec 1998 22:46:44 -0500 (EST) From: Chuck Robey To: Warner Losh cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Requiring make depend In-Reply-To: <199812050324.UAA45930@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 4 Dec 1998, Warner Losh wrote: > In message Chuck Robey writes: > : Been mandatory on X11 this whole time. Run automatically by imake. > > I think that you might be confusing it with make includes, which has > been mandatory. No, but I was confusing it with xmkmf, which invokes imake, and does do the make depend automatically, with the -a option: DESCRIPTION The xmkmf command is the normal way to create a Makefile from an Imakefile shipped with third-party software. When invoked with no arguments in a directory containing an Imakefile, the imake program is run with arguments appropriate for your system (configured into xmkmf when X was built) and generates a Makefile. When invoked with the -a option, xmkmf builds the Makefile in the current directory, and then automatically executes ``make Makefiles'' (in case there are subdirectories), ``make includes'', and ``make depend'' for you. This is the normal way to configure software that is outside the X Consortium build tree. The idea is, most correctly built x11 stuff expects to have the make depend done. From experience, more than 50% of big things will fail if you don't do the make depend. It's always been a standard X11 mantra: xmkmf make Makefile make Makefiles make depend make and then watch something else break it. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) (301) 220-2114 | and jaunt (NetBSD). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message