Message-Id: <200007062019.PAA28113@darwin.sfbr.org> Date: Thu, 6 Jul 2000 15:19:53 -0500 (CDT) From: Jeff Williams Subject: Re: Using $(HOME) in makefile To: djgpp AT delorie DOT com Cc: eliz AT is DOT elta DOT co DOT il MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: 4FlY4CDeSGzPc16zEwBW/Q== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.3.4 SunOS 5.7 sun4u sparc Reply-To: djgpp AT delorie DOT com -: FWIW, I don't even understand why did you choose to use HOME for this -: purpose. HOME is used in many programs in ingenious ways, so using it -: for the root of some arbitrary directory tree is IMHO a time bomb that -: will explode on you some day, when you expect it the least... Your point is well taken. But all I want from HOME is to identify my "home directory", be that `/home/user' on the Sun or `/' on my single- user DJGPP at home. From there my directory structure (for the given application) is identical on both machines and makefiles know what to do. Or do I miss something?