Print this page
make: remove SCCS ident stuff

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/bin/make/common/default.mk.file
          +++ new/usr/src/cmd/make/bin/make/common/default.mk.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 1993 Sun Microsystems, Inc. All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24      -# @(#)default.mk.file 1.4 06/12/12
  25      -#
  26   24  
  27   25  SUFFIXES = .o .c .c~ .cc .cc~ .s .s~ .S .S~ .ln .f .f~ .F .F~ .l .l~ \
  28   26          .mod .mod~ .sym .def .def~ .p .p~ .r .r~ .y .y~ .h .h~ .sh .sh~ \
  29   27          .cps .cps~
  30   28  .SUFFIXES: $(SUFFIXES)
  31   29  
  32   30  # OUTPUT_OPTION should be defined to "-o $@" when
  33   31  # the default rules are used for non-local files.
  34   32  OUTPUT_OPTION=
  35   33  
↓ open down ↓ 196 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX