Print this page
make: remove SCCS ident stuff

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/bin/make/common/make.rules.file
          +++ new/usr/src/cmd/make/bin/make/common/make.rules.file
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  # Copyright 2003 Sun Microsystems, Inc. All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24      -# @(#)make.rules.file 1.22 06/12/12
  25      -#
  26   24  
  27   25  SUFFIXES = .o .c .c~ .cc .cc~ .y .y~ .l .l~ .s .s~ .sh .sh~ .S .S~ .i .ln \
  28   26          .h .h~ .f .f~ .for .for~ .F .F~ .f90 .f90~ .ftn .ftn~ .mod .mod~ \
  29   27          .sym .def .def~ .p .p~ .r .r~ .cps .cps~ .C .C~ .Y .Y~ .L .L~ \
  30   28          .java .java~ .class
  31   29  
  32   30  .SUFFIXES: $(SUFFIXES)
  33   31  
  34   32  # OUTPUT_OPTION should be defined to "-o $@" when
  35   33  # the default rules are used for non-local files.
↓ open down ↓ 465 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX