summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-09 21:40:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-09 21:40:42 +0000
commit5c0f2e97af414aede952199f21dda6c4b3e4b942 (patch)
tree26d29014dd8994d0e366680d47751c562d586b43
parent2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadnetwork-demos-5c0f2e97af414aede952199f21dda6c4b3e4b942.tar.bz2
2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: bin2c now rtems-bin2c.
-rw-r--r--http/ChangeLog4
-rw-r--r--http/Makefile2
-rw-r--r--mcast/ChangeLog4
-rw-r--r--mcast/Makefile2
-rw-r--r--nfsClientTest/ChangeLog4
-rw-r--r--nfsClientTest/Makefile2
6 files changed, 15 insertions, 3 deletions
diff --git a/http/ChangeLog b/http/ChangeLog
index a77cac3..bc8a46a 100644
--- a/http/ChangeLog
+++ b/http/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: bin2c now rtems-bin2c.
+
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile: No use of objdump.
diff --git a/http/Makefile b/http/Makefile
index e6e3d28..ddbcb86 100644
--- a/http/Makefile
+++ b/http/Makefile
@@ -86,7 +86,7 @@ FilesystemImage: $(ARCH) stamp-index-html \
tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .
FilesystemImage.c: $(ARCH) FilesystemImage
- $(PROJECT_ROOT)/bin/bin2c FilesystemImage FilesystemImage
+ $(PROJECT_ROOT)/bin/rtems-bin2c FilesystemImage FilesystemImage
rootfs/index.html: shttpd_index.html goahead_index.html
ifeq ($(USE_SIMPLE),yes)
diff --git a/mcast/ChangeLog b/mcast/ChangeLog
index 52db617..9e908e0 100644
--- a/mcast/ChangeLog
+++ b/mcast/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: bin2c now rtems-bin2c.
+
2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* mcast.c: Remove warning.
diff --git a/mcast/Makefile b/mcast/Makefile
index 3c09db1..9776f44 100644
--- a/mcast/Makefile
+++ b/mcast/Makefile
@@ -66,7 +66,7 @@ FilesystemImage: rootfs/etc/host.conf rootfs/etc/hosts
cd rootfs ; tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .
FilesystemImage.c: FilesystemImage
- $(PROJECT_ROOT)/bin/bin2c FilesystemImage FilesystemImage
+ $(PROJECT_ROOT)/bin/rtems-bin2c FilesystemImage FilesystemImage
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
diff --git a/nfsClientTest/ChangeLog b/nfsClientTest/ChangeLog
index 35888ab..99fd1d9 100644
--- a/nfsClientTest/ChangeLog
+++ b/nfsClientTest/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile: bin2c now rtems-bin2c.
+
2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, Makefile, init.c: Switch to using rtems-bin2c for initial
diff --git a/nfsClientTest/Makefile b/nfsClientTest/Makefile
index ff3ac70..7c46690 100644
--- a/nfsClientTest/Makefile
+++ b/nfsClientTest/Makefile
@@ -65,7 +65,7 @@ FilesystemImage: $(ARCH) rootfs/etc/host.conf rootfs/etc/hosts rootfs/rtems_logo
tar cf ../FilesystemImage --exclude CVS --exclude .cvsignore .
FilesystemImage.c: $(ARCH) FilesystemImage
- $(PROJECT_ROOT)/bin/bin2c FilesystemImage FilesystemImage
+ $(PROJECT_ROOT)/bin/rtems-bin2c FilesystemImage FilesystemImage
# Install the program(s), appending _g or _p as appropriate.