Skip to content

Commit

Permalink
Debug: Echo variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Oct 3, 2024
1 parent 3ea8067 commit 4cde593
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mk/spksrc.pre-check.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ ifneq ($(REQUIRED_MAX_DSM),)
endif

# Check minimum DSM requirements of package

$(shell echo $(date --date=now +"%Y.%m.%d %H:%M:%S") - $(SPK_FOLDER): REQUIRED_MIN_DSM: $(REQUIRED_MIN_DSM) >> $(BUILD_UNSUPPORTED_FILE))
$(shell echo $(date --date=now +"%Y.%m.%d %H:%M:%S") - $(SPK_FOLDER): TCVERSION: $(TCVERSION) >> $(BUILD_UNSUPPORTED_FILE))

ifneq ($(REQUIRED_MIN_DSM),)
# Check if ARCH is noarch and TCVERSION is empty
ifeq ($(ARCH),noarch)
Expand Down

0 comments on commit 4cde593

Please sign in to comment.