2008-01-31 18:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* common.mak
   * harbour-ce-spec
   * harbour-w32-spec
   * harbour.spec
   * make_tgz.sh
   * utils/hbpptest/Makefile
   + utils/hbpptest/hbpptest.prg
   - utils/hbpptest/pretest.prg
     ! Fixed hbpptest to have this name (instead of 'pretest') even 
       when built with the GNU make system.
This commit is contained in:
Viktor Szakats
2008-01-31 17:09:17 +00:00
parent b5ae06cc09
commit ca8c0a0e89
8 changed files with 19 additions and 7 deletions

View File

@@ -8,6 +8,18 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-01-31 18:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* common.mak
* harbour-ce-spec
* harbour-w32-spec
* harbour.spec
* make_tgz.sh
* utils/hbpptest/Makefile
+ utils/hbpptest/hbpptest.prg
- utils/hbpptest/pretest.prg
! Fixed hbpptest to have this name (instead of 'pretest') even
when built with the GNU make system.
2008-01-31 17:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* bin/hb-func.sh
+ Updated for lib name change.

View File

@@ -1011,7 +1011,7 @@ HBPPGEN_EXE_OBJS = \
#**********************************************************
HBPPTEST_EXE_OBJS = \
$(OBJ_DIR)\pretest$(OBJEXT) \
$(OBJ_DIR)\hbpptest$(OBJEXT) \
#**********************************************************

View File

@@ -171,7 +171,7 @@ make -r -i install
${CCPREFIX}strip --strip-debug $HB_LIB_INSTALL/*
# remove unused files
rm -fR ${HB_BIN_INSTALL}/{harbour,hbdoc,hbdot,hbmake,hbpp,hbrun,hbtest,hbverfix,pretest}.exe
rm -fR ${HB_BIN_INSTALL}/{harbour,hbdoc,hbdot,hbmake,hbpp,hbrun,hbtest,hbverfix,hbpptest}.exe
rm -fR $HB_INC_INSTALL
# Create a README file for people using this RPM.

View File

@@ -171,7 +171,7 @@ make -r -i install
${CCPREFIX}strip --strip-debug $HB_LIB_INSTALL/*
# remove unused files
rm -fR ${HB_BIN_INSTALL}/{harbour,hbdoc,hbdot,hbmake,hbpp,hbrun,hbtest,hbverfix,pretest}.exe
rm -fR ${HB_BIN_INSTALL}/{harbour,hbdoc,hbdot,hbmake,hbpp,hbrun,hbtest,hbverfix,hbpptest}.exe
rm -fR $HB_INC_INSTALL
# Create a README file for people using this RPM.

View File

@@ -313,7 +313,7 @@ then
fi
# remove unused files
rm -f ${HB_BIN_INSTALL}/{hbdoc,hbtest,hbverfix,pretest}
rm -f ${HB_BIN_INSTALL}/{hbdoc,hbtest,hbverfix,hbpptest}
# Create a README file for people using this RPM.
cat > doc/%{readme} <<EOF

View File

@@ -234,7 +234,7 @@ do
done
# remove some unnecessary binaries
rm -f $HB_BIN_INSTALL/hbverfix${hb_exesuf} $HB_BIN_INSTALL/pretest${hb_exesuf}
rm -f $HB_BIN_INSTALL/hbverfix${hb_exesuf} $HB_BIN_INSTALL/hbpptest${hb_exesuf}
# Keep the size of the binaries to a minimim.
if [ -f $HB_BIN_INSTALL/harbour${hb_exesuf} ]; then

View File

@@ -9,9 +9,9 @@ endif
ROOT = ../../
PRG_SOURCES=\
pretest.prg \
hbpptest.prg \
PRG_MAIN=pretest.prg
PRG_MAIN=hbpptest.prg
LIBS=\
hbdebug \