patches/duma/2_5_12/110-separate_cpp.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 14 21:30:27 2008 +0000 (2008-10-14)
changeset 935 e175e3538310
parent 430 5b7efc8dbf85
permissions -rw-r--r--
Introduce the notion of a 'sample comment'.

- 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(-)
yann@430
     1
diff -durN duma_2_5_12.orig/Makefile duma_2_5_12/Makefile
yann@430
     2
--- duma_2_5_12.orig/Makefile	2007-09-07 21:57:45.000000000 +0200
yann@430
     3
+++ duma_2_5_12/Makefile	2007-09-07 21:58:35.000000000 +0200
yann@430
     4
@@ -231,9 +231,13 @@
yann@430
     5
 	dumatest.c tstheap.c thread-test.c testmt.c dumatestpp.cpp testoperators.cpp \
yann@430
     6
 	createconf.c
yann@430
     7
yann@430
     8
-OBJECTS = dumapp.o duma.o sem_inc.o print.o
yann@430
     9
+OBJECTS = duma.o sem_inc.o print.o
yann@430
    10
+SO_OBJECTS = duma_so.o sem_inc_so.o print_so.o
yann@430
    11
yann@430
    12
-SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o
yann@430
    13
+ifeq ($(DUMA_CPP),1)
yann@430
    14
+OBJECTS += dumapp.o
yann@430
    15
+SO_OBJECTS += dumapp_so.o
yann@430
    16
+endif
yann@430
    17
yann@430
    18
 all:	libduma.a tstheap$(EXEPOSTFIX) dumatest$(EXEPOSTFIX) thread-test$(EXEPOSTFIX) testmt$(EXEPOSTFIX) dumatestpp$(EXEPOSTFIX) testoperators$(EXEPOSTFIX) $(DUMA_DYN_DEPS)
yann@430
    19
 	@ $(ECHOLF)