summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 88b8e17337..0d6006600c 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -276,6 +276,10 @@ voice: voicetools features
276 276
277endif 277endif
278 278
279bininstall:
280 @echo "Installing your rockbox binary in your '$(PREFIX)' dir"
281 $(SILENT)cp $(BINARY) $(PREFIX)/.rockbox/
282
279install: 283install:
280 @echo "Installing your build in your '$(PREFIX)' dir" 284 @echo "Installing your build in your '$(PREFIX)' dir"
281 $(SILENT)$(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -m "$(MODELNAME)" -i "$(TARGET_ID)" $(INSTALL) -z "zip -r0" -r "$(ROOTDIR)" --rbdir="$(RBDIR)" -f 0 $(TARGET) $(BINARY) 285 $(SILENT)$(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -m "$(MODELNAME)" -i "$(TARGET_ID)" $(INSTALL) -z "zip -r0" -r "$(ROOTDIR)" --rbdir="$(RBDIR)" -f 0 $(TARGET) $(BINARY)