From 5c0f2e97af414aede952199f21dda6c4b3e4b942 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 9 Nov 2007 21:40:42 +0000 Subject: 2007-11-09 Joel Sherrill * Makefile: bin2c now rtems-bin2c. --- http/ChangeLog | 4 ++++ http/Makefile | 2 +- mcast/ChangeLog | 4 ++++ mcast/Makefile | 2 +- nfsClientTest/ChangeLog | 4 ++++ nfsClientTest/Makefile | 2 +- 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 + + * Makefile: bin2c now rtems-bin2c. + 2007-11-06 Joel Sherrill * 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 + + * Makefile: bin2c now rtems-bin2c. + 2007-09-25 Joel Sherrill * 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 + + * Makefile: bin2c now rtems-bin2c. + 2007-09-25 Joel Sherrill * .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. -- cgit v1.2.3