Erster April ist erst in 3 Monaten...
Code: Alles auswählen
all:
        @echo
        @echo "You probably do not want to build all possible targets."
        @echo "Many of them are broken anyway."
        @echo "If you REALLY want to build everything, then type "
        @echo "\"make all-yes-really\", and don't complain if it does not work."
        @echo
all-yes-really: core libs root boot apps devel
