Print this page
11224 nightly and bldenv should be usable directly

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/Makefile.tools
          +++ new/usr/src/tools/Makefile.tools
↓ open down ↓ 12 lines elided ↑ open up ↑
  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   22  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright 2020 Joyent, Inc.
  23   24  #
  24   25  # Definitions common to tool source.
  25   26  #
  26   27  include $(SRC)/Makefile.master
  27   28  
  28   29  FILEMODE=       0555
  29   30  
  30   31  TOOLS=                  $(SRC)/tools
  31   32  TOOLS_PROTO=            $(TOOLS)/proto/root_$(MACH)-nd
  32   33  ROOTOPT=                $(TOOLS_PROTO)/opt
↓ open down ↓ 20 lines elided ↑ open up ↑
  53   54  ELFSIGN_O=              $(TRUE)
  54   55  LDLIBS=
  55   56  LDFLAGS=                $(MAPFILE.NES:%=-M%) $(MAPFILE.NED:%=-M%) \
  56   57                              $(MAPFILE.PGA:%=-M%)
  57   58  
  58   59  # Unset CW_LINKER so we run the default.  We don't set LD here to avoid taking
  59   60  # the journey through LD_ALTEXEC unnecessarily.
  60   61  CW_LINKER=
  61   62  
  62   63  ROOTONBLDPROG=          $(PROG:%=$(ROOTONBLDBIN)/%)
       64 +ROOTONBLDSCRIPTS=       $(SCRIPTS:%=$(ROOTONBLDBIN)/%)
  63   65  ROOTONBLDMACHPROG=      $(PROG:%=$(ROOTONBLDBINMACH)/%)
  64   66  ROOTONBLDSHFILES=       $(SHFILES:%=$(ROOTONBLDBIN)/%)
  65   67  ROOTONBLDMAKEFILES=     $(MAKEFILES:%=$(ROOTONBLDBIN)/%)
  66   68  ROOTONBLDMACHSHFILES=   $(SHFILES:%=$(ROOTONBLDBINMACH)/%)
  67   69  ROOTONBLDMACHBINARIES=  $(BINARIES:%=$(ROOTONBLDBINMACH)/%)
  68   70  ROOTONBLDETCFILES=      $(ETCFILES:%=$(ROOTONBLDETC)/%)
  69   71  ROOTONBLDENVFILES=      $(ENVFILES:%=$(ROOTONBLDENV)/%)
  70   72  ROOTONBLDPERLFILES=     $(PERLFILES:%=$(ROOTONBLDBIN)/%)
  71   73  ROOTONBLDPERLMODULES=   $(PERLMODULES:%=$(ROOTONBLDLIBPERL)/%)
  72   74  ROOTONBLDPYFILES=       $(PYFILES:%=$(ROOTONBLDBIN)/%)
↓ open down ↓ 30 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX