@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)"
@echo ' ============================================================================== '
@echo ""
-neutrino:
+neutrino-minimal:
$(START_BUILD)
$(MAKE) neutrino system-tools applications multimedia plugins skeleton rootfs
@echo ""
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