2009-08-22 14:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/global.mk
    + Display MAKESHELL value if set.

  * config/globsh.mk
    * Updated OS/2 GNU tools information: os2-cp.exe requires 
      *forward* slashes in filenames.
This commit is contained in:
Viktor Szakats
2009-08-22 12:52:00 +00:00
parent 5dfea21af8
commit 12969458bf
3 changed files with 12 additions and 5 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-22 14:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
+ Display MAKESHELL value if set.
* config/globsh.mk
* Updated OS/2 GNU tools information: os2-cp.exe requires
*forward* slashes in filenames.
2009-08-22 14:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
% Minor opt.

View File

@@ -252,7 +252,7 @@ ifeq ($(HB_INIT_DONE),)
# Macros:
# -DHB_PCRE_REGEX, -DHB_POSIX_REGEX, -DHB_EXT_ZLIB, -DHB_HAS_GPM
$(info ! MAKE: $(MAKE) $(MAKE_VERSION) $(HB_MAKECMDGOALS) $(MAKEFLAGS) $(SHELL))
$(info ! MAKE: $(MAKE) $(MAKE_VERSION) $(HB_MAKECMDGOALS) $(MAKEFLAGS) $(SHELL) $(if $(MAKESHELL), MAKESHELL: $(MAKESHELL),))
ifneq ($(HB_USER_PRGFLAGS),)
$(info ! HB_USER_PRGFLAGS: $(HB_USER_PRGFLAGS))
endif

View File

@@ -120,10 +120,9 @@ endif
ifeq ($(HB_SHELL),os2)
# NOTE: Comment on included GNU tools:
# os2-mkdir expects forward slashes, while
# os2-rm and os2-cp expects backslashes in filenames.
# [vszakats]
# NOTE: Comment on included OS/2 GNU tools:
# os2-mkdir and os2-cp expects forward slashes, while
# os2-rm expects backslashes in filenames. [vszakats]
MK := $(subst \,/,$(MAKE))
RM := $(TOOL_DIR)os2-rm -f