2008-02-05 10:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/config/os2/global.cf
    ! fixed typo in FOR command
This commit is contained in:
Przemyslaw Czerpak
2008-02-05 09:58:37 +00:00
parent b2f3166838
commit a3e51d1f5b
2 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-02-05 10:58 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/config/os2/global.cf
! fixed typo in FOR command
2008-02-04 22:57 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)
* harbour/common.mak
* harbour/make_gcc.mak

View File

@@ -44,10 +44,10 @@ MD = md
ifeq ($(OS2_LIB_PATH),)
dirbase::
-FOR %d IN ($(HB_ARCHITECTURE) $(OS2_ARCH_DIR)) IF NOT EXIST %d $(MD) %d
-FOR %d IN ($(HB_ARCHITECTURE) $(OS2_ARCH_DIR)) DO IF NOT EXIST %d $(MD) %d
else
dirbase::
-FOR %d IN ($(HB_ARCHITECTURE) $(OS2_ARCH_DIR) $(OS2_LIB_PATH) $(OS2_LIB_DIR)) IF NOT EXIST %d $(MD) %d
-FOR %d IN ($(HB_ARCHITECTURE) $(OS2_ARCH_DIR) $(OS2_LIB_PATH) $(OS2_LIB_DIR)) DO IF NOT EXIST %d $(MD) %d
endif
ifeq ($(OS2_LIB_ARCH),)
@@ -58,7 +58,7 @@ else
clean::
-IF EXIST $(OS2_ARCH_DIR)\*.* $(RM) $(OS2_ARCH_DIR)\*.*
-FOR %d IN ($(OS2_ARCH_DIR) $(HB_ARCHITECTURE)) DO IF EXIST %d $(RD) %d
-IF EXIST $(OS2_LIB_ARCH) $(RM) $(OS2_LIB_ARCH)
-IF EXIST $(OS2_LIB_ARCH) $(RM) $(OS2_LIB_ARCH)
endif
else # bash