Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9318

Modified Files:
        configure 
Log Message:
tab removal

Index: configure
===================================================================
RCS file: /cvsroot/boost/boost/configure,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configure   15 Feb 2006 00:10:24 -0000      1.4
+++ configure   25 Jul 2006 13:55:56 -0000      1.5
@@ -268,22 +268,22 @@
 LIBS=$LIBS
 
 all: .dummy
-       @echo "\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS)"
-       @\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS) || \\
-       echo "Not all Boost libraries built properly."
+    @echo "\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS)"
+    @\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS) || \\
+    echo "Not all Boost libraries built properly."
 
 clean: .dummy
-       rm -rf bin
+    rm -rf bin
 
 distclean: clean
-       rm -rf Makefile config.log
+    rm -rf Makefile config.log
 
 check: .dummy
-       @cd status && ../\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) test || 
echo "Some Boost regression tests failed. This is normal."
+    @cd status && ../\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) test || echo 
"Some Boost regression tests failed. This is normal."
 
 install: .dummy
-       @echo "\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) 
--exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) 
-sTOOLS=\$(TOOLSET) \$(LIBS) install"
-       @\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) 
--libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) 
install || echo "Not all Boost libraries built properly."
+    @echo "\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) 
--exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) 
-sTOOLS=\$(TOOLSET) \$(LIBS) install"
+    @\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) 
--libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) 
install || echo "Not all Boost libraries built properly."
 
 .dummy:
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to