summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-04-11 21:29:40 +0000
committerJens Arnold <amiconn@rockbox.org>2009-04-11 21:29:40 +0000
commitac0722da742426f36fda973a477e50ebb493ea21 (patch)
tree556d458780a5889d80193bda39f32e11098b90ea
parent238337087e381f4bfc34d34797b4ce4ee2edc6b7 (diff)
downloadrockbox-ac0722da742426f36fda973a477e50ebb493ea21.tar.gz
rockbox-ac0722da742426f36fda973a477e50ebb493ea21.zip
Fix 'make fullinstall'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20689 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--tools/root.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/root.make b/tools/root.make
index 3b50ae3825..9f4890e1f4 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -82,7 +82,7 @@ endif # bootloader
82OBJ := $(SRC:.c=.o) 82OBJ := $(SRC:.c=.o)
83OBJ := $(OBJ:.S=.o) 83OBJ := $(OBJ:.S=.o)
84OBJ += $(BMP:.bmp=.o) 84OBJ += $(BMP:.bmp=.o)
85OBJ := $(subst $(ROOTDIR),$(BUILDDIR),$(OBJ)) 85OBJ := $(subst $(ROOTDIR),$(BUILDDIR),$(OBJ))
86 86
87build: $(TOOLS) $(BUILDDIR)/$(BINARY) $(CODECS) $(ROCKS) $(ARCHOSROM) $(RBINFO) 87build: $(TOOLS) $(BUILDDIR)/$(BINARY) $(CODECS) $(ROCKS) $(ARCHOSROM) $(RBINFO)
88 88
@@ -275,7 +275,7 @@ install:
275fullinstall: 275fullinstall:
276 @echo "Installing a full setup in your '$(PREFIX)' dir" 276 @echo "Installing a full setup in your '$(PREFIX)' dir"
277 $(SILENT)for f in `cat $(BUILDDIR)/apps/features`; do feat="$$feat:$$f" ; done; \ 277 $(SILENT)for f in `cat $(BUILDDIR)/apps/features`; do feat="$$feat:$$f" ; done; \
278 $(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -m \"$(MODELNAME)\" -i \"$(TARGET_ID)\" $(INSTALL) -z "zip -r0"-r "$(ROOTDIR)" --rbdir="$(RBDIR)" -f 2 $(TARGET) $(BINARY) 278 $(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -m "$(MODELNAME)" -i "$(TARGET_ID)" $(INSTALL) -z "zip -r0" -r "$(ROOTDIR)" --rbdir="$(RBDIR)" -f 2 $(TARGET) $(BINARY)
279 279
280help: 280help:
281 @echo "A few helpful make targets" 281 @echo "A few helpful make targets"