]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix warning in makefile
authorMarkham <markham001@gmx.de>
Fri, 9 Oct 2020 17:32:18 +0000 (19:32 +0200)
committerMarkham <markham001@gmx.de>
Fri, 9 Oct 2020 17:32:18 +0000 (19:32 +0200)
Makefile

index 22c043777ebeac3a1712ffc8eef492dd821d6cfe..375faa05fbb7977b491b9b594b80d4ea146130c4 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ printenv:
        @echo ""
        @echo "    ...and some more make targets:"
        @echo "    * make init                           - builds prerequisites and bootstrap"
-       @echo "    * make neutrino                       - builds neutrino with a complete filesystem (build_tmp/rootfs)"
+       @echo "    * make neutrino-minimal               - builds neutrino with a complete filesystem (build_tmp/rootfs)"
        @echo "    * make neutrino-flash                 - builds neutrino, creates a tarball (build_tmp/*systemfs*.tar)"
        @echo "                                            and a flash-image (build_tmp/*systemfs*.img)"
        @echo "    * make neutrino-all                   - builds neutrino, creates a tarball (build_tmp/*systemfs*.tar)"
@@ -156,7 +156,7 @@ init:
        @echo ' ============================================================================== '
        @echo ""
 
-neutrino:
+neutrino-minimal:
        $(START_BUILD)
        $(MAKE) neutrino system-tools applications multimedia plugins skeleton rootfs
        @echo ""
@@ -349,7 +349,7 @@ drivers:
 
 PHONY += all help printenv .print-phony
 PHONY += toolcheck update-git update-git-target update-neutrino update-self
-PHONY += init neutrino neutrino-flash neutrino-all
+PHONY += init neutrino-minimal neutrino-flash neutrino-all
 PHONY += prerequisites download
 PHONY += bootstrap includes-and-libs modules
 PHONY += neutrino