From 116092466a54a4e8b148d146958ea72a8b3ba43e Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 1 May 2009 00:36:01 +0000 Subject: [PATCH] exclude svn directories --- Makefile | 2 +- gba/Makefile | 4 ++-- libogc/Makefile | 2 +- nds/Makefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 7568add..ea1168f 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ ogc-dist-bin: ogc-release distribute/$(VERSTRING) $(MAKE) -C libogc dist-bin dist-src: distribute/$(VERSTRING) - @tar --exclude=*CVS* -cvjf distribute/$(VERSTRING)/libfat-src-$(VERSTRING).tar.bz2 \ + @tar --exclude=.svn --exclude=*CVS* -cvjf distribute/$(VERSTRING)/libfat-src-$(VERSTRING).tar.bz2 \ source include Makefile \ nds/Makefile nds/include \ gba/Makefile gba/include \ diff --git a/gba/Makefile b/gba/Makefile index e9ef92d..d9c6039 100644 --- a/gba/Makefile +++ b/gba/Makefile @@ -20,7 +20,7 @@ BUILD ?= release SOURCES := ../source INCLUDES := ../include DATA := -LIB := $(TOPDIR)/gba/lib +LIB := $(TOPDIR)/gba/lib #--------------------------------------------------------------------------------- # options for code generation @@ -121,7 +121,7 @@ clean: all: $(GBABIN) dist-bin: - @tar --exclude=*CVS* -cvjf $(TOPDIR)/distribute/$(VERSTRING)/libfat-gba-$(VERSTRING).tar.bz2 include lib + @tar --exclude=.svn --exclude=*CVS* -cvjf $(TOPDIR)/distribute/$(VERSTRING)/libfat-gba-$(VERSTRING).tar.bz2 include lib install: cp lib/libfat.a $(DEVKITPRO)/libgba/lib diff --git a/libogc/Makefile b/libogc/Makefile index 9e0d694..30a396b 100644 --- a/libogc/Makefile +++ b/libogc/Makefile @@ -101,7 +101,7 @@ clean: all: $(CUBEBIN) dist-bin: - @tar --exclude=*CVS* -cvjf $(TOPDIR)/distribute/$(VERSTRING)/libfat-ogc-$(VERSTRING).tar.bz2 include lib + @tar --exclude=.svn --exclude=*CVS* -cvjf $(TOPDIR)/distribute/$(VERSTRING)/libfat-ogc-$(VERSTRING).tar.bz2 include lib install: cp lib/wii/libfat.a $(DEVKITPRO)/libogc/lib/wii diff --git a/nds/Makefile b/nds/Makefile index 691096d..d9135c6 100644 --- a/nds/Makefile +++ b/nds/Makefile @@ -100,7 +100,7 @@ clean: all: $(ARM9BIN) dist-bin: - @tar --exclude=*CVS* -cvjf $(TOPDIR)/distribute/$(VERSTRING)/libfat-nds-$(VERSTRING).tar.bz2 include lib + @tar --exclude=.svn --exclude=*CVS* -cvjf $(TOPDIR)/distribute/$(VERSTRING)/libfat-nds-$(VERSTRING).tar.bz2 include lib install: cp lib/libfat.a $(DEVKITPRO)/libnds/lib