Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21761/test
Modified Files:
Makefile.am
Log Message:
- Fix compilation on OSX in ntfsclone.c where stderr = stdout
is not legal (but happens to work on Linux) to do proper
low-level file descriptor mangling which is portable. (Anton)
- Add test/runlist-data to EXTRA_DIST so it gets included in the
distribution otherwise make test fails on released sources. Solution
is not perfect as it also adds the test/runlist-data/CVS directory
but it will do at least for me. (Anton)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/test/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- Makefile.am 7 Oct 2005 12:41:34 -0000 1.3
+++ Makefile.am 15 Oct 2005 21:44:17 -0000 1.4
@@ -15,6 +15,8 @@ LINK=$(STATIC_LINK) $(LIBTOOL_LINK)
bin_PROGRAMS = runlist
+EXTRA_DIST = runlist-data
+
CLEANFILES = attr[123].bin frag[123][123][123] pure-[cn][ms] zero
MAINTAINERCLEANFILES = Makefile.in
|