Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tarball: build system: add variables printing and troubleshooting targets. #74

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Aug 16, 2020

  1. tarball: use make's --no-print-directory flag. fix make's (sometimes …

    …like in artix linux) default behavior of always printing entering and leaving directory messages. we only want them when we specify V=1 for verbose builds.
    redj committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    1e26b36 View commit details
    Browse the repository at this point in the history
  2. tarball/Cleanfile: fix empty recipes as Cleanfile is a little differe…

    …nt and some old recipies were left behind. { please squash with d3ded8f }
    redj committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    4a6577b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71d9ba8 View commit details
    Browse the repository at this point in the history
  4. tarball: use .NOTPARALLEL to allow 'make wipeclean all -j9' and 'make…

    … wipeclean all install -j9' to work properly instead of targets (especially wipeclean and all) interfering with eachother. note: use of .NOTPARALLEL should be expanded to other tarball makefiles and makefile generation.
    redj committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    f7008d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f14f15 View commit details
    Browse the repository at this point in the history