Skip to content

Commit

Permalink
Restructure Makefile conditionals/targets
Browse files Browse the repository at this point in the history
As the conditionals and targets was becoming quite hard to
grasp with lots of conditionals applied unnecessarily to target
properties, there were issues with targets being defined without
any sources.
This commit fixes that while restructuring the Makefile so that
all targets are declared (conditionally if needed) upfront and
then all the target properties are defined (source, flags, deps, etc.)

Change-Id: I666d153c476fbf1aafabb89cee7af4eee5795ab6
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3928024
Reviewed-by: Mike Frysinger <vapier@chromium.org>
  • Loading branch information
ePirat authored and vapier committed Nov 29, 2022
1 parent 41474d9 commit 9aa786f
Show file tree
Hide file tree
Showing 2 changed files with 2,281 additions and 2,693 deletions.
Loading

0 comments on commit 9aa786f

Please sign in to comment.