Print this page
5651 Missing header file sys/fs/s5ino.h referenced in /usr/src/cmd/acct/diskusg.c

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/acct/Makefile
          +++ new/usr/src/cmd/acct/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  #
       22 +# Copyright 2015 Gary Mills
  22   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   24  # Use is subject to license terms.
  24   25  #
  25   26  
  26   27  PROG=           acctcms acctcom acctcon acctcon1 acctcon2 \
  27   28                  acctdisk acctdusg acctmerg accton acctprc acctprc1 \
  28   29                  acctprc2 acctwtmp closewtmp fwtmp \
  29   30                  wtmpfix utmp2wtmp
  30   31  SHFILE1=        acct chargefee ckpacct dodisk lastlogin\
  31   32                  monacct nulladm prctmp prdaily prtacct \
  32   33                  remove runacct shutacct startup turnacct
  33   34  SHFILE2=        ptecms.awk ptelus.awk
  34   35  SUBDIRS=        lib
  35   36  ALL=            $(PROG) $(SHFILE1) $(SHFILE2) holidays
  36   37  
  37   38  SRCS=           $(PROG:%=%.c)
  38   39  SHFILE1SRCS=    $(SHFILE1:%=%.sh)
  39   40  
  40      -TXTS=           diskusg.c
  41      -
  42   41  BINPROG=        acctcom
  43   42  LIBPROG=        acctcms acctcon acctcon1 acctcon2 acctdisk \
  44   43                  acctdusg acctmerg accton acctprc acctprc1 acctprc2 \
  45   44                  acctwtmp closewtmp fwtmp utmp2wtmp \
  46   45                  wtmpfix chargefee ckpacct dodisk monacct \
  47   46                  lastlogin nulladm prctmp prdaily prtacct \
  48   47                  remove runacct shutacct startup turnacct \
  49   48                  ptecms.awk ptelus.awk
  50   49  ETCPROG=        holidays
  51   50  INITPROG=       acct
↓ open down ↓ 38 lines elided ↑ open up ↑
  90   89  
  91   90  CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  92   91  CERRWARN +=     -_gcc=-Wno-parentheses
  93   92  CERRWARN +=     -_gcc=-Wno-unused-variable
  94   93  CERRWARN +=     -_gcc=-Wno-address
  95   94  
  96   95  .KEEP_STATE:
  97   96  
  98   97  .PARALLEL: $(ALL)
  99   98  
 100      -all: $(SUBDIRS) .WAIT $(ALL) $(TXTS)
       99 +all: $(SUBDIRS) .WAIT $(ALL)
 101  100  
 102  101  install: all .WAIT $(DIRS) .WAIT $(USRBINPROG) $(LIBACCTPROG) $(ETCACCTPROG) \
 103  102          $(ETCINITPROG)
 104  103  
 105  104  THIS_YEAR:sh=   date +%Y
 106  105  
 107  106  holidays:       FRC
 108  107          @if grep $(THIS_YEAR) holidays > /dev/null 2>&1;\
 109  108          then \
 110  109                  :;\
↓ open down ↓ 46 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX