Print this page
make: remove SCCS ident stuff

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/make/bin/make/common/svr4.make.rules.file
          +++ new/usr/src/cmd/make/bin/make/common/svr4.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 1994 Sun Microsystems, Inc. All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24      -# @(#)svr4.make.rules.file 1.4 06/12/12
  25   24  #
  26   25  .SUFFIXES: .o .c .c~ .y .y~ .l .l~ .s .s~ .sh .sh~ .h .h~ .f .f~ \
  27   26  .C .C~ .Y .Y~ .L .L~
  28   27  
  29   28  MAKE=make
  30   29  BUILD=build
  31   30  AR=ar
  32   31  ARFLAGS=rv
  33   32  AS=as
  34   33  ASFLAGS=
↓ open down ↓ 208 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX