diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2008-11-24 20:32:57 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2008-11-24 20:32:57 +0000 |
| commit | 819378bf9df8073f951ffcf20d14a46007113392 (patch) | |
| tree | 8e952d603afc58c3ede7d3e61fa863c87e19bc25 /tools/root.make | |
| parent | 68bf125feb7fdbd8a2b4757288774416e74a94b0 (diff) | |
| download | rockbox-819378bf9df8073f951ffcf20d14a46007113392.zip rockbox-819378bf9df8073f951ffcf20d14a46007113392.tar.gz rockbox-819378bf9df8073f951ffcf20d14a46007113392.tar.bz2 rockbox-819378bf9df8073f951ffcf20d14a46007113392.tar.xz | |
Renamed simulator disk directory from 'archos' to 'simdisk'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19204 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/root.make')
| -rw-r--r-- | tools/root.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/root.make b/tools/root.make index 154b734..54da315 100644 --- a/tools/root.make +++ b/tools/root.make @@ -252,12 +252,12 @@ endif ifdef SIMVER install: - @echo "Installing your build in your archos dir" + @echo "Installing your build in your 'simdisk' dir" $(SILENT)for f in `cat $(BUILDDIR)/apps/features`; do feat="$$feat:$$f" ; done; \ $(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -t \"$(MODELNAME)$$feat\" -i \"$(TARGET_ID)\" -s -r "$(ROOTDIR)" -f 0 $(TARGET) $(BINARY) fullinstall: - @echo "Installing a full setup in your archos dir" + @echo "Installing a full setup in your 'simdisk' dir" $(SILENT)for f in `cat $(BUILDDIR)/apps/features`; do feat="$$feat:$$f" ; done; \ $(TOOLSDIR)/buildzip.pl $(VERBOSEOPT) -t \"$(MODELNAME)$$feat\" -i \"$(TARGET_ID)\" -s -r "$(ROOTDIR)" -f 2 $(TARGET) $(BINARY) |