* [Qemu-devel] [PATCH] docker: Prefix src copy dir with "."
@ 2016-08-08 6:46 Fam Zheng
2016-08-08 6:58 ` Fam Zheng
0 siblings, 1 reply; 2+ messages in thread
From: Fam Zheng @ 2016-08-08 6:46 UTC (permalink / raw)
To: qemu-devel; +Cc: pbonzini
So they don't show up in "ls" command, and don't clutter editor's quick
open plugins easily (such as CtrlP of VIM).
Signed-off-by: Fam Zheng <famz@redhat.com>
---
tests/docker/Makefile.include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index 4f4707d..de57320 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -28,7 +28,7 @@ make-archive-maybe = $(if $(wildcard $1/*), \
" ARCHIVE $(notdir $2)"))
CUR_TIME := $(shell date +%Y-%m-%d-%H.%M.%S.$$$$)
-DOCKER_SRC_COPY := docker-src.$(CUR_TIME)
+DOCKER_SRC_COPY := .docker-src.$(CUR_TIME)
$(DOCKER_SRC_COPY):
@mkdir $@
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] docker: Prefix src copy dir with "."
2016-08-08 6:46 [Qemu-devel] [PATCH] docker: Prefix src copy dir with "." Fam Zheng
@ 2016-08-08 6:58 ` Fam Zheng
0 siblings, 0 replies; 2+ messages in thread
From: Fam Zheng @ 2016-08-08 6:58 UTC (permalink / raw)
To: qemu-devel; +Cc: pbonzini
On Mon, 08/08 14:46, Fam Zheng wrote:
> So they don't show up in "ls" command, and don't clutter editor's quick
> open plugins easily (such as CtrlP of VIM).
>
> Signed-off-by: Fam Zheng <famz@redhat.com>
Ignore this, I spammed the list with v2 already. Sorry.
Fam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-08 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08 6:46 [Qemu-devel] [PATCH] docker: Prefix src copy dir with "." Fam Zheng
2016-08-08 6:58 ` Fam Zheng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).