Print this page
5468 Missing dependencies in lib/Makefile

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/autofs/Makefile
          +++ new/usr/src/cmd/fs.d/autofs/Makefile
↓ 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  # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
       22 +# Copyright 2015 RackTop Systems.
  22   23  #
  23   24  # cmd/fs.d/autofs/Makefile
  24   25  
  25   26  FSTYPE=         autofs
  26   27  AUTO=           automount
  27   28  MOUNT=          mount
  28   29  VERS=           .2
  29   30  DFSHARES=       dfshares
  30   31  SHARE=          share
  31   32  UNSHARE=        unshare
↓ open down ↓ 86 lines elided ↑ open up ↑
 118  119  
 119  120  $(MOUNT):       $(MOUNTOBJS)
 120  121                  $(LINK.c) -o $@ $(MOUNTOBJS) $(LDLIBS)
 121  122                  $(POST_PROCESS)
 122  123  
 123  124  $(TYPEPROG):    webnfs.h $(TYPEOBJS)
 124  125                  $(LINK.c) -o $@ $(TYPEOBJS) $(LDLIBS)
 125  126                  $(POST_PROCESS)
 126  127  
 127  128  $(SHARE):       $(SHAREOBJS)
 128      -                $(LINK.c) -o $@ $(SHAREOBJS)
      129 +                $(LINK.c) -o $@ $(SHAREOBJS) $(LDLIBS)
 129  130                  $(POST_PROCESS)
 130  131  
 131  132  $(UNSHARE):     $(UNSHAREOBJS)
 132      -                $(LINK.c) -o $@ $(UNSHAREOBJS)
      133 +                $(LINK.c) -o $@ $(UNSHAREOBJS) $(LDLIBS)
 133  134                  $(POST_PROCESS)
 134  135  
 135  136  $(ROOTSVCSYSTEM)/filesystem/%: %
 136  137                  $(INS.file)
 137  138  
 138  139  DUMP_PROG=malloc_dump
 139  140  BUILDDIR=tmp
 140  141  DUMP_PROTO=$(BUILDDIR)/$(DUMP_PROG)_client
 141  142  XFILE=$(BUILDDIR)/malloc_dump.x
 142  143  XLINE= "program DUMP { version VERS \
↓ open down ↓ 73 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX