Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0dbee7c9 authored by Jeff Gaston's avatar Jeff Gaston
Browse files

Slightly easier debugging of missing inputs to copy-file-to-target

Test: call copy-file-to-target without any inputs and read the quoted output
Bug: 36792868
Change-Id: I3a78f7ae4535ffe100b72458a3494ee398daf732
parent aaae43cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2805,7 +2805,7 @@ endef
define copy-file-to-target
@mkdir -p $(dir $@)
$(hide) rm -f $@
$(hide) cp $< $@
$(hide) cp "$<" "$@"
endef

# The same as copy-file-to-target, but use the local
@@ -2813,7 +2813,7 @@ endef
define copy-file-to-target-with-cp
@mkdir -p $(dir $@)
$(hide) rm -f $@
$(hide) cp -p $< $@
$(hide) cp -p "$<" "$@"
endef

# The same as copy-file-to-target, but strip out "# comment"-style