2009-09-19 21:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* bin/postinst.sh
* config/global.mk
! Fixes to prev after testing. (please review anyway)
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-09-19 21:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* bin/postinst.sh
|
||||
* config/global.mk
|
||||
! Fixes to prev after testing. (please review anyway)
|
||||
|
||||
2009-09-19 20:48 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* examples/hbdoc2/hbdoc2.prg
|
||||
* Minor changes/fixes to help screen and header.
|
||||
|
||||
@@ -41,24 +41,12 @@ fi
|
||||
. ${hb_root}/bin/hb-func.sh
|
||||
|
||||
# Keep the size of the binaries to a minimim.
|
||||
if [ -f $HB_BIN_INSTALL/harbour${hb_exesuf} ]; then
|
||||
${HB_CCPREFIX}strip $HB_BIN_INSTALL/harbour${hb_exesuf}
|
||||
if [ -f $HB_BIN_INSTALL/harbour${HB_HOST_BIN_EXT} ]; then
|
||||
${HB_CCPREFIX}strip ${HB_BIN_INSTALL}/harbour${HB_HOST_BIN_EXT}
|
||||
fi
|
||||
if [ "$HB_PLATFORM" != "hpux" ]; then
|
||||
# Keep the size of the libraries to a minimim, but don't try to strip symlinks.
|
||||
${HB_CCPREFIX}strip -S `find $HB_LIB_INSTALL -type f`
|
||||
fi
|
||||
|
||||
# check if we should rebuild tools with shared libs
|
||||
if [ "${HB_SYSLOC}" = yes ]
|
||||
then
|
||||
for utl in hbmk2 hbrun hbi18n hbformat hbtest
|
||||
do
|
||||
(cd "utils/${utl}"
|
||||
rm -fR "./${HB_PLATFORM}/${HB_COMPILER}/${utl}${hb_exesuf}"
|
||||
$MAKE install HB_BUILD_SHARED=yes
|
||||
${HB_CCPREFIX}strip "${HB_BIN_INSTALL}/${utl}${hb_exesuf}")
|
||||
done
|
||||
${HB_CCPREFIX}strip -S ${HB_LIB_INSTALL}/*
|
||||
fi
|
||||
|
||||
chmod 644 $HB_INC_INSTALL/*
|
||||
|
||||
@@ -1361,6 +1361,7 @@ CXX :=
|
||||
export HB_HOST_PLAT
|
||||
export HB_HOST_CPU
|
||||
export HB_HOST_BIN_DIR
|
||||
export HB_HOST_BIN_EXT
|
||||
|
||||
# clear these options for an unambiguous Harbour environment
|
||||
export HARBOUR :=
|
||||
|
||||
Reference in New Issue
Block a user