2009-08-17 19:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/dirsh.mk
+ Added '@' prefixes for nt and os2 shells.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-08-17 19:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/dirsh.mk
|
||||
+ Added '@' prefixes for nt and os2 shells.
|
||||
|
||||
2009-08-18 18:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/config/dir.mk
|
||||
% small simplification in used logic
|
||||
|
||||
@@ -21,11 +21,11 @@ ifeq ($(HB_SHELL),sh)
|
||||
endif
|
||||
|
||||
ifeq ($(HB_SHELL),nt)
|
||||
DIR_RULE = for %%d in ($(DIRS_OS)) do $(MK_OS) $(MKFLAGS) -C %%d $@
|
||||
DIR_RULE = @for %%d in ($(DIRS_OS)) do $(MK_OS) $(MKFLAGS) -C %%d $@
|
||||
endif
|
||||
|
||||
ifeq ($(HB_SHELL),os2)
|
||||
DIR_RULE = for %d in ($(DIRS_OS)) do $(MK_OS) $(MKFLAGS) -C %d $@
|
||||
DIR_RULE = @for %d in ($(DIRS_OS)) do $(MK_OS) $(MKFLAGS) -C %d $@
|
||||
endif
|
||||
|
||||
ifeq ($(HB_SHELL),dos)
|
||||
|
||||
Reference in New Issue
Block a user