Check-in Number:
|
2720 | |
Date: |
2002-Nov-03 12:06:56 (local)
2002-Nov-03 11:06:56 (UTC) |
User: | rse |
Branch: | |
Comment: |
provide 'devtool install' command and cleanup devel params |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/config.param 1.18 -> 1.19
--- config.param 2002/10/15 20:34:22 1.18
+++ config.param 2002/11/03 11:06:56 1.19
@@ -40,8 +40,8 @@
# build for debugging
# (developer machine only)
install {
- CC=pgcc IF test -f /sw/bin/pgcc
- --prefix=/sw/pkg/pth
+ CC=/usr/opkg/bin/gcc IF test -f /usr/opkg/bin/gcc
+ --prefix=/usr/opkg/local/PKG/pth IF test -d /usr/opkg/local/PKG/pth/
--enable-batch
--enable-pthread
--enable-optimize
@@ -55,12 +55,13 @@
# [Hint: dmalloc -l dmalloc.log -i 1 debug3]
devel {
CC=/usr/opkg/bin/gcc IF test -f /usr/opkg/bin/gcc
- --prefix=/sw/pkg/pth IF test -d /sw/pkg/pth/
+ --prefix=/usr/opkg/local/PKG/pth IF test -d /usr/opkg/local/PKG/pth/
--enable-batch
--enable-debug
--enable-pthread
--enable-maintainer
--enable-syscall-soft
- --with-dmalloc=/sw/pkg/dmalloc IF test -d /sw/pkg/dmalloc/
+ --enable-syscall-hard
+ --with-dmalloc=/usr/opkg IF test -f /usr/opkg/bin/dmalloc
}
|
|
ossp-pkg/pth/devtool.conf 1.9 -> 1.10
--- devtool.conf 2002/11/02 13:09:59 1.9
+++ devtool.conf 2002/11/03 11:06:56 1.10
@@ -24,6 +24,14 @@
--with-param=$param \
"$@"
+%install
+ ./devtool autoclean
+ ./devtool autogen
+ ./devtool configure install
+ make clean
+ make all
+ make install
+
%version
./shtool version -lc -n 'GNU Pth' -p pth_internal_ -e pth_vers.c
|
|