Ignore:
Timestamp:
Aug 20, 2002, 9:38:10 PM (23 years ago)
Author:
bird
Message:

RM doesn't like quoted wildchar names. fk! Don't complain about missing target dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.mak

    r9044 r9062  
    1 # $Id: process.mak,v 1.18 2002-08-20 05:53:26 bird Exp $
     1# $Id: process.mak,v 1.19 2002-08-20 19:38:10 bird Exp $
    22
    33#
     
    595595! endif
    596596    $(TOOL_RM) \
    597         "$(PATH_TARGET)\*.$(EXT_OBJ)" \
    598         "$(PATH_TARGET)\*.$(EXT_ILIB)" \
    599         "$(PATH_TARGET)\*.$(EXT_EXE)" \
    600         "$(PATH_TARGET)\*.$(EXT_DLL)" \
    601         "$(PATH_TARGET)\*.$(EXT_RES)"
     597        $(PATH_TARGET)\*.$(EXT_OBJ) \
     598        $(PATH_TARGET)\*.$(EXT_ILIB) \
     599        $(PATH_TARGET)\*.$(EXT_EXE) \
     600        $(PATH_TARGET)\*.$(EXT_DLL) \
     601        $(PATH_TARGET)\*.$(EXT_RES)
    602602    \
    603603! ifndef BUILD_VERBOSE
     
    605605! endif
    606606    $(TOOL_RM) \
    607         "$(PATH_TARGET)\*.$(EXT_SYS)" \
    608         "$(PATH_TARGET)\*.$(EXT_LIB)" \
    609         "$(PATH_TARGET)\*.$(EXT_IFS)" \
    610         "$(PATH_TARGET)\*.$(EXT_MAP)" \
    611         "$(PATH_TARGET)\*.$(EXT_SYM)"
     607        $(PATH_TARGET)\*.$(EXT_SYS) \
     608        $(PATH_TARGET)\*.$(EXT_LIB) \
     609        $(PATH_TARGET)\*.$(EXT_IFS) \
     610        $(PATH_TARGET)\*.$(EXT_MAP) \
     611        $(PATH_TARGET)\*.$(EXT_SYM)
    612612    \
    613613! ifndef BUILD_VERBOSE
     
    615615! endif
    616616    $(TOOL_RM) \
    617         "$(PATH_TARGET)\*.s" \
    618         "$(PATH_TARGET)\*.lst" \
    619         "$(PATH_TARGET)\*.lnk" \
    620         "$(PATH_TARGET)\*.ii" \
    621         "$(PATH_TARGET)\.depend"
     617        $(PATH_TARGET)\*.s \
     618        $(PATH_TARGET)\*.lst \
     619        $(PATH_TARGET)\*.lnk \
     620        $(PATH_TARGET)\*.ii \
     621        $(PATH_TARGET)\.depend"
    622622    \
    623623! ifndef BUILD_VERBOSE
     
    625625! endif
    626626    $(TOOL_RM) \
    627         ".\*.ii" \
    628         ".\*.err" \
    629         ".\.depend"
     627        .\*.ii \
     628        .\*.err \
     629        .\.depend
    630630!endif
    631631!ifdef SUBDIRS
     
    11331133!  include $(TARGET_DEPEND)
    11341134! else
    1135 !  ifndef NODEP
    1136 !   if [$(ECHO) $(CLRERR)WARNING: Please make dependencies first. $(TARGET_DEPEND) is missing.$(CLRRST)]
    1137 !   endif
    1138 !  endif
     1135#!  ifndef NODEP
     1136#!   if [$(ECHO) $(CLRERR)WARNING: Please make dependencies first. $(TARGET_DEPEND) is missing.$(CLRRST)]
     1137#!   endif
     1138#!  endif
    11391139! endif
    11401140!else
     
    11451145!  include $(TARGET_DEPEND)
    11461146! else
    1147 !  ifndef NODEP
    1148 $(ECHO) $(CLRERR)WARNING: Please make dependencies first. $(TARGET_DEPEND) is missing.$(CLRRST)
    1149 !  endif
     1147#!  ifndef NODEP
     1148#$(ECHO) $(CLRERR)WARNING: Please make dependencies first. $(TARGET_DEPEND) is missing.$(CLRRST)
     1149#!  endif
    11501150! endif
    11511151!endif
Note: See TracChangeset for help on using the changeset viewer.