summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/root.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index cb7ab9620c..907d3928d4 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -295,6 +295,7 @@ voice: voicetools $(BUILDDIR)/apps/features
295 295
296endif 296endif
297 297
298ifeq (,$(findstring android, $(APP_TYPE)))
298bininstall: $(BUILDDIR)/$(BINARY) 299bininstall: $(BUILDDIR)/$(BINARY)
299 @echo "Installing your rockbox binary in your '$(RBPREFIX)' dir" 300 @echo "Installing your rockbox binary in your '$(RBPREFIX)' dir"
300 $(SILENT)cp $(BINARY) "$(RBPREFIX)/.rockbox/" 301 $(SILENT)cp $(BINARY) "$(RBPREFIX)/.rockbox/"
@@ -310,6 +311,7 @@ fullinstall:
310symlinkinstall: 311symlinkinstall:
311 @echo "Installing a full setup with links in your '$(RBPREFIX)' dir" 312 @echo "Installing a full setup with links in your '$(RBPREFIX)' dir"
312 $(SILENT)$(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -m "$(MODELNAME)" -i "$(TARGET_ID)" $(INSTALL) -z "zip -r0" -r "$(ROOTDIR)" --rbdir="$(RBDIR)" -f 2 $(TARGET) $(BINARY) -l 313 $(SILENT)$(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -m "$(MODELNAME)" -i "$(TARGET_ID)" $(INSTALL) -z "zip -r0" -r "$(ROOTDIR)" --rbdir="$(RBDIR)" -f 2 $(TARGET) $(BINARY) -l
314endif
313 315
314help: 316help:
315 @echo "A few helpful make targets" 317 @echo "A few helpful make targets"