summaryrefslogtreecommitdiff
path: root/apps/system/install
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/install')
-rw-r--r--apps/system/install/Makefile2
-rw-r--r--apps/system/install/README.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/system/install/Makefile b/apps/system/install/Makefile
index 07d42887a..fb7c4de05 100644
--- a/apps/system/install/Makefile
+++ b/apps/system/install/Makefile
@@ -76,7 +76,7 @@ ROOTDEPPATH = --dep-path .
# Common build
-VPATH =
+VPATH =
all: .built
.PHONY: context depend clean distclean
diff --git a/apps/system/install/README.txt b/apps/system/install/README.txt
index 66e9b0939..114e9c5a3 100644
--- a/apps/system/install/README.txt
+++ b/apps/system/install/README.txt
@@ -11,9 +11,9 @@ the program memory (flash) area into free area and creates a start-up
script into selected directory (i.e. /usr/bin/progname).
Usage:
- install [--stack RequiredStackSpace] [--priority Priority]
+ install [--stack RequiredStackSpace] [--priority Priority]
source-file destination-directory
-
+
If stackspace is not given default stack space of 4096 Bytes is used.
If priority is not given system default is used.