Browse Source

- Makefile: rework help target

master
vanhofen 6 years ago
parent
commit
0701298954
  1. 23
      Makefile

23
Makefile

@ -61,17 +61,22 @@ printenv:
fi fi
help: help:
@echo "a few helpful make targets:" @echo "A few helpful make targets:"
@echo "* make preqs - downloads necessary stuff" @echo " * make preqs - Downloads necessary stuff"
@echo "* make crosstool - build cross toolchain" @echo " * make crosstool - Build cross toolchain"
@echo "* make bootstrap - prepares for building" @echo " * make bootstrap - Prepares for building"
@echo "* make neutrino - builds neutrino" @echo " * make neutrino - Builds Neutrino"
@echo " * make image - Builds our beautiful NI-Image"
@echo "" @echo ""
@echo "later, you might find those useful:" @echo "Later, you might find those useful:"
@echo "* make update-all - update buildsystem and all sources" @echo " * make update-all - Update buildsystem and all sources"
@echo "" @echo ""
@echo "cleanup:" @echo "Cleanup:"
@echo "* make clean - cleanup from previous build an prepare for a new one" @echo " * make clean - Clean up from previous build an prepare for a new one"
@echo ""
@echo "Total renew:"
@echo " * make all-clean - Reset buildsystem to delivery state"
@echo " but doesn't touch your local stuff"
done: done:
@echo "*************" @echo "*************"

Loading…
Cancel
Save