Print this page
9868 unused cw translations should be removed

Split Close
Expand all
Collapse all
          --- old/usr/src/Makefile.master
          +++ new/usr/src/Makefile.master
↓ open down ↓ 382 lines elided ↑ open up ↑
 383  383  SAVEARGS=               -Wu,-save_args
 384  384  amd64_STAND_FLAGS       += $(SAVEARGS)
 385  385  
 386  386  STAND_FLAGS_32 = $($(MACH)_STAND_FLAGS)
 387  387  STAND_FLAGS_64 = $($(MACH64)_STAND_FLAGS)
 388  388  
 389  389  #
 390  390  # disable the incremental linker
 391  391  ILDOFF=                 -xildoff
 392  392  #
 393      -XDEPEND=                -xdepend
 394  393  XFFLAG=                 -xF=%all
 395  394  XESS=                   -xs
 396  395  XSTRCONST=              -xstrconst
 397  396  
 398  397  #
 399  398  # turn warnings into errors (C)
 400  399  CERRWARN = -errtags=yes -errwarn=%all
 401  400  CERRWARN += -erroff=E_EMPTY_TRANSLATION_UNIT
 402  401  CERRWARN += -erroff=E_STATEMENT_NOT_REACHED
 403  402  
↓ open down ↓ 776 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX