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, 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"