build: add $(STAGING_DIR) and $(BIN_DIR) preparation to target and package subdir...
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 1 Feb 2024 23:46:58 +0000 (00:46 +0100)
committerRISCi_ATOM <bob@bobcall.me>
Thu, 14 Mar 2024 14:34:30 +0000 (10:34 -0400)
commitf24c38861f42fc84ff6a39072feeccafbf0c87b7
treebe9ea291a2fda5f4cf6d3b0bade2a6114dd7091b
parentc25076b15129f7918f3743e98499e746334025ea
build: add $(STAGING_DIR) and $(BIN_DIR) preparation to target and package subdir compile dependencies

In a pristine build, these directories are created as dependencies of
the tools subdir compile, however this step never runs when the tools
compile stamp already exists. Since commit ed6ba2801c0a ("tools: keep
stamp file in $(STAGING_DIR_HOST)"), this will happen after `make clean`:
$(STAGING_DIR) has been deleted, but the tools stamp still exists, so
the next build will fail because $(STAGING_DIR) has not been set up
correctly.

Fix builds after `make clean` by adding the preparation as dependencies
for the target and package directories as well.

Fixes: ed6ba2801c0a ("tools: keep stamp file in $(STAGING_DIR_HOST)")
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
(cherry picked from commit fbb924abff8af9e69ec90d7bf099046c24145b74)
package/Makefile
target/Makefile