summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-11-05 15:52:35 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-11-05 15:52:35 +0000
commit4cf9b1415b51a17c56ad5288f4d60c7a4c1e22dc (patch)
treec3de6e66cdfa6a84cc5d74f0f102b988ccf0458c /tools
parent5791d1c6587285b0542b0d2a1ad13afc1cf72c3e (diff)
downloadrockbox-4cf9b1415b51a17c56ad5288f4d60c7a4c1e22dc.tar.gz
rockbox-4cf9b1415b51a17c56ad5288f4d60c7a4c1e22dc.zip
The zip, 7zip etc targets now make sure the target is built before zipping.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19020 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 443ea9fbc6..c47c3f04dc 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2532,18 +2532,18 @@ zip:
\$(SILENT)for f in \`cat \$(BUILDDIR)/@APPS@/features\`; do feat="\$\$feat:\$\$f" ; done ; \\
\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(MODELNAME)\$\$feat\" -i \"\$(TARGET_ID)\" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
-mapzip:
+mapzip: info
\$(SILENT)find . -name "*.map" | xargs zip rockbox-maps.zip
-fullzip:
+fullzip: info
\$(SILENT)for f in \`cat \$(BUILDDIR)/@APPS@/features\`; do feat="\$\$feat:\$\$f" ; done; \\
\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(MODELNAME)\$\$feat\" -i \"\$(TARGET_ID)\" -r "\$(ROOTDIR)" -f 2 -o rockbox-full.zip \$(TARGET) \$(BINARY)
-7zip:
+7zip: info
\$(SILENT)for f in \`cat \$(BUILDDIR)/@APPS@/features\`; do feat="\$\$feat:\$\$f" ; done; \\
\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(MODELNAME)\$\$feat\" -i \"\$(TARGET_ID)\" -o "rockbox.7z" -z "7za a -mx=9" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
-tar:
+tar: info
\$(SILENT)rm -f rockbox.tar
\$(SILENT)for f in \`cat \$(BUILDDIR)/@APPS@/features\`; do feat="\$\$feat:\$\$f" ; done; \\
\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(MODELNAME)\$\$feat\" -i \"\$(TARGET_ID)\" -o "rockbox.tar" -z "tar -cf" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)