Print this page
11657 Remove old ctf tools

Split Close
Expand all
Collapse all
          --- old/usr/src/Makefile.master
          +++ new/usr/src/Makefile.master
↓ open down ↓ 984 lines elided ↑ open up ↑
 985  985  #
 986  986  CTFCVTFLAGS=            -L VERSION
 987  987  
 988  988  #
 989  989  # Override to pass module-specific flags to ctfmerge.  Currently used only by
 990  990  # krtld to turn on fuzzy matching, and source-level debugging to inhibit
 991  991  # stripping.
 992  992  #
 993  993  CTFMRGFLAGS=
 994  994  
 995      -#
 996      -# Make the transition between old and new CTF Tools. The new ctf tools
 997      -# do not support stabs (eg. Sun Studio). By setting BUILD_OLD_CTF_TOOLS
 998      -# here or in the environment file, the old ones will be built.
 999      -#
1000      -BUILD_NEW_CTF_TOOLS=
1001      -BUILD_OLD_CTF_TOOLS=$(POUND_SIGN)
1002      -$(BUILD_OLD_CTF_TOOLS)BUILD_NEW_CTF_TOOLS= $(POUND_SIGN)
1003      -
1004  995  CTFCONVERT_O            = $(CTFCONVERT) $(CTFCVTFLAGS) $@
1005  996  
1006  997  # Rules (normally from make.rules) and macros which are used for post
1007  998  # processing files. Normally, these do stripping of the comment section
1008  999  # automatically.
1009 1000  #    RELEASE_CM:        Should be edited to reflect the release.
1010 1001  #    POST_PROCESS_O:    Post-processing for `.o' files (typically C source)
1011 1002  #    POST_PROCESS_S_O:  Post-processing for `.o' files built from asssembly
1012 1003  #    POST_PROCESS_CC_O: Post-processing for `.o' files built from C++
1013 1004  #    POST_PROCESS_A:            Post-processing for `.a' files (currently null).
↓ open down ↓ 249 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX