summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared3
1 files changed, 2 insertions, 1 deletions
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