2009-02-18 22:34 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* config/global.cf
+ Added link to GNU make docs.
+ Added .SUFFIXES: to delete all built-in rules. This does
the same as the -r switch which we were using so far,
so this one is no more necessary. Now GNU make can be
started by simply running 'make' without parameters.
* make_gcc.sh
* make_gnu_os2.cmd
* make_gnu.bat
% Removed make -r switches.
; TODO: Do the same in the rest of the scripts.
This commit is contained in:
@@ -8,6 +8,20 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-18 22:34 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* config/global.cf
|
||||
+ Added link to GNU make docs.
|
||||
+ Added .SUFFIXES: to delete all built-in rules. This does
|
||||
the same as the -r switch which we were using so far,
|
||||
so this one is no more necessary. Now GNU make can be
|
||||
started by simply running 'make' without parameters.
|
||||
|
||||
* make_gcc.sh
|
||||
* make_gnu_os2.cmd
|
||||
* make_gnu.bat
|
||||
% Removed make -r switches.
|
||||
; TODO: Do the same in the rest of the scripts.
|
||||
|
||||
2009-02-18 22:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* ChangeLog
|
||||
* utils/hbmk/hbmk2.prg
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
# See GNU make docs here:
|
||||
# http://www.gnu.org/software/automake/manual/make/
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
GRANDP = ../../
|
||||
HB_ARCH := $(HB_ARCHITECTURE)/$(HB_COMPILER)
|
||||
|
||||
|
||||
@@ -187,5 +187,5 @@ sed -e 's/;/ /g' \
|
||||
-e 's/^!include/include/g' \
|
||||
common.mak > common.cf
|
||||
|
||||
$MAKE -r -f make_gcc.mak $HB_USER_MAKEFLAGS $*
|
||||
$MAKE -f make_gcc.mak $HB_USER_MAKEFLAGS $*
|
||||
rm -f common.cf
|
||||
|
||||
@@ -107,7 +107,7 @@ if "%HB_INC_INSTALL%" == "" set HB_INC_INSTALL=%HB_INSTALL_PREFIX%/include
|
||||
rem ---------------------------------------------------------------
|
||||
rem Start the GNU make system
|
||||
|
||||
make -r %HB_USER_MAKEFLAGS% %1 %2 %3 %4 %5 %6 %7 %8 %9 > make_gnu.log
|
||||
make %HB_USER_MAKEFLAGS% %1 %2 %3 %4 %5 %6 %7 %8 %9 > make_gnu.log
|
||||
goto END
|
||||
|
||||
:END
|
||||
|
||||
@@ -35,4 +35,4 @@ if "%HB_OS2_TCP32%" == "YES" goto tcp32
|
||||
set HB_USER_CFLAGS=-DTCPV40HDRS %HB_USER_CFLAGS%
|
||||
:tcp32
|
||||
|
||||
make -r %1 %2 %3 %4 %5 %6 %7 %8 %9 > make_gnu.log
|
||||
make %1 %2 %3 %4 %5 %6 %7 %8 %9 > make_gnu.log
|
||||
|
||||
Reference in New Issue
Block a user