Print this page
6117 Many small bugs prevent a clean build on SPARC

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libelf/Makefile.com
          +++ new/usr/src/cmd/sgs/libelf/Makefile.com
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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  #
       22 +# Copyright 2015 Gary Mills
  22   23  # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
  23   24  #
  24   25  
  25   26  LIBRARY=        libelf.a
  26   27  VERS=           .1
  27      -M4=             m4
  28   28  
  29   29  MACHOBJS=
  30   30  COMOBJS=        ar.o            begin.o         cntl.o          cook.o \
  31   31                  data.o          end.o           fill.o          flag.o \
  32   32                  getarhdr.o      getarsym.o      getbase.o       getdata.o \
  33   33                  getehdr.o       getident.o      getphdr.o       getscn.o \
  34   34                  getshdr.o \
  35   35                  getphnum.o      getshnum.o      getshstrndx.o \
  36   36                  hash.o          input.o         kind.o \
  37   37                  ndxscn.o        newdata.o       newehdr.o       newphdr.o \
↓ open down ↓ 5 lines elided ↑ open up ↑
  43   43                  checksum64.o
  44   44  BLTOBJS=        msg.o           xlate.o         xlate64.o
  45   45  MISCOBJS=       String.o        args.o          demangle.o      nlist.o \
  46   46                  nplist.o
  47   47  MISCOBJS64=     nlist.o
  48   48  
  49   49  OBJECTS=        $(BLTOBJS)  $(MACHOBJS)  $(COMOBJS)  $(CLASSOBJS) $(MISCOBJS)
  50   50  
  51   51  include $(SRC)/lib/Makefile.lib
  52   52  
       53 +# Use the value of M4 set in Makefile.master via Makefile.lib
       54 +
  53   55  DEMOFILES=      Makefile        00README        acom.c          dcom.c \
  54   56                  pcom.c          tpcom.c         dispsyms.c
  55   57  DEMOFILESRCDIR= ../demo
  56   58  ROOTDEMODIRBASE=$(ROOT)/usr/demo/ELF
  57   59  ROOTDEMODIRS=   $(ROOTDEMODIRBASE)
  58   60  
  59   61  include $(SRC)/cmd/sgs/Makefile.com
  60   62  
  61   63  WARLOCKFILES=   $(OBJECTS:%.o=wlocks/%.ll)
  62   64  
↓ open down ↓ 50 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX