summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure16
1 files changed, 12 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 6779139deb..557ceff4e8 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1277,9 +1277,15 @@ tags:
1277 \$(SILENT)\$(MAKE) -C \$(APPSDIR)/plugins tags 1277 \$(SILENT)\$(MAKE) -C \$(APPSDIR)/plugins tags
1278 \$(SILENT)\$(MAKE) -C \$(APPSDIR)/plugins/lib tags 1278 \$(SILENT)\$(MAKE) -C \$(APPSDIR)/plugins/lib tags
1279 1279
1280fontzip:
1281 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" -f 1 -o rockbox-fonts.zip \$(TARGET) \$(BINARY)
1282
1280zip: 1283zip:
1281 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) 1284 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
1282 1285
1286fullzip:
1287 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -r "\$(ROOTDIR)" -f 2 -o rockbox-full.zip \$(TARGET) \$(BINARY)
1288
12837zip: 12897zip:
1284 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY) 1290 \$(SILENT)\$(TOOLSDIR)/buildzip.pl \$(VERBOSEOPT) -t \"\$(ARCHOS)\" -o "rockbox.7z" -z "7za a" -r "\$(ROOTDIR)" \$(TARGET) \$(BINARY)
1285 1291
@@ -1303,10 +1309,12 @@ help:
1303 @echo "clean - cleans a build directory (not tools)" 1309 @echo "clean - cleans a build directory (not tools)"
1304 @echo "veryclean - cleans the build and tools directories" 1310 @echo "veryclean - cleans the build and tools directories"
1305 @echo "manual - builds a manual" 1311 @echo "manual - builds a manual"
1306 @echo "zip - creates a rockbox.zip of your build" 1312 @echo "fullzip - creates a rockbox.zip of your build with fonts"
1307 @echo "gzip - creates a rockbox.tar.gz of your build" 1313 @echo "zip - creates a rockbox.zip of your build (no fonts)"
1308 @echo "bzip2 - creates a rockbox.tar.bz2 of your build" 1314 @echo "gzip - creates a rockbox.tar.gz of your build (no fonts)"
1309 @echo "7zip - creates a rockbox.7z of your build" 1315 @echo "bzip2 - creates a rockbox.tar.bz2 of your build (no fonts)"
1316 @echo "7zip - creates a rockbox.7z of your build (no fonts)"
1317 @echo "fontzip - creates rockbox-fonts.zip"
1310 @echo "tools - builds the tools only" 1318 @echo "tools - builds the tools only"
1311 @echo "install - installs your build (for simulator builds only)" 1319 @echo "install - installs your build (for simulator builds only)"
1312 1320