mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 15:50:28 -08:00
Add debug targets to depends Makefile
Packages can now be built individually and for each stage. This allows easier debugging.
This commit is contained in:
@@ -213,6 +213,14 @@ $(1): | $($(1)_cached_checksum)
|
||||
|
||||
endef
|
||||
|
||||
stages = fetched extracted preprocessed configured built staged postprocessed cached cached_checksum
|
||||
|
||||
define ext_add_stages
|
||||
$(foreach stage,$(stages),
|
||||
$(1)_$(stage): $($(1)_$(stage))
|
||||
.PHONY: $(1)_$(stage))
|
||||
endef
|
||||
|
||||
# These functions create the build targets for each package. They must be
|
||||
# broken down into small steps so that each part is done for all packages
|
||||
# before moving on to the next step. Otherwise, a package's info
|
||||
|
||||
Reference in New Issue
Block a user