<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for examples-v2 (2011-06-28)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* schedsim_priority/.cvsignore, schedsim_priority/Makefile: Update a
bit.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/schedsim/ChangeLog.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>schedsim/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/schedsim/schedsim_priority/.cvsignore.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>schedsim/schedsim_priority/.cvsignore</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//examples-v2/schedsim/schedsim_priority/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>schedsim/schedsim_priority/Makefile</td></tr>
</table>
<pre>
<font color='#006600'>diff -u examples-v2/schedsim/ChangeLog:1.2 examples-v2/schedsim/ChangeLog:1.3
--- examples-v2/schedsim/ChangeLog:1.2 Fri Apr 8 13:48:47 2011
+++ examples-v2/schedsim/ChangeLog Tue Jun 28 09:46:00 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * schedsim_priority/.cvsignore, schedsim_priority/Makefile: Update a
+ bit.
+
</font> 2011-04-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* schedsim_priority/Makefile, schedsim_priority/config.c: update and
<font color='#006600'>diff -u examples-v2/schedsim/schedsim_priority/.cvsignore:1.1 examples-v2/schedsim/schedsim_priority/.cvsignore:1.2
--- examples-v2/schedsim/schedsim_priority/.cvsignore:1.1 Fri Apr 8 13:48:48 2011
+++ examples-v2/schedsim/schedsim_priority/.cvsignore Tue Jun 28 09:46:00 2011
</font><font color='#997700'>@@ -1 +1,2 @@
</font><font color='#880000'>-schedsim
</font><font color='#000088'>+schedsim_priority
+stamp-test_prefix
</font>
<font color='#006600'>diff -u examples-v2/schedsim/schedsim_priority/Makefile:1.2 examples-v2/schedsim/schedsim_priority/Makefile:1.3
--- examples-v2/schedsim/schedsim_priority/Makefile:1.2 Fri Apr 8 13:48:48 2011
+++ examples-v2/schedsim/schedsim_priority/Makefile Tue Jun 28 09:46:00 2011
</font><font color='#997700'>@@ -2,16 +2,23 @@
</font> # $Id$
#
<font color='#880000'>-PREFIX=/home/joel/rtems-4.11-work/bsp-install/
</font><font color='#000088'>+# Change this path to match your installation
+PREFIX=/tmp/schedsim
</font> OBJS = config.o printheir_executing.o schedsim.o wrap_thread_dispatch.o
CPPFLAGS = -I${PREFIX}/include/schedsim
LDFLAGS = -L${PREFIX}/lib
LDFLAGS += -Wl,--wrap=_Thread_Dispatch
<font color='#000088'>+SCHEDSIM=schedsim_priority
</font>
<font color='#880000'>-all: schedsim
</font><font color='#000088'>+all: stamp-test_prefix $(SCHEDSIM)
</font>
<font color='#880000'>-schedsim: $(OBJS)
- g++ -o schedsim $(OBJS) $(LDFLAGS) -lschedsim -lrtems
</font><font color='#000088'>+stamp-test_prefix:
+ test -d ${PREFIX}
+ test -f ${PREFIX}/include/schedsim/rtems_sched.h
+ touch stamp-test_prefix
+
+$(SCHEDSIM): $(OBJS)
+ g++ -o $(SCHEDSIM) $(OBJS) $(LDFLAGS) -lschedsim -lrtems
</font>
clean:
<font color='#880000'>- rm -f *.o schedsim
</font><font color='#000088'>+ rm -f *.o $(SCHEDSIM) stamp-test_prefix
</font></pre>
<p> </p>
<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>