Skip to content

Commit

Permalink
Merge pull request #12971 from jonjohnsonjr/noprint
Browse files Browse the repository at this point in the history
Drop debugging sourcedir
  • Loading branch information
jonjohnsonjr authored Feb 14, 2024
2 parents 2367d48 + 92a4eb6 commit da19901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ endef
#$(call get-source-dir,ret-variable-for-source-dir,package-dir,package-name)
define get-source-dir
$(info getting source dir for package $(3) with dir $(2))
$(1) := $(shell set -x; if [ "." = "$(2)" ]; then \
$(1) := $(shell if [ "." = "$(2)" ]; then \
echo "--source-dir ./$(3)"; \
else \
echo "--source-dir $(2)"; \
Expand Down

0 comments on commit da19901

Please sign in to comment.