Ignore:
Timestamp:
May 16, 2005, 6:54:02 PM (20 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

Location:
branches/GNU/src/gmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake

    • Property svn:ignore
      •  

        old new  
        3434README.DOS
        3535README.W32
         36README.OS2
        3637aclocal.m4
        3738autom4te.cache
  • branches/GNU/src/gmake/README.OS2.template

    r54 r280  
    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
Note: See TracChangeset for help on using the changeset viewer.