From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eli Zaretskii" To: cgf@redhat.com Cc: fnasser@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Re: DOS/Windows-specific code: cli-cmds.c Date: Thu, 12 Jul 2001 11:22:00 -0000 Message-id: <3405-Thu12Jul2001212232+0300-eliz@is.elta.co.il> References: <200106211647.MAA03041@houston.candd.org> <200107120751.KAA17564@is.elta.co.il> <20010712132145.B4589@redhat.com> X-SW-Source: 2001-07/msg00298.html > Date: Thu, 12 Jul 2001 13:21:45 -0400 > From: Christopher Faylor > >> > >> 2001-06-10 Eli Zaretskii > >> > >> * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the > >> call to chdir on this symbol rather than on __DJGPP__. > >> (CANT_FORK) [__MSDOS__]: Move from here... > >> * defs.h (CANT_FORK) [__MSDOS__]: ...to here. > >> (GLOBAL_CURDIR) [__MSDOS__]: Define. > >> > >> Sorry for the delay. The defs.h part is approved. > > > >Fernando, could you please review this? Thanks. > > FWIW, Cygwin doesn't need any special chdir considerations. This > should be a MSDOS only issue. Well, that's why GLOBAL_CURDIR is not defined for Cygwin... ;-)