From: Eli Zaretskii Date: Sat, 18 May 2013 11:07:36 +0000 (+0300) Subject: Support "move" as internal shell command on Windows with cmd.exe. X-Git-Tag: 3.99.91~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cece7ad61f1375e855d1a2c55ab183a177e2a7b6;p=thirdparty%2Fmake.git Support "move" as internal shell command on Windows with cmd.exe. job.c (construct_command_argv_internal) [WINDOWS32]: Add "move". Fixes Savannah bug #30714. --- diff --git a/ChangeLog b/ChangeLog index b6eb2610..6d5d0538 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-05-18 Eli Zaretskii + * job.c (construct_command_argv_internal) + [WINDOWS32]: Add "move". Fixes Savannah bug #30714. + * guile.c: Move inclusion of makeint.h before gnumake.h. This order must be observed when building Make, because gnumake.h must be included with GMK_BUILDING_MAKE defined, which makeint.h diff --git a/job.c b/job.c index a072bdeb..5f665a99 100644 --- a/job.c +++ b/job.c @@ -2849,8 +2849,8 @@ construct_command_argv_internal (char *line, char **restp, char *shell, "chdir", "cls", "color", "copy", "ctty", "date", "del", "dir", "echo", "echo.", "endlocal", "erase", "exit", "for", "ftype", - "goto", "if", "if", "md", "mkdir", "path", - "pause", "prompt", "rd", "rem", "ren", + "goto", "if", "if", "md", "mkdir", "move", + "path", "pause", "prompt", "rd", "rem", "ren", "rename", "rmdir", "set", "setlocal", "shift", "time", "title", "type", "ver", "verify", "vol", ":", 0 };