change log for examples-v2 (2011-04-01)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Apr 1 19:10:05 UTC 2011


 *joel*:
2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>

	* Makefile, libcpp/Makefile: Update to account for movement of .cfg
	files.

M    1.5  cxx/ChangeLog
M    1.2  cxx/Makefile
M    1.3  cxx/libcpp/Makefile

diff -u examples-v2/cxx/ChangeLog:1.4 examples-v2/cxx/ChangeLog:1.5
--- examples-v2/cxx/ChangeLog:1.4	Thu Apr 29 16:51:56 2010
+++ examples-v2/cxx/ChangeLog	Fri Apr  1 13:11:30 2011
@@ -1,3 +1,8 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile, libcpp/Makefile: Update to account for movement of .cfg
+	files.
+
 2010-04-29	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* cxx_throw/init.cc: Turn off test when BSP_SMALL_MEMORY defined.

diff -u examples-v2/cxx/Makefile:1.1 examples-v2/cxx/Makefile:1.2
--- examples-v2/cxx/Makefile:1.1	Thu Aug  6 16:25:39 2009
+++ examples-v2/cxx/Makefile	Fri Apr  1 13:11:30 2011
@@ -4,7 +4,7 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
 # These tests require C++
 ifneq ($(CXX_FOR_TARGET),)

diff -u examples-v2/cxx/libcpp/Makefile:1.2 examples-v2/cxx/libcpp/Makefile:1.3
--- examples-v2/cxx/libcpp/Makefile:1.2	Thu Aug  6 18:42:04 2009
+++ examples-v2/cxx/libcpp/Makefile	Fri Apr  1 13:11:30 2011
@@ -25,7 +25,7 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/lib.cfg
+include $(RTEMS_SHARE)/make/lib.cfg
 
 #
 # Extra rules for other variations on C++ file name extensions


 *joel*:
2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>

	* Makefile: Update to account for movement of .cfg files.

M    1.5  ChangeLog
M    1.4  Makefile
M    1.2  benchmarks/ChangeLog
M    1.2  benchmarks/Makefile
M    1.4  classic_api/ChangeLog
M    1.2  classic_api/Makefile
M    1.8  file_io/ChangeLog
M    1.3  file_io/Makefile
M    1.4  hello/ChangeLog
M    1.2  hello/Makefile
M   1.13  led/ChangeLog
M    1.4  led/Makefile
M   1.14  misc/ChangeLog
M    1.7  misc/Makefile
M    1.3  posix_api/ChangeLog
M    1.2  posix_api/Makefile
M    1.3  ticker/ChangeLog
M    1.2  ticker/Makefile
M    1.3  uboot/ChangeLog
M    1.2  uboot/Makefile

diff -u examples-v2/ChangeLog:1.4 examples-v2/ChangeLog:1.5
--- examples-v2/ChangeLog:1.4	Tue Mar  8 01:29:35 2011
+++ examples-v2/ChangeLog	Fri Apr  1 13:11:46 2011
@@ -1,3 +1,7 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile: Update to account for movement of .cfg files.
+
 2011-03-08	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* classic_api/triple_period/Makefile: 

diff -u examples-v2/Makefile:1.3 examples-v2/Makefile:1.4
--- examples-v2/Makefile:1.3	Thu Aug  6 18:23:35 2009
+++ examples-v2/Makefile	Fri Apr  1 13:11:46 2011
@@ -4,9 +4,10 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
-SUBDIRS=classic_api posix_api hello led misc ticker file_io
+SUBDIRS=classic_api posix_api hello led misc ticker file_io \
+  benchmarks
 
 # Monitor Specific Examples
 SUBDIRS += uboot

diff -u examples-v2/benchmarks/ChangeLog:1.1 examples-v2/benchmarks/ChangeLog:1.2
--- examples-v2/benchmarks/ChangeLog:1.1	Thu Mar 17 08:24:16 2011
+++ examples-v2/benchmarks/ChangeLog	Fri Apr  1 13:11:26 2011
@@ -1,3 +1,7 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile: Update to account for movement of .cfg files.
+
 2011-03-17	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* ChangeLog, Makefile, nbench/Makefile, nbench/README, nbench/main.c,

diff -u examples-v2/benchmarks/Makefile:1.1 examples-v2/benchmarks/Makefile:1.2
--- examples-v2/benchmarks/Makefile:1.1	Thu Mar 17 08:24:16 2011
+++ examples-v2/benchmarks/Makefile	Fri Apr  1 13:11:26 2011
@@ -4,6 +4,6 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
 SUBDIRS=nbench

diff -u examples-v2/classic_api/ChangeLog:1.3 examples-v2/classic_api/ChangeLog:1.4
--- examples-v2/classic_api/ChangeLog:1.3	Thu Mar  3 12:00:29 2011
+++ examples-v2/classic_api/ChangeLog	Fri Apr  1 13:11:28 2011
@@ -1,3 +1,7 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile: Update to account for movement of .cfg files.
+
 2011-03-03	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* classic_signal/test.c: Example clean up.

diff -u examples-v2/classic_api/Makefile:1.1 examples-v2/classic_api/Makefile:1.2
--- examples-v2/classic_api/Makefile:1.1	Thu Aug  6 15:25:58 2009
+++ examples-v2/classic_api/Makefile	Fri Apr  1 13:11:28 2011
@@ -4,6 +4,6 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
 SUBDIRS=classic_signal triple_period

diff -u examples-v2/file_io/ChangeLog:1.7 examples-v2/file_io/ChangeLog:1.8
--- examples-v2/file_io/ChangeLog:1.7	Mon Mar 14 10:53:09 2011
+++ examples-v2/file_io/ChangeLog	Fri Apr  1 13:11:31 2011
@@ -1,3 +1,7 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile: Update to account for movement of .cfg files.
+
 2011-03-14	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* crc/Makefile, fat_ramdisk/Makefile: Fix Makefiles.

diff -u examples-v2/file_io/Makefile:1.2 examples-v2/file_io/Makefile:1.3
--- examples-v2/file_io/Makefile:1.2	Fri Mar 11 11:35:58 2011
+++ examples-v2/file_io/Makefile	Fri Apr  1 13:11:32 2011
@@ -4,6 +4,6 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
 SUBDIRS = fdopen filerdback repeated_opens crc

diff -u examples-v2/hello/ChangeLog:1.3 examples-v2/hello/ChangeLog:1.4
--- examples-v2/hello/ChangeLog:1.3	Thu Mar  3 12:00:33 2011
+++ examples-v2/hello/ChangeLog	Fri Apr  1 13:11:34 2011
@@ -1,3 +1,7 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile: Update to account for movement of .cfg files.
+
 2011-03-03	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* both_hello/test.c, hello_world_c/test.c, posix_hello_world/test.c:

diff -u examples-v2/hello/Makefile:1.1 examples-v2/hello/Makefile:1.2
--- examples-v2/hello/Makefile:1.1	Thu Aug  6 15:25:58 2009
+++ examples-v2/hello/Makefile	Fri Apr  1 13:11:34 2011
@@ -4,7 +4,7 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
 SUBDIRS=hello_world_c 
 

diff -u examples-v2/led/ChangeLog:1.12 examples-v2/led/ChangeLog:1.13
--- examples-v2/led/ChangeLog:1.12	Thu Mar  3 12:00:34 2011
+++ examples-v2/led/ChangeLog	Fri Apr  1 13:11:36 2011
@@ -1,3 +1,7 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile: Update to account for movement of .cfg files.
+
 2011-03-03	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* event_server/init.c, msg_server/init.c, sem_server/init.c,

diff -u examples-v2/led/Makefile:1.3 examples-v2/led/Makefile:1.4
--- examples-v2/led/Makefile:1.3	Mon Oct 12 15:57:29 2009
+++ examples-v2/led/Makefile	Fri Apr  1 13:11:36 2011
@@ -4,7 +4,7 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
 SUBDIRS=delay event_server msg_server sem_server ratemon1 ratemon2 \
   timeout_event timer timer_server

diff -u examples-v2/misc/ChangeLog:1.13 examples-v2/misc/ChangeLog:1.14
--- examples-v2/misc/ChangeLog:1.13	Thu Mar  3 08:39:19 2011
+++ examples-v2/misc/ChangeLog	Fri Apr  1 13:11:38 2011
@@ -1,3 +1,7 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile: Update to account for movement of .cfg files.
+
 2011-03-03	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1748/bsps

diff -u examples-v2/misc/Makefile:1.6 examples-v2/misc/Makefile:1.7
--- examples-v2/misc/Makefile:1.6	Thu Mar  3 08:38:54 2011
+++ examples-v2/misc/Makefile	Fri Apr  1 13:11:38 2011
@@ -4,7 +4,7 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
 SUBDIRS=minimum bspcmdline extract_example nanosecond_tick_wrap
 

diff -u examples-v2/posix_api/ChangeLog:1.2 examples-v2/posix_api/ChangeLog:1.3
--- examples-v2/posix_api/ChangeLog:1.2	Thu Aug  6 16:27:51 2009
+++ examples-v2/posix_api/ChangeLog	Fri Apr  1 13:11:40 2011
@@ -1,3 +1,7 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile: Update to account for movement of .cfg files.
+
 2009-08-06	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* psx_example_1/.cvsignore, psx_example_2/.cvsignore,

diff -u examples-v2/posix_api/Makefile:1.1 examples-v2/posix_api/Makefile:1.2
--- examples-v2/posix_api/Makefile:1.1	Thu Aug  6 16:26:29 2009
+++ examples-v2/posix_api/Makefile	Fri Apr  1 13:11:40 2011
@@ -4,7 +4,7 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
 # If the POSIX API isn't enabled, we can't build these
 ifeq ($(RTEMS_HAS_POSIX_API),yes)

diff -u examples-v2/ticker/ChangeLog:1.2 examples-v2/ticker/ChangeLog:1.3
--- examples-v2/ticker/ChangeLog:1.2	Tue Oct  6 16:46:28 2009
+++ examples-v2/ticker/ChangeLog	Fri Apr  1 13:11:42 2011
@@ -1,3 +1,7 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile: Update to account for movement of .cfg files.
+
 2009-10-06	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* low_ticker1/init.c: Change minimum stack space on SPARC to 1024.

diff -u examples-v2/ticker/Makefile:1.1 examples-v2/ticker/Makefile:1.2
--- examples-v2/ticker/Makefile:1.1	Thu Aug  6 15:25:58 2009
+++ examples-v2/ticker/Makefile	Fri Apr  1 13:11:42 2011
@@ -4,7 +4,7 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
 # Ticker Variations
 SUBDIRS = ticker low_ticker low_ticker1 low_ticker2 

diff -u examples-v2/uboot/ChangeLog:1.2 examples-v2/uboot/ChangeLog:1.3
--- examples-v2/uboot/ChangeLog:1.2	Thu Aug  6 18:23:01 2009
+++ examples-v2/uboot/ChangeLog	Fri Apr  1 13:11:44 2011
@@ -1,3 +1,7 @@
+2011-04-01	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* Makefile: Update to account for movement of .cfg files.
+
 2009-08-06	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* uboot_getenv/.cvsignore: New file.

diff -u examples-v2/uboot/Makefile:1.1 examples-v2/uboot/Makefile:1.2
--- examples-v2/uboot/Makefile:1.1	Thu Aug  6 16:25:57 2009
+++ examples-v2/uboot/Makefile	Fri Apr  1 13:11:44 2011
@@ -4,6 +4,6 @@
 
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
 include $(RTEMS_CUSTOM)
-include $(RTEMS_ROOT)/make/directory.cfg
+include $(RTEMS_SHARE)/make/directory.cfg
 
 SUBDIRS = uboot_getenv



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110401/45a75db3/attachment.html>


More information about the vc mailing list