summaryrefslogtreecommitdiff
path: root/tools/tools.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-10-15Cheesy kconfig stuff:Yann E. MORIN"1-6/+6
- silent/quiet/verbose build: - ct-ng by default only prints quit messages, such as "CC xxx", - if using V=0, nothing is printed, - if using V=1, the full command lines are printed, - other values are indeterminate, - should help in debugging the kconfig stuff; - complete kconfig/{,m}conf generation: - fully dynamic dependencies on source files, - compilation of .c into .o, then linking (instead of direct linking), - VPATH usage when not --local; Typo + a coment moved. /trunk/kconfig/kconfig.mk | 140 87 53 0 +++++++++++++++++++++++++++++++++-------------------- /trunk/tools/tools.mk | 12 6 6 0 ++-- /trunk/steps.mk | 6 3 3 0 +- /trunk/samples/samples.mk | 30 15 15 0 +++++----- /trunk/ct-ng.in | 40 28 12 0 +++++++++++---- 5 files changed, 139 insertions(+), 89 deletions(-)
2008-05-08Update the URLs where to retrieve config.guess and config.sub from.Yann E. MORIN"1-2/+2
/trunk/tools/tools.mk | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
2007-08-15Add the possibility to force the number of // jobs without reconfiguring.Yann E. MORIN"1-1/+1
2007-07-15Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"1-0/+31