From: Markham Date: Fri, 9 Oct 2020 17:32:18 +0000 (+0200) Subject: fix warning in makefile X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=0de4940dd895ecf09bb8177972bdbc6a655c61d2;p=bs-cst-neutrino-hd.git fix warning in makefile --- diff --git a/Makefile b/Makefile index 22c0437..375faa0 100755 --- 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