• Kir Kolyshkin's avatar
    scripts/build/Makefile: fix · c903ddfc
    Kir Kolyshkin authored
    Unify alpine and non-alpine builds. The only difference is foreign
    arch builds need some preparation -- separate that to a dependency.
    
    Unfortunately we can't use wildcard targets ("%: ") as non-wildcard
    ones are prevaling. Therefore, a somewhat ugly hack to generate
    $arch: Dockerfile.$arch dependency is added.
    
    While at it:
     - rename DB_ARGS to DB_CC
     - mark clean as phony
     - make "all" really run all the builds we can
    
    Nice side effect: autocompletion ("make -C scripts/build <TAB>")
    now works!
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    c903ddfc
Name
Last commit
Last update
..
Dockerfile.aarch64.hdr Loading commit data...
Dockerfile.alpine Loading commit data...
Dockerfile.armv7hf.hdr Loading commit data...
Dockerfile.ppc64le.hdr Loading commit data...
Dockerfile.tmpl Loading commit data...
Dockerfile.x86_64.hdr Loading commit data...
Makefile Loading commit data...
binfmt_misc Loading commit data...
extract-deb-pkg Loading commit data...