Skip to content

Commit

Permalink
Add @ in front of mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 19, 2015
1 parent d0ba050 commit 2d02489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/modules/test.mk
Expand Up @@ -104,7 +104,7 @@ endef
#
define MODULE_COPY_ATTR
$(BUILD_DIR)/${1}: src/tests/modules/default-input.attrs
mkdir -p $$(@D)
@mkdir -p $$(@D)
@cp $$< $$@
endef

Expand Down

0 comments on commit 2d02489

Please sign in to comment.