Skip to content

Commit

Permalink
Debug Try Echo
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Oct 3, 2024
1 parent 4cde593 commit 11a3730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/spksrc.pre-check.mk
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ 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))
$(shell echo "VARIABLE - REQUIRED_MIN_DSM: $(REQUIRED_MIN_DSM)")
$(shell echo "VARIABLE - TCVERSION: $(TCVERSION)")

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

0 comments on commit 11a3730

Please sign in to comment.