Marcel Telka
2023-11-12 daf581d31529ff5e0c7d7769f02d4533b8630fcf
common.mk: sample-manifest for pkg build style needs proto dir

1 files modified
4 ■■■■ changed files
make-rules/common.mk 4 ●●●● patch | view | raw | blame | history
make-rules/common.mk
@@ -147,7 +147,7 @@
# For pkg-based build style, assume there are no build, install, or test steps;
# just a package to be published.  However, 'gmake sample-manifest' requires
# build dir.  Since sample-manifest generation depends on install target we
# proto dir.  Since sample-manifest generation depends on install target we
# will abuse it to get the required dir created.
ifeq ($(strip $(BUILD_STYLE)),pkg)
BUILD_TARGET=
@@ -159,7 +159,7 @@
$(BUILD_DIR)/.installed:
    $(RM) -r $(BUILD_DIR)
    $(MKDIR) $(BUILD_DIR)
    $(MKDIR) $(PROTO_DIR)
    $(TOUCH) $@
clean::