]> sourceware.org Git - lvm2.git/commitdiff
The sourcedir instances of the test scripts are not PHONY.
authorPetr Rockai <prockai@redhat.com>
Mon, 30 Nov 2009 16:58:53 +0000 (16:58 +0000)
committerPetr Rockai <prockai@redhat.com>
Mon, 30 Nov 2009 16:58:53 +0000 (16:58 +0000)
test/Makefile.in

index 053f170e9e33a846006433d5c2e0378e0eedaea0..75366fd4232272e15d5028acc5600944f58282f1 100644 (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:
This page took 0.035713 seconds and 5 git commands to generate.