Print this page
6117 Many small bugs prevent a clean build on SPARC

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/yacc/Makefile.com
          +++ new/usr/src/cmd/sgs/yacc/Makefile.com
↓ 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 2008 Sun Microsystems, Inc.  All rights reserved.
  23   24  # Use is subject to license terms.
  24   25  #
  25   26  
  26   27  PROG=           yacc
  27   28  
  28   29  COMOBJS=        y1.o y2.o y3.o y4.o
  29   30  POBJECTS=       $(COMOBJS)
  30   31  POBJS=          $(POBJECTS:%=objs/%)
  31   32  
↓ open down ↓ 20 lines elided ↑ open up ↑
  52   53  # since these symbols (mainly yyparse) are to be resolved elsewhere.
  53   54  #
  54   55  $(DYNLIB):= ZDEFS = $(ZNODEFS)
  55   56  $(DYNLIBCCC):= ZDEFS = $(ZNODEFS)
  56   57  LINTSRCS=       ../common/llib-l$(LIBNAME)
  57   58  
  58   59  INCLIST=        -I../../include -I../../include/$(MACH)
  59   60  CPPFLAGS=       $(INCLIST) $(DEFLIST) $(CPPFLAGS.master)
  60   61  LDLIBS=         $(LDLIBS.cmd)
  61   62  BUILD.AR=       $(AR) $(ARFLAGS) $@ `$(LORDER) $(OBJS) | $(TSORT)`
  62      -LINTFLAGS=      -amux
       63 +LINTFLAGS=      -nuaxm
       64 +LINTFLAGS64=    -nuaxm -m64
  63   65  LINTPOUT=       lint.out
  64   66  
  65   67  C99MODE= $(C99_ENABLE)
  66   68  CFLAGS += $(CCVERBOSE)
  67   69  CFLAGS64 += $(CCVERBOSE)
  68   70  CERRWARN += -_gcc=-Wno-parentheses
  69   71  CERRWARN += -_gcc=-Wno-uninitialized
  70   72  
  71      -$(LINTLIB):=    LINTFLAGS = -nvx
  72   73  $(ROOTPROG):= FILEMODE = 0555
  73   74  
  74   75  ROOTYACCPAR=    $(YACCPAR:%=$(ROOTSHLIBCCS)/%)
  75   76  
  76   77  ROOTLINTDIR=    $(ROOTLIBDIR)
  77   78  ROOTLINT=       $(LINTSRCS:../common/%=$(ROOTLINTDIR)/%)
  78   79  
  79   80  DYNLINKLIBDIR=  $(ROOTLIBDIR)
  80   81  DYNLINKLIB=     $(LIBLINKS:%=$(DYNLINKLIBDIR)/%)
  81   82  
  82   83  $(DYNLIB) :=    LDLIBS += -lc
  83   84  
  84   85  CLEANFILES +=   $(LINTPOUT)
  85   86  CLOBBERFILES += $(LIBS) $(LIBRARY)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX