summaryrefslogtreecommitdiff
path: root/mk/tools/strip.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-11-12mk/tools: Create a strip-dbg tool.jperkin1-2/+15
On platform where strip supports -g it is used, otherwise this is a no-op.
2018-08-22Remove clauses 3,4 from TNF-only copyright blocks.maya1-8/+1
This is based on the decision The NetBSD Foundation made in 2008 to do so, which was already applied to src. This change has been applied to code which is likely not in other repositories. ok board@, reviewed by riastradh@
2005-07-17Rename the following variables for brevity:jlam1-2/+2
TOOLS_REAL_CMD.<tool> => TOOLS_PATH.<tool> TOOLS_REAL_ARGS.<tool> => TOOLS_ARGS.<tool> TOOLS_REAL_CMDLINE.<tool> => TOOLS_CMDLINE.<tool>
2005-05-21Grammar 101 -- sentences should end in a period.jlam1-2/+2
2005-05-21Add TNF copyright to the new tools framework makefiles.jlam1-1/+37
2005-05-10Split out "strip" from the USE_TOOLS processing in replace.mk. Instead,jlam1-0/+16
we create a "strip" tool unconditionally, and make it either a no-op or the real thing depending on the whether we want unstripped files or not.