• Bernhard Nortmann's avatar
    Makefile: Adjust default targets for "make" and "make install" · 5244e88f
    Bernhard Nortmann authored
    
    
    Fixing the (currently erroneous) compilation of sunxi-pio will
    cause "make target-tools" to require a suitable cross-compiler
    installed. Otherwise "make target-tools" fails to build.
    As that is part of our default target ("make all"), we might
    possibly introduce a build breakage on quite a few systems.
    
    Avoid this situation by redefining "make tools" as the default,
    and change "make install" to "make install-tools", i.e. limit
    the standard targets to those builds that only rely on the host
    toolchain. From now, if you actually want to include the cross-
    compiling steps, use "make all" or "make install-all" instead.
    Signed-off-by: default avatarBernhard Nortmann <bernhard.nortmann@web.de>
    5244e88f
Makefile 5.43 KB