aboutsummaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
Commit message (Collapse)AuthorAgeFilesLines
...
* Use tools discovered via ./configure in scripts/showSample.sh; make it a ↵Yann E. MORIN"2009-02-011-3/+7
| | | | | | | POSIX shell script. /trunk/scripts/showSamples.sh | 10 7 3 0 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)
* Eyecandy in the WiKi table.Yann E. MORIN"2008-11-011-8/+12
| | | | | /trunk/scripts/showSamples.sh | 20 12 8 0 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-)
* Indent the samples list.Yann E. MORIN"2008-10-311-1/+1
| | | | | /trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Typo.Yann E. MORIN"2008-10-271-1/+1
| | | | | /trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Introduce the notion of a 'sample comment'.Yann E. MORIN"2008-10-141-6/+6
| | | | | | | | | | | | | | | - 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(-)
* Beautify somewhat the WiKi table for narrow screens.Yann E. MORIN"2008-09-141-3/+3
| | | | | /trunk/scripts/showSamples.sh | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
* Introduce a new EXPERIMENTAL feature: BARE_METAL.Yann E. MORIN"2008-09-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should ultimately llow to build bare-metal compilers, for targets that have no kernel and no C library. Move the C library build script to their own sub-directory; introduce an empty build script for bare-metal. Move the compiler build script to its own sub-directory. Move the kernel build script to its own sub-directory; introduce an empty build script for bare-metal. Update the ARM target tuples to enable bare-metal targets. Add two ARM bare-metal samples. Add latest Linux kernel versions. /trunk/scripts/build/kernel/none.sh | 77 6 71 0 +---- /trunk/scripts/build/cc/gcc.sh | 58 41 17 0 ++- /trunk/scripts/build/libc/none.sh | 513 9 504 0 +----------------------------- /trunk/scripts/crosstool.sh | 17 9 8 0 + /trunk/scripts/functions | 6 4 2 0 + /trunk/scripts/showSamples.sh | 6 3 3 0 /trunk/samples/arm-unknown-elf/crosstool.config | 225 225 0 0 +++++++++++++ /trunk/samples/arm-unknown-eabi/crosstool.config | 223 223 0 0 +++++++++++++ /trunk/config/kernel/linux_headers_install.in | 64 27 37 0 ++-- /trunk/config/kernel.in | 9 8 1 0 + /trunk/config/toolchain.in | 1 1 0 0 + /trunk/config/cc/gcc.in | 3 3 0 0 + /trunk/config/debug/dmalloc.in | 1 1 0 0 + /trunk/config/debug/gdb.in | 4 3 1 0 + /trunk/config/debug/strace.in | 1 1 0 0 + /trunk/config/debug/duma.in | 1 1 0 0 + /trunk/config/cc.in | 8 8 0 0 + /trunk/config/target.in | 13 13 0 0 + /trunk/config/binutils.in | 1 1 0 0 + /trunk/config/gmp_mpfr.in | 1 1 0 0 + /trunk/config/libc.in | 17 11 6 0 + /trunk/arch/arm/functions | 3 1 2 0 - 22 files changed, 600 insertions(+), 652 deletions(-)
* Dump the EXPERIMENTAL status and brokenness of samples in the WiKi table.Yann E. MORIN"2008-09-041-2/+7
| | | | | /trunk/scripts/showSamples.sh | 9 7 2 0 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
* Beautify samples listing.Yann E. MORIN"2008-09-021-4/+4
| | | | | /trunk/scripts/showSamples.sh | 8 4 4 0 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
* Warn the user if he/she recalls a sample with EXPERIMENTAL features.Yann E. MORIN"2008-09-021-3/+9
| | | | | | | | 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(-)
* Also dump the GMP and MPFR versions when dumping a sample in verbose mode.Yann E. MORIN"2008-08-251-0/+3
| | | | | /trunk/scripts/showSamples.sh | 3 3 0 0 +++ 1 file changed, 3 insertions(+)
* Pretyy-up the WiKi table with the date of last update for each sample.Yann E. MORIN"2008-07-291-3/+12
| | | | | /trunk/scripts/showSamples.sh | 15 12 3 0 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
* "Reported by" is now "First reported by".Yann E. MORIN"2008-07-271-1/+1
| | | | | /trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Also print the number of samples in the DokuWiki table.Yann E. MORIN"2008-07-251-0/+6
| | | | | /trunk/scripts/showSamples.sh | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
* Woops! It's the kernel v ersion that is /custom/, not the kernel it self!Yann E. MORIN"2008-07-251-2/+2
| | | | | /trunk/scripts/showSamples.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* When dumping the DokuWiki table of samples, don't leave the kernel headers ↵Yann E. MORIN"2008-07-251-1/+5
| | | | | | | version empty if using a custom headers set., and say so. /trunk/scripts/showSamples.sh | 6 5 1 0 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
* Some eye-candy in the WiKi status table.Yann E. MORIN"2008-07-191-5/+6
| | | | | /trunk/scripts/showSamples.sh | 11 6 5 0 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
* Small eye-candy in the WiKi table dump.Yann E. MORIN"2008-07-131-7/+6
| | | | | /trunk/scripts/showSamples.sh | 13 6 7 0 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-)
* Also report built-in languages in the status table.Yann E. MORIN"2008-07-131-3/+12
| | | | | /trunk/scripts/showSamples.sh | 15 12 3 0 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
* Fix wiki table sample output.Yann E. MORIN"2008-07-091-1/+1
| | | | | /trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Although working with bash, 'echo -n' is really non-portable.Yann E. MORIN"2008-07-071-39/+39
| | | | | | | | | | Get rid of this by using printf(1) with no trailing new-line (\n). Again, thanks to Martin GUY, who pointed this issue. /trunk/kconfig/kconfig.mk | 2 1 1 0 /trunk/scripts/build/libc_uClibc.sh | 4 3 1 0 ++ /trunk/scripts/showSamples.sh | 78 39 39 0 +++++++++++++++++++++--------------------- 3 files changed, 43 insertions(+), 41 deletions(-)
* Alloow for reporter without an URL (for privately mailed submissions).Yann E. MORIN"2008-06-251-2/+6
| | | | | /trunk/scripts/showSamples.sh | 8 6 2 0 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
* Re-format the dumped DokuWiki table of samples.Yann E. MORIN"2008-06-181-5/+15
| | | | | /trunk/scripts/showSamples.sh | 20 15 5 0 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-)
* Add a new rule to build the sample table ready to include in the WiKi.Yann E. MORIN"2008-06-151-28/+53
| | | | | | /trunk/scripts/showSamples.sh | 81 53 28 0 ++++++++++++++++++++++++++++++++----------------- /trunk/samples/samples.mk | 6 6 0 0 ++++ 2 files changed, 59 insertions(+), 28 deletions(-)
* Rework dumping the samples.Yann E. MORIN"2008-05-261-1/+0
| | | | | | /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-1/+31
| | | | | | /trunk/samples/samples.mk | 4 4 0 0 ++++ /trunk/scripts/showSamples.sh | 32 31 1 0 +++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-)
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-3/+10
| | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
* scripts/showSamples.sh:Yann E. MORIN"2007-06-171-3/+0
| | | | | | | | | | | | - revert sample dumping to not show the components versions; docs/overview.txt: - reorder docs/overview.txt so that configuring comes before running, - tell about regtest; Makefile: config/global.in: - point to docs/overview.txt for the list of steps;
* Correctly handle the log level overide in scripts/saveSample.sh.Yann E. MORIN"2007-05-231-2/+2
| | | | Little eye candy in scripts/showSamples.sh.
* Mark broken samples as such: use a file named 'broken' in the sample's ↵Yann E. MORIN"2007-05-221-6/+5
| | | | | | directory. Reflected this state when listing samples (in scripts/showSamples.sh).
* Print the major components and their version when calling "make help".Yann E. MORIN"2007-05-081-0/+30