2009-08-23 18:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/globsh.mk
    ! Deleted double quotes from around $(MK) command on nt 
      shells.
      This had the side effect that GNU Make couldn't run the
      executable for recursion if it wasn't in the PATH.
      (so win-make.exe didn't work. Now it does.)
This commit is contained in:
Viktor Szakats
2009-08-23 16:36:52 +00:00
parent dea3050119
commit 655fb8760e
2 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-23 18:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/globsh.mk
! Deleted double quotes from around $(MK) command on nt
shells.
This had the side effect that GNU Make couldn't run the
executable for recursion if it wasn't in the PATH.
(so win-make.exe didn't work. Now it does.)
2009-08-23 18:30 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
! Minor regression when adding HB_CPU detection for dos plat.

View File

@@ -82,7 +82,7 @@ ifeq ($(HB_SHELL),nt)
# CreateProcess() is used, where the maximum length is 32767.
# [vszakats]
MK := "$(subst \,/,$(MAKE))"
MK := $(subst \,/,$(MAKE))
RM := del /q /f
RDP := rmdir /q /s
CP := copy