On Tue, 03/01 20:16, Alex Bennée wrote: > > Fam Zheng <f...@redhat.com> writes: > > > From: Alex Bennée <alex.ben...@linaro.org> > > > > Instead of providing a live version of the source tree to the docker > > container we snapshot it with git-archive. This ensure the tree is in a > > pristine state for whatever operations the container is going to run on > > them. > > > > Uncommitted changes known to files known by the git index will be > > included in the snapshot if there are any. > > > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > > [Generate an unique directory under /tmp/ - Fam Zheng] > > But the docker-run-% rule never uses the source copy we just made.
I failed in Makefile magic: pattern rules and dynamically generated rules mustn't be used mixed, otherwise the former will be ignored. Will fix. Fam