Changeset 983


Ignore:
Timestamp:
May 27, 2007, 10:46:29 PM (18 years ago)
Author:
bird
Message:

Drop the tests around rsort and builtin rmdir. they are both true now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r981 r983  
    22932293        $(call MSG_CLEAN)
    22942294        $(QUIET)$(RM) -f $(_OUT_FILES) $(_OBJS) $(_DEPFILES) $(_DEPFILES_INCLUDED) $(_CLEAN_FILES) $(OTHER_CLEAN)
    2295 ifeq ($(RMDIR),kmk_builtin_rmdir)
    2296  ifeq ($(filter rsort,$(KMK_FEATURES)),rsort) # TODO: Drop this when switching gmake to the gmakenew code!
    22972295        $(QUIET)$(RMDIR) -p --ignore-fail-on-non-empty --ignore-fail-on-not-exist $(rsort $(dir $(_OUT_FILES) $(_OBJS) $(_DEPFILES) $(_DEPFILES_INCLUDED) $(_CLEAN_FILES) $(OTHER_CLEAN)))
    2298  endif
    2299 endif
    23002296
    23012297
Note: See TracChangeset for help on using the changeset viewer.