OSDN Git Service

GCC update to address MinGW-Issue #39639; link with libiconv.
[mingw/mingw-dist.git] / msys / msys-make.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
3
4   <!-- File: msys-make.xml -->
5
6   <package-collection subsystem="msys">
7     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9     <package name="msys-make">
10       <affiliate group="MSYS Base System" />
11       <description lang="en" title="GNU make utility to maintain groups of programs" >
12         <paragraph>The `make' utility automatically determines which pieces
13           of a large program need to be recompiled, and issues commands to
14           recompile them. GNU `make' was implemented by Richard Stallman
15           and Roland McGrath.  Development since Version 3.76 has been
16           handled by Paul D. Smith.
17         </paragraph>
18         <paragraph>This is a case-preserving version of GNU make. While the
19           win32 file systems encountered when using MSYS software are
20           invariably case-INsensitive, some users prefer a GNU `make' that
21           itself is case-sensitive -- this version of make is a compromise
22           which exploits the case-preserving aspect of win32 file systems.
23           It considers *all* targets as fundamentally case-insensitive, but
24           first attempts to resolve them as case-sensitive, falling back to
25           the case-insensitive behaviour only if the case-sensitive match
26           remains unresolved.
27         </paragraph>
28         <paragraph>The MinGW/MSYS project provides two versions of make:
29           this msys-make version acts generally more as make is intended
30           to operate, and gives fewer headaches during execution. However,
31           msys-make requires the MSYS dll.  The other version, mingw32-make,
32           does not require the MSYS dll, but because of the lack of POSIX
33           support in "pure" Win32 has a number of known shortcomings in
34           comparison.
35         </paragraph>
36       </description>
37
38       <source tarname="make-%-msys-%-src.tar.%" />
39       <licence tarname="make-%-msys-%-lic.tar.%" />
40
41       <component class="bin">
42         <requires eq="msys-core-*-msys-*-bin.tar" />
43
44         <release tarname="make-3.81-3-msys-1.0.13-bin.tar.lzma" >
45           <requires eq="msys-libintl-*-msys-*-dll-8.tar" />
46         </release>
47       </component>
48
49       <component class="lang">
50         <release tarname="make-3.81-3-msys-1.0.13-lang.tar.lzma" />
51       </component>
52
53       <component class="doc">
54         <release tarname="make-3.81-3-msys-1.0.13-doc.tar.lzma" />
55       </component>
56
57       <component class="lic">
58         <release tarname="make-3.81-3-msys-1.0.13-lic.tar.lzma" />
59       </component>
60     </package>
61
62   </package-collection>
63 </software-distribution>
64 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->