diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-23 12:25:50 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-23 12:25:50 +0200 |
| commit | e49ad3eec4d720e0b9963673be71e54c78afc176 (patch) | |
| tree | 030f045383f9da0c70785028762511ad462c3c8c | |
| parent | 25b5ea9e2291d45615d1eef45ac73b1dda443f09 (diff) | |
add a dot.
| -rw-r--r-- | target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile index dc2d3dd5a..83c8ff900 100644 --- a/target/Makefile +++ b/target/Makefile @@ -93,4 +93,4 @@ clean: $(ADK_TARGET)-clean $(ADK_TARGET)-imageclean %-imageinstall: %-imageprepare $(TRACE) target/$(patsubst %-imageinstall,%,$@)-imageinstall $(MAKE) -C $(patsubst %-imageinstall,%,$@) imageinstall - @echo 'Login as user root with password ${ADK_RUNTIME_PASSWORD} via ssh or console' + @echo 'Login as user root with password ${ADK_RUNTIME_PASSWORD} via ssh or console.' |
