Revision: 1566
http://svn.sourceforge.net/complement/?rev=1566&view=rev
Author: complement
Date: 2007-05-18 08:35:04 -0700 (Fri, 18 May 2007)
Log Message:
-----------
changes in 1.34
Modified Paths:
--------------
trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile
trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile.inc
Modified: trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile
===================================================================
--- trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile 2007-05-18 15:34:06 UTC (rev 1565)
+++ trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile 2007-05-18 15:35:04 UTC (rev 1566)
@@ -10,10 +10,10 @@
LDFLAGS += -L${INSTALL_LIB_DIR} -Wl,-rpath=${INSTALL_LIB_DIR}:${STLPORT_LIB_DIR}
-release-shared: LDLIBS = -lboost_test_tem -lboost_fs
-dbg-shared: LDLIBS = -lboost_test_temg -lboost_fsg
+release-shared: LDLIBS = -lboost_fs
+dbg-shared: LDLIBS = -lboost_fsg
ifndef WITHOUT_STLPORT
-stldbg-shared: LDLIBS = -lboost_test_temstlg -lboost_fsstlg
+stldbg-shared: LDLIBS = -lboost_fsstlg
endif
check: all
@@ -26,25 +26,25 @@
${OUTPUT_DIR_STLDBG}/$$p || exit 1; \
done
endif
- rm -rf ./xx fstream_test_?foo
+ rm -rf ./xx fstream_test_?foo fsream_test* fstream_test_* foo boo $$'\xE2\x9E\x80'
check-release-shared: release-shared
for p in ${PRGNAME} ${PRGNAMES}; do \
${OUTPUT_DIR}/$$p || exit 1; \
done
- rm -rf ./xx fstream_test_?foo
+ rm -rf ./xx fstream_test_?foo fsream_test* fstream_test_* foo boo $$'\xE2\x9E\x80'
check-dbg-shared: dbg-shared
for p in ${PRGNAME} ${PRGNAMES}; do \
${OUTPUT_DIR_DBG}/$$p || exit 1; \
done
- rm -rf ./xx fstream_test_?foo
+ rm -rf ./xx fstream_test_?foo fsream_test* fstream_test_* foo boo $$'\xE2\x9E\x80'
ifndef WITHOUT_STLPORT
check-stldbg-shared: stldbg-shared
for p in ${PRGNAME} ${PRGNAMES}; do \
${OUTPUT_DIR_STLDBG}/$$p || exit 1; \
done
- rm -rf ./xx fstream_test_?foo
+ rm -rf ./xx fstream_test_?foo fsream_test* fstream_test_* foo boo $$'\xE2\x9E\x80'
endif
Modified: trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile.inc
===================================================================
--- trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile.inc 2007-05-18 15:34:06 UTC (rev 1565)
+++ trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile.inc 2007-05-18 15:35:04 UTC (rev 1566)
@@ -2,11 +2,11 @@
BOOST_FS_SRC = ${BOOST_INCLUDE_DIR}/libs/filesystem/test
PRGNAME = path_test
-PRGNAMES = default_name_check_test operations_test fstream_test convenience_test
+PRGNAMES = operations_test fstream_test convenience_test wide_test
# large_file_support_test
SRC_CPP = ${BOOST_FS_SRC}/path_test.cpp
-default_name_check_test_SRC_CPP = ${BOOST_FS_SRC}/default_name_check_test.cpp
operations_test_SRC_CPP = ${BOOST_FS_SRC}/operations_test.cpp
fstream_test_SRC_CPP = ${BOOST_FS_SRC}/fstream_test.cpp
convenience_test_SRC_CPP = ${BOOST_FS_SRC}/convenience_test.cpp
# large_file_support_test_SRC_CPP = ${BOOST_FS_SRC}/large_file_support_test.cpp
+wide_test_SRC_CPP = ${BOOST_FS_SRC}/wide_test.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|