Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/dtrace/test/tst/common/Makefile
          +++ new/usr/src/cmd/dtrace/test/tst/common/Makefile
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  #
  28   28  # Copyright (c) 2012 by Delphix. All rights reserved.
  29      -# Copyright (c) 2013, Joyent, Inc. All rights reserved.
  30   29  # Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
       30 +# Copyright 2018 Joyent, Inc.
  31   31  #
  32   32  
  33   33  #
  34   34  # WARNING: Do not include Makefile.ctf here. That will cause tests to
  35   35  # break.
  36   36  #
  37   37  
  38   38  include $(SRC)/Makefile.master
  39   39  include ../Makefile.com
  40   40  
↓ open down ↓ 9 lines elided ↑ open up ↑
  50   50  CLOBBERFILES += usdt/forker.h usdt/lazyprobe.h
  51   51  
  52   52  fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace
  53   53  fasttrap/tst.stack.exe := LDLIBS += -ldtrace
  54   54  
  55   55  sysevent/tst.post.exe := LDLIBS += -lsysevent
  56   56  sysevent/tst.post_chan.exe := LDLIBS += -lsysevent
  57   57  
  58   58  ustack/tst.bigstack.exe := COPTFLAG += -xO1
  59   59  
       60 +CSTD = $(CSTD_GNU99)
       61 +
  60   62  nfs/%.o: $(SNOOPDIR)/%.c
  61   63          $(COMPILE.c) -o $@ $< -I$(SNOOPDIR)
  62   64          $(POST_PROCESS_O)
  63   65  nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
  64   66          $(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl
  65   67          $(POST_PROCESS) ; $(STRIP_STABS)
  66   68  $(RPCSVCDIR)/%.c: $(RPCSVCDIR)/%.x
  67   69          $(RPCGEN) -Cc $< > $@
  68   70  nfs/$(RPCSVCOBJS): $(RPCSVCDIR)/$(RPCSVCSRCS)
  69   71          $(COMPILE.c) -o $@ $(RPCSVCDIR)/$(RPCSVCSRCS)
↓ open down ↓ 96 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX