Print this page
XXX Rearchitect and replace interrupt distribution

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/intrd/Makefile
          +++ new/usr/src/cmd/intrd/Makefile
↓ open down ↓ 18 lines elided ↑ open up ↑
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  # Makefile for interrupt distribution daemon
  27   27  #
  28   28  
  29      -PROG=           intrd
  30   29  MANIFEST=       intrd.xml
  31   30  SVCMETHOD=      svc-intrd
  32   31  
  33   32  include ../Makefile.cmd
  34   33  
  35   34  TARGET= all
  36   35  
  37   36  ROOTMANIFESTDIR=        $(ROOTSVCSYSTEM)
  38   37  
  39   38  # install macros and rule
  40   39  #
  41      -ROOTPROG=       $(ROOTLIB)/$(PROG)
  42      -$(ROOTPROG)     := FILEMODE= 555
  43   40  
  44   41  .KEEP_STATE:
  45   42  
  46   43  all: $(PROG)
  47   44  
  48      -install: all .WAIT $(ROOTPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
       45 +install: all .WAIT $(ROOTMANIFEST) $(ROOTSVCMETHOD)
  49   46  
  50   47  clean:
  51   48  
  52   49  check:  $(CHKMANIFEST)
  53   50  
  54   51  ${ROOTLIB}/%: %
  55   52          ${INS.file}
  56   53  
  57   54  lint:
  58   55  
  59   56  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX