aboutsummaryrefslogtreecommitdiff
path: root/samples/samples.mk
Commit message (Collapse)AuthorAgeFilesLines
* scripts/samples: use the computed '$(sed)', not 'sed'Titus von Boxberg"2010-02-031-3/+3
|
* scripts: dump the current tuple with show-configYann E. MORIN"2010-01-311-1/+2
|
* scripts: add action to dump current configuration in humane-readable formYann E. MORIN"2010-01-311-0/+5
|
* samples: refine the listing of all samples for canadian samplesYann E. MORIN"2010-01-031-1/+1
| | | | | For canadian samples, display the sample as: target-tuple (host: host-tuple)
* samples: add an action to print details for all samplesYann E. MORIN"2010-01-031-0/+4
|
* samples: fix displaying samplesYann E. MORIN"2010-01-031-2/+7
|
* scripts: some eye-candyYann E. MORIN"2009-10-301-1/+6
|
* scripts: fix updating config.{sub,guess}Yann E. MORIN"2009-10-301-1/+1
|
* Fix white space damage after switching to using paths found by ./configure.Yann E. MORIN"2009-01-271-1/+1
| | | | | | /trunk/samples/samples.mk | 2 1 1 0 /trunk/config/config.mk | 104 52 52 0 ++++++++++++++++++++++++++-------------------------- 2 files changed, 53 insertions(+), 53 deletions(-)
* Use the paths found by ./configure in the ct-ng.in makefile script and its ↵Yann E. MORIN"2009-01-261-9/+9
| | | | | | | | | | fragments. /trunk/kconfig/kconfig.mk | 2 1 1 0 +- /trunk/samples/samples.mk | 18 9 9 0 +++++++++--------- /trunk/config/config.mk | 10 5 5 0 +++++----- /trunk/ct-ng.in | 22 13 9 0 +++++++++++++--------- 4 files changed, 28 insertions(+), 24 deletions(-)
* Be less verbose when a sample is directly built with build-sample-name.Yann E. MORIN"2008-11-211-4/+3
| | | | | /trunk/samples/samples.mk | 7 3 4 0 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
* Remove regtest actions, introduce build-all actions:Yann E. MORIN"2008-10-311-47/+53
| | | | | | | | | | | - regtest was not easy to use - one may wish to simply build all samples - introduce a per-sample automatic build /trunk/docs/overview.txt | 19 14 5 0 ++++++++--- /trunk/samples/samples.mk | 92 49 43 0 ++++++++++++++++++++++++++++------------------------- /trunk/ct-ng.comp | 8 5 3 0 +++-- 3 files changed, 68 insertions(+), 51 deletions(-)
* Enhance the make fragments:Yann E. MORIN"2008-10-271-13/+28
| | | | | | | | | | | | - comment the different parts - re-order the code so that it is homogeneous amogst fragments - eye-candy in some existing comments /trunk/tools/tools.mk | 17 15 2 0 +++++++++++++++-- /trunk/steps.mk | 38 26 12 0 ++++++++++++++++++++++++++------------ /trunk/samples/samples.mk | 41 28 13 0 ++++++++++++++++++++++++++++------------- /trunk/config/config.mk | 2 1 1 0 +- 4 files changed, 70 insertions(+), 28 deletions(-)
* Cheesy kconfig stuff:Yann E. MORIN"2008-10-151-15/+15
| | | | | | | | | | | | | | | | | | | | | - 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(-)
* Introduce the notion of a 'sample comment'.Yann E. MORIN"2008-10-141-5/+17
| | | | | | | | | | | | | | | - presence of the sample's reported.by file is now mandatory. - when saving a sample, reporter name & URL are queried, to avoid operator forget about creating the reported.by file. - when saving a sample, one can store a few-liner comment. - when recalling a sample, the reporter name, URL and comment (if present) are printed. - update the powerpc-e500v2-linux-gnuspe sample to include Nate's comment (from his original mail). - update all samples that were missing the reported.by file. /trunk/scripts/saveSample.sh | 46 35 11 0 ++++++++++++++++++------ /trunk/scripts/showSamples.sh | 12 6 6 0 +++--- /trunk/samples/powerpc-e500v2-linux-gnuspe/reported.by | 15 15 0 0 ++++++++ /trunk/samples/samples.mk | 22 17 5 0 +++++++++-- 4 files changed, 73 insertions(+), 22 deletions(-)
* Use a function to retrieve a sample directory.Yann E. MORIN"2008-10-141-10/+9
| | | | | /trunk/samples/samples.mk | 19 9 10 0 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-)
* Warn the user if he/she recalls a sample with EXPERIMENTAL features.Yann E. MORIN"2008-09-021-0/+12
| | | | | | | | Also, print the EXPERIMENTAL status when listing the samples. /trunk/scripts/showSamples.sh | 12 9 3 0 +++++++++--- /trunk/samples/samples.mk | 12 12 0 0 ++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-)
* Sort samples.Yann E. MORIN"2008-06-231-1/+1
| | | | | /trunk/samples/samples.mk | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Add a new rule to build the sample table ready to include in the WiKi.Yann E. MORIN"2008-06-151-0/+6
| | | | | | /trunk/scripts/showSamples.sh | 81 53 28 0 ++++++++++++++++++++++++++++++++----------------- /trunk/samples/samples.mk | 6 6 0 0 ++++ 2 files changed, 59 insertions(+), 28 deletions(-)
* Rework a little bit the steps and samples help entries.Yann E. MORIN"2008-06-011-3/+5
| | | | | | | | /trunk/docs/overview.txt | 2 1 1 0 +- /trunk/steps.mk | 7 5 2 0 +++++-- /trunk/samples/samples.mk | 8 5 3 0 +++++--- /trunk/ct-ng.in | 5 3 2 0 +++-- 4 files changed, 14 insertions(+), 8 deletions(-)
* Rework dumping the samples.Yann E. MORIN"2008-05-261-3/+7
| | | | | | /trunk/scripts/showSamples.sh | 1 0 1 0 - /trunk/samples/samples.mk | 10 7 3 0 +++++++--- 2 files changed, 7 insertions(+), 4 deletions(-)
* Add a new help entry to list each samples more verbosely, but only on-demand.Yann E. MORIN"2008-05-021-0/+4
| | | | | | /trunk/samples/samples.mk | 4 4 0 0 ++++ /trunk/scripts/showSamples.sh | 32 31 1 0 +++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-)
* Add the possibility to force the number of // jobs without reconfiguring.Yann E. MORIN"2007-08-151-4/+7
|
* Move CREDITS to docs/Yann E. MORIN"2007-07-221-0/+2
| | | | Be a bit verbose when restoring a sample.
* Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"2007-07-151-0/+71