From 55d1675ada5273a815966057b811605462e1f7bd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Oct 2006 09:31:17 +0000 Subject: make mapzip creates a dedicated zip file with all the .map files from a build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11236 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/configure b/tools/configure index 16fb39cb32..b7932be13f 100755 --- a/tools/configure +++ b/tools/configure @@ -1512,6 +1512,9 @@ fontzip: zip: \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) +mapzip: + \$(SILENT)find . -name "*.map" | xargs zip rockbox-maps.zip + fullzip: \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" -f 2 -o rockbox-full.zip \$(TARGET) \$(BINARY) @@ -1554,6 +1557,7 @@ help: @echo "bzip2 - creates a rockbox.tar.bz2 of your build (no fonts)" @echo "7zip - creates a rockbox.7z of your build (no fonts)" @echo "fontzip - creates rockbox-fonts.zip" + @echo "mapzip - creates rockbox-maps.zip with all .map files" @echo "tools - builds the tools only" @echo "install - installs your build (for simulator builds only)" -- cgit v1.2.3