Ignore:
Timestamp:
Sep 15, 2006, 7:09:38 AM (19 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/README.OS2

    r151 r503  
    4747
    4848 - sh compatible shell (ksh, bash, ash, but tested only with pdksh 5.2.14
    49    (release 2)
     49   release 2)
    5050   If you use pdksh it is recommended to update to 5.2.14 release 2. Older
    5151   versions may not work! You can get this version at
     
    6060 - grep
    6161 - sed
    62  - GNU make 3.79.1 (special OS/2 patched version)
     62 - GNU make 3.79.1 (special OS/2 patched version) or higher
    6363 - perl 5.005 or higher
    6464 - GNU texinfo (you can use 3.1 (gnuinfo.zip), but I recommend 4.0)
    6565
    6666If you want to recreate the configuration files (developers only!)
    67 you need also: GNU m4 1.4, autoconf 2.57, automake 1.7.2 (or compatible)
     67you need also: GNU m4 1.4, autoconf 2.59, automake 1.8.2 (or compatible)
    6868
    6969
     
    148148
    149149  export CPPFLAGS="-D__ST_MT_ERRNO__ -DNO_CMD_DEFAULT -DNO_CHDIR2"
    150   export CFLAGS="-Zomf -O2 -s -Zmt"
    151   export LDFLAGS="-Zcrtdll -Zmt -s -Zlinker /exepack:2 -Zlinker /pm:vio -Zstack 0x8000"
     150  export CFLAGS="-Zomf -O2 -Zmt"
     151  export LDFLAGS="-Zcrtdll -s -Zlinker /exepack:2 -Zlinker /pm:vio -Zstack 0x8000"
    152152  export RANLIB="echo"
    153153  ./configure --prefix=x:/usr --disable-nls
    154154  make AR=emxomfar
    155   make checks
     155  make check
    156156
    157157All tests should work fine with the exception of "default_names" which
    158158is because OS/2 file systems are not case sensitive ("makefile" and
    159159"Makefile" specify the same file).
     160
     161
     162
     163-------------------------------------------------------------------------------
     164Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     165This file is part of GNU Make.
     166
     167GNU Make is free software; you can redistribute it and/or modify it under the
     168terms of the GNU General Public License as published by the Free Software
     169Foundation; either version 2, or (at your option) any later version.
     170
     171GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
     172WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     173A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
     174
     175You should have received a copy of the GNU General Public License along with
     176GNU Make; see the file COPYING.  If not, write to the Free Software
     177Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
Note: See TracChangeset for help on using the changeset viewer.