Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-17 | Rename the following variables for brevity: | jlam | 1 | -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-21 | Grammar 101 -- sentences should end in a period. | jlam | 1 | -2/+2 | |
2005-05-21 | Add TNF copyright to the new tools framework makefiles. | jlam | 1 | -1/+37 | |
2005-05-10 | Split out "strip" from the USE_TOOLS processing in replace.mk. Instead, | jlam | 1 | -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. |