mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-25 11:26:53 +01:00
exclude svn directories
This commit is contained in:
parent
2266f93113
commit
116092466a
2
Makefile
2
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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user