Date: Thu, 6 Jul 2000 10:19:41 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Jeff Williams cc: djgpp AT delorie DOT com Subject: Re: Using $(HOME) in makefile In-Reply-To: <200007051631.LAA03097@darwin.sfbr.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 5 Jul 2000, Jeff Williams wrote: > Yes, if I set HOME='/dev/c' the makefiles behave as desired. > > But I neglected to say that whatever value HOME has for `make', > it should (ideally) be understood by any program that uses HOME to > find its startup files (e.g., gnuplot, vim, elvis). If these are DJGPP programs, recompile them with DJGPP v2.03, and they will support /dev/c. If they are not DJGPP programs, use djgpp.env to set HOME as appropriate for DJGPP programs only. 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...