Ignore:
Timestamp:
Mar 14, 2018, 10:28:10 PM (7 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6 / https://git.savannah.gnu.org/git/make.git).

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

  • trunk/src/kmk/subproc.bat

    r2591 r3140  
    11@echo off
    2 rem Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
    3 rem 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
     2rem Copyright (C) 1996-2016 Free Software Foundation, Inc.
    43rem This file is part of GNU Make.
    54rem
     
    2221if x%2 == x set MAKE=nmake
    2322%MAKE% /f %MAKEFILE%
     23if ERRORLEVEL 1 exit /B
    2424cd ..\..
Note: See TracChangeset for help on using the changeset viewer.