mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Don't fail in the builddir == srcdir case, though. (testsuite)
This commit is contained in:
parent
a124554ded
commit
1bedaf742a
@ -58,9 +58,9 @@ init.sh: $(srcdir)/Makefile.in $(srcdir)/test-utils.sh .bin-dir-stamp bin/not bi
|
||||
echo 'export PATH' >> $@-t
|
||||
chmod a-w $@-t
|
||||
mv $@-t $@
|
||||
test "$(srcdir)" != "." && cp $(srcdir)/test-utils.sh \
|
||||
$(srcdir)/test-lib.sh \
|
||||
$(T) .
|
||||
if test "$(srcdir)" != "."; then cp $(srcdir)/test-utils.sh \
|
||||
$(srcdir)/test-lib.sh \
|
||||
$(T) .; fi
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
||||
|
Loading…
x
Reference in New Issue
Block a user