Date: Tue, 20 Feb 2001 19:03:30 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Eddy Ilg" Message-Id: <2593-Tue20Feb2001190329+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <96tr93$2ki$00$1@news.t-online.com> (eddyilg@t-online.de) Subject: Re: Debug level References: <96tr93$2ki$00$1 AT news DOT t-online DOT com> 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 > From: "Eddy Ilg" > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 20 Feb 2001 14:25:56 +0100 > > Could it be that make cannot (for some reason) execute cd? Make should execute the "cd" command internally, without calling a shell at all (unless your SHELL or COMSPEC variable has some strange value). So "cd" doesn't have any reason not to work.