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/makefile.vms

    r54 r280  
    66# Modified for version 3.78.1 by Hartmut.Becker@compaq.com.
    77# Modified for version 3.80 by zinser@decus.de
     8# Modified for version 3.81 by Hartmut Becker
    89#
    910# GNU Make is free software; you can redistribute it and/or modify
     
    3233
    3334ifeq ($(CC),cc)
    34 CFLAGS = $(defines) /include=([],[.glob])/prefix=all/standard=relaxed
     35CFLAGS = $(defines) /include=([],[.glob])/prefix=(all,except=(glob,globfree))/standard=relaxed
    3536else
    3637CFLAGS = $(defines) /include=([],[.glob])
     
    112113        $$ purge [...]
    113114        -$(RM) make.exe;,*.obj;
    114         -$(RM) *.opt;
    115115        -$(RM) [.glob]*.obj;
    116116
Note: See TracChangeset for help on using the changeset viewer.