Check-in Number:
|
4408 | |
Date: |
2004-Feb-11 15:42:41 (local)
2004-Feb-11 14:42:41 (UTC) |
User: | rse |
Branch: | |
Comment: |
do a real clean step to make sure manual pages are regenerated |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/devtool.conf 1.4 -> 1.5
--- devtool.conf 2004/01/27 19:14:42 1.4
+++ devtool.conf 2004/02/11 14:42:41 1.5
@@ -33,9 +33,13 @@
./devtool autogen
echo "+++ configuring"
./configure
+ echo "+++ real cleaning"
+ make realclean
+ echo "+++ re-configuring"
+ ./configure
echo "+++ building"
- make clean all man
- echo "+++ cleaning"
+ make all man
+ echo "+++ dist cleaning"
make distclean
echo "+++ fixing"
./shtool fixperm -v .
|
|