summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-23 15:51:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-23 15:51:49 +0000
commitbc4db0be2074da4ad6525ac4f6c429a2250bbb32 (patch)
tree0abe47b590b094e8ebc9c607275c260adad208e2
parent016859d23af06b5a41ca942d6798900cd3162401 (diff)
2008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.shared: Ignore .svn also.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.shared3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dd9172..5024bba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.shared: Ignore .svn also.
+
2008-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.shared: Add -g. Leave temporary files for debug.
diff --git a/Makefile.shared b/Makefile.shared
index a91b450..7ccbe49 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -59,7 +59,8 @@ rtems_init.o: ../rtems_init.c ../networkconfig.h $(FILESYSTEM_SRCS)
ifeq ($(NEED_ROOTFS_FOR_HOST_INFO),yes)
FilesystemImage: ../rootfs/etc/host.conf ../rootfs/etc/hosts
- (cd ../rootfs ; tar cf - --exclude CVS --exclude .cvsignore .) >$(@)
+ (cd ../rootfs ; tar cf - \
+ --exclude CVS --exclude .cvsignore --exclude .svn .) >$(@)
FilesystemImage.c FilesystemImage.h: FilesystemImage
$(PROJECT_ROOT)/bin/rtems-bin2c FilesystemImage FilesystemImage