[lvm-devel] LVM2/test Makefile.in

mornfall at sourceware.org mornfall at sourceware.org
Tue Dec 14 23:23:45 UTC 2010


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall at sourceware.org	2010-12-14 23:23:45

Modified files:
	test           : Makefile.in 

Log message:
	Fix sed substitution in copying tests to builddir (test/Makefile.in).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/Makefile.in.diff?cvsroot=lvm2&r1=1.48&r2=1.49

--- LVM2/test/Makefile.in	2010/12/14 17:38:42	1.48
+++ LVM2/test/Makefile.in	2010/12/14 23:23:45	1.49
@@ -93,7 +93,7 @@
 	@if test "$(srcdir)" != . ; then \
 	    echo "Copying tests to builddir."; \
 	    cp $(SUPPORT) .; \
-	    for f in $(RUN); do cp $$f `echo $$f | sed -e s,$(srcdir)/,,g`; done; \
+	    for f in $(RUN); do cp $$f `echo $$f | sed -e s,^$(srcdir)/,,`; done; \
 	fi
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status




More information about the lvm-devel mailing list