Changeset 1673 for trunk/README.developer
- Timestamp:
- Dec 22, 2008, 5:54:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.developer
r1638 r1673 30 30 http://www.gnu.org/software/libtool/manual/libtool.html#Debugging-executables 31 31 32 = Enable svn- clean=32 = Enable svn-support = 33 33 34 While `make distclean` will remove most generated files and leave you 35 in a state as though you just unpacked a dist, it is sometimes useful 36 to remove even more files. For this purpose there exists a target 37 `svn-clean` that will remove all files not under subversion control, 38 in other words, leave you in a state as though you checked out a 39 pristine subversion working copy. The target is not active by default, 40 but can be turned on with `./configure --enable-svn-support`. Use with 41 care! 34 If you are building from an svn wc, you may run '`configure`' with 35 option '`--enable-svn-support`' to turn on some extra make 36 targets. Most of the targets are useful at release time, i.e., 37 probably not very useful for other developers than the release 38 manager. See '`build_support/svn_support.am`' for more details. 42 39 43 40 ----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.