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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user