summaryrefslogtreecommitdiff
path: root/target/alix1c/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-12 20:24:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-12 20:24:12 +0200
commit9bb9e3d7d1d79551953a4dea287ffe34032049dc (patch)
tree17b434ec874a2f4e6fcd562c2c2f9413924f0cfe /target/alix1c/Makefile
parent80cf876adbd1a04a182e78c1741384e8bb644649 (diff)
parent18b38b0eb68cbcb8793efe989dcd8796a60288af (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/alix1c/Makefile')
-rw-r--r--target/alix1c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/alix1c/Makefile b/target/alix1c/Makefile
index f71ab293d..4df5b14a6 100644
--- a/target/alix1c/Makefile
+++ b/target/alix1c/Makefile
@@ -14,11 +14,11 @@ ifeq ($(FS),ext2-cf)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo
@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL),"
- @echo "To install everything to CompactFlash use scripts/install.sh."
+ @echo "To install everything to CompactFlash use scripts/install.sh"
endif
ifeq ($(FS),nfsroot)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo
@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL),"
- @echo "To install everything to CompactFlash use scripts/install.sh."
+ @echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSTARBALL}'
endif