2009-07-11 18:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/win/dir.cf
  * config/os2/dir.cf
  * config/wce/dir.cf
    * Casing synced.
    ; Probably now these rules could be moved to a central
      location.
This commit is contained in:
Viktor Szakats
2009-07-11 16:12:13 +00:00
parent ee75928e56
commit a25ce4eda5
4 changed files with 11 additions and 3 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-07-11 18:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/win/dir.cf
* config/os2/dir.cf
* config/wce/dir.cf
* Casing synced.
; Probably now these rules could be moved to a central
location.
2009-07-11 18:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/dos/dir.cf
* config/win/global.cf

View File

@@ -14,7 +14,7 @@ ifeq ($(SHLVL),) # non-bash
DIR_MAKE = $(subst /,\,$(MK))
DIR_LIST = $(subst /,\,$(DIRS))
DIR_RULE = $(COMSPEC) /C FOR %d IN ($(DIR_LIST)) DO $(DIR_MAKE) -C %d $@
DIR_RULE = $(COMSPEC) /C for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
else # bash

View File

@@ -14,7 +14,7 @@ ifeq ($(SHLVL),) # non-bash
DIR_MAKE = $(subst /,\,$(MK))
DIR_LIST = $(subst /,\,$(DIRS))
DIR_RULE = $(COMSPEC) /c for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
DIR_RULE = $(COMSPEC) /C for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
else # bash

View File

@@ -14,7 +14,7 @@ ifeq ($(SHLVL),) # non-bash
DIR_MAKE = $(subst /,\,$(MK))
DIR_LIST = $(subst /,\,$(DIRS))
DIR_RULE = $(COMSPEC) /c for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
DIR_RULE = $(COMSPEC) /C for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@
else # bash