|
Last change
on this file since 3054 was 2591, checked in by bird, 13 years ago |
|
kmk: Merged in changes from GNU make 3.82. Previous GNU make base version was gnumake-2008-10-28-CVS.
|
-
Property svn:eol-style
set to
CRLF
|
|
File size:
967 bytes
|
| Line | |
|---|
| 1 | @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.
|
|---|
| 4 | rem This file is part of GNU Make.
|
|---|
| 5 | rem
|
|---|
| 6 | rem GNU Make is free software; you can redistribute it and/or modify it under
|
|---|
| 7 | rem the terms of the GNU General Public License as published by the Free
|
|---|
| 8 | rem Software Foundation; either version 3 of the License, or (at your option)
|
|---|
| 9 | rem any later version.
|
|---|
| 10 | rem
|
|---|
| 11 | rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
|
|---|
| 12 | rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|---|
| 13 | rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for.
|
|---|
| 14 | rem more details.
|
|---|
| 15 | rem
|
|---|
| 16 | rem You should have received a copy of the GNU General Public License along
|
|---|
| 17 | rem with this program. If not, see <http://www.gnu.org/licenses/>.
|
|---|
| 18 |
|
|---|
| 19 | cd w32\subproc
|
|---|
| 20 | set MAKE=%2
|
|---|
| 21 | set MAKEFILE=%1
|
|---|
| 22 | if x%2 == x set MAKE=nmake
|
|---|
| 23 | %MAKE% /f %MAKEFILE%
|
|---|
| 24 | cd ..\..
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.