Changeset 904 in kBuild
- Timestamp:
- May 23, 2007 5:31:56 AM (18 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r897 r904 1322 1322 1323 1323 _OUT_FILES += $($(target)_OUTPUT_) $(out) 1324 _CLEAN_FILES += $($(target)_CLEAN) 1325 _DIRS += $($(target)_BLDDIRS) 1324 _CLEAN_FILES += $($(target)_CLEAN) $($(target)_CLEAN.$(BUILD_TARGET)) $($(target)_CLEAN.$(BUILD_TYPE)) 1325 _DIRS += $($(target)_BLDDIRS) $($(target)_BLDDIRS.$(BUILD_TARGET)) 1326 1326 _OBJS += $($(target)_OBJS_) 1327 1327 … … 1851 1851 _OBJS += $($(target)_OBJS_) 1852 1852 _OUT_FILES += $($(target)_OUTPUT_) $(out) 1853 _CLEAN_FILES += $($(target)_CLEAN) 1854 _DIRS += $($(target)_BLDDIRS) 1853 _CLEAN_FILES += $($(target)_CLEAN) $($(target)_CLEAN.$(BUILD_TARGET)) $($(target)_CLEAN.$(BUILD_TYPE)) 1854 _DIRS += $($(target)_BLDDIRS) $($(target)_BLDDIRS.$(BUILD_TARGET)) 1855 1855 _INSTALLS_FILES += $(INSTARGET_$(target)) 1856 1856 … … 2259 2259 _INSTALLS_FILES += $(INSTARGET_$(target)) 2260 2260 _INSTALLS_DIRS += $(INSTARGET_DIRS_$(target)) 2261 _CLEAN_FILES += $($(target)_CLEAN) 2262 _DIRS += $($(target)_BLDDIRS) 2261 _CLEAN_FILES += $($(target)_CLEAN) $($(target)_CLEAN.$(BUILD_TARGET)) $($(target)_CLEAN.$(BUILD_TYPE)) 2262 _DIRS += $($(target)_BLDDIRS) $($(target)_BLDDIRS.$(BUILD_TARGET)) 2263 2263 endef 2264 2264 … … 2308 2308 $(call MSG_CLEAN) 2309 2309 $(QUIET)$(RM) -f $(_OUT_FILES) $(_OBJS) $(_DEPFILES) $(_DEPFILES_INCLUDED) $(_CLEAN_FILES) $(OTHER_CLEAN) 2310 ifeq ($(RMDIR),kmk_builtin_rmdir) 2311 ifeq ($(filter rsort,$(KMK_FEATURES)),rsort) # TODO: Drop this when switching gmake to the gmakenew code! 2312 $(RMDIR) --ignore-fail-on-non-empty --ignore-fail-on-not-exist $(rsort $(dir $(_OUT_FILES) $(_OBJS) $(_DEPFILES) $(_DEPFILES_INCLUDED) $(_CLEAN_FILES) $(OTHER_CLEAN))) 2313 endif 2314 endif 2310 2315 2311 2316 -
trunk/kBuild/header.kmk
r897 r904 612 612 INCS CINCS CXXINCX ASINCS RCINCS \ 613 613 LIBS LIBPATH \ 614 DIRS BLDDIRS 614 DIRS BLDDIRS \ 615 CLEAN 615 616 616 617 ## PROPS_ALL
Note:
See TracChangeset
for help on using the changeset viewer.