VirtualBox

source: kBuild/trunk/src/kmk/subproc.bat@ 3387

Last change on this file since 3387 was 3140, checked in by bird, 6 years ago

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

  • Property svn:eol-style set to CRLF
File size: 908 bytes
Line 
1@echo off
2rem Copyright (C) 1996-2016 Free Software Foundation, Inc.
3rem This file is part of GNU Make.
4rem
5rem GNU Make is free software; you can redistribute it and/or modify it under
6rem the terms of the GNU General Public License as published by the Free
7rem Software Foundation; either version 3 of the License, or (at your option)
8rem any later version.
9rem
10rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
11rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for.
13rem more details.
14rem
15rem You should have received a copy of the GNU General Public License along
16rem with this program. If not, see <http://www.gnu.org/licenses/>.
17
18cd w32\subproc
19set MAKE=%2
20set MAKEFILE=%1
21if x%2 == x set MAKE=nmake
22%MAKE% /f %MAKEFILE%
23if ERRORLEVEL 1 exit /B
24cd ..\..
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use