1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

The sourcedir instances of the test scripts are not PHONY.

This commit is contained in:
Petr Rockai 2009-11-30 16:58:53 +00:00
parent 1bedaf742a
commit 42812732a3

View File

@ -65,9 +65,6 @@ init.sh: $(srcdir)/Makefile.in $(srcdir)/test-utils.sh .bin-dir-stamp bin/not bi
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
#$(T): init.sh
# ./bin/harness $@
.bin-dir-stamp: lvm-wrapper
rm -rf bin
mkdir bin
@ -93,5 +90,5 @@ clean:
distclean: clean
rm -f Makefile
.PHONY: $(T) clean distclean
.PHONY: clean distclean
.NOTPARALLEL: