You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2005/09/29 04:16:36 UTC

svn commit: r292377 - /incubator/stdcxx/trunk/etc/config/README

Author: sebor
Date: Wed Sep 28 19:16:27 2005
New Revision: 292377

URL: http://svn.apache.org/viewcvs?rev=292377&view=rev
Log:
2005-09-28  Martin Sebor  <se...@roguewave.com>

	STDCXX-41
	* README: Documented new target names introduced in revsion 292372.


Modified:
    incubator/stdcxx/trunk/etc/config/README

Modified: incubator/stdcxx/trunk/etc/config/README
URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/etc/config/README?rev=292377&r1=292376&r2=292377&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/README (original)
+++ incubator/stdcxx/trunk/etc/config/README Wed Sep 28 19:16:27 2005
@@ -443,10 +443,12 @@
 
      $ cd ${BUILDDIR}
      $ gmake -Cinclude [ config ]   # configure
-     $ gmake libstd                 # build the library
-     $ gmake util                   # build utilities
-     $ gmake exm                    # build examples
-     $ gmake tst                    # build tests
+     $ gmake config                 # same
+     $ gmake lib                    # build the library
+     $ gmake examples               # build examples
+     $ gmake util                   # build utility programs
+     $ gmake rwtest                 # build the test driver
+     $ gmake tests                  # build tests
      $ gmake locales                # build locale databases
 
      Alternatively, you can cd  into the respective subdirectories and
@@ -455,8 +457,8 @@
      $ (cd ${BUILDDIR}/include && gmake)     # configure
      $ (cd ${BUILDDIR}/lib && gmake)         # build the library
      $ (cd ${BUILDDIR}/bin && gmake)         # build utilities
-     $ (cd ${BUILDDIR}/exm && gmake)         # build examples
-     $ (cd ${BUILDDIR}/tst && gmake)         # build tests
+     $ (cd ${BUILDDIR}/examples && gmake)    # build examples
+     $ (cd ${BUILDDIR}/tests && gmake)       # build tests
      $ (cd ${BUILDDIR}/bin && gmake locales) # build locale databases
 
      Parallel  builds  (gmake -j[N])  are  possible  in any  directory
@@ -516,17 +518,17 @@
   following steps.
 
   o  $ cd ${BUILDDIR}
-     $ gmake [ rwtestlib ][ tst ] [ exm ]
+     $ gmake [ rwtest ][ tests ] [ examples ]
 
      The rwtest library is a prerequisite for the test programs (gmake
-     rwtestlib).
+     rwtest).
 
      From  ${BUILDDIR}, you  can proceed  to build  the tests  and the
      examples, either individually  or all at the same  time.  You can
      either  navigate   into  the  respective   subdirectories  (i.e.,
      ${BUILDDIR}/tests/,  or ${BUILDDIR}/examples/)  and type  gmake [
      target  ]  to  build  there   or  you  can  build  directly  from
-     ${BUILDDIR} by typing gmake tst or gmake exm.
+     ${BUILDDIR} by typing gmake tests or gmake examples.
 
      The  library  sources  and  headers  are expected  to  reside  in
      ${TOPDIR}/src/ and  ${TOPDIR}/include/, respectively, tests(*) in