Print this page
9128 cw(1onbld) should be able to run multiple shadows
9129 file-locking tests shouldn't build multiple source files in one compiler invocation
9130 DTrace tst.gcc.d isn't useful
9132 cw(1onbld) shouldn't shadow pure preprocessing
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed? by: Yuri Pankov <yuripv@yuripv.net>
Reviewed? by: Robert Mustacchi <rm@joyent.com>
Reviewed? by: Jason King <jason.king@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/cw/Makefile
          +++ new/usr/src/tools/cw/Makefile
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32  # Bootstrap problem -- we have to build cw before we can use it
  33   33  i386_CC=                $(SPRO_VROOT)/bin/cc
  34   34  sparc_CC=               $(SPRO_VROOT)/bin/cc
  35   35  $(__GNUC)i386_CC=       $(GCC_ROOT)/bin/gcc
  36   36  $(__GNUC)sparc_CC=      $(GCC_ROOT)/bin/gcc
  37   37  
  38   38  CFLAGS += $(CCVERBOSE)
  39   39  
  40   40  # Override CFLAGS.  This is needed only for bootstrap of cw.
  41   41  $(__GNUC)CFLAGS=        -O -D__sun -Wall -Wno-unknown-pragmas -Werror \
  42      -                        -std=gnu89 -nodefaultlibs
       42 +                        -std=gnu99 -nodefaultlibs
  43   43  $(__SUNC)CFLAGS=        -xspace -Xa  -xildoff -errtags=yes -errwarn=%all \
  44      -                        -xc99=%none    -W0,-xglobalstatic -v
       44 +                        -xc99=%all    -W0,-xglobalstatic -v
  45   45  
  46   46  
  47   47  $(__GNUC)LDLIBS +=      -lc
  48   48  $(__GNUC)LDFLAGS=       $(MAPFILE.NES:%=-Wl,-M%)
  49   49  
  50      -CPPFLAGS += -DDEFAULT_CC_DIR='"$(SPRO_VROOT)/bin"'
  51      -CPPFLAGS += -DDEFAULT_GCC_DIR='"$(GCC_ROOT)/bin"'
  52      -CPPFLAGS += -DDEFAULT_CPLUSPLUS_DIR='"$(SPRO_VROOT)/bin"'
  53      -CPPFLAGS += -DDEFAULT_GPLUSPLUS_DIR='"$(GCC_ROOT)/bin"'
  54   50  
  55   51  $(ROOTONBLDMAN1ONBLDFILES) := FILEMODE=      644
  56   52  
  57   53  # Assume we don't have the install.bin available yet
  58   54  INS.file=       $(RM) $@; $(CP) $< $(@D); $(CHMOD) $(FILEMODE) $@
  59   55  
  60   56  .KEEP_STATE:
  61   57  
  62   58  all: $(PROG) $(MAN1ONBLDFILES)
  63   59  
  64   60  install: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1ONBLDFILES)
  65   61  
  66   62  lint: lint_PROG
  67   63  
  68   64  clean:
  69   65  
  70   66  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX