Changeset 372 for cpp/frams/Makefile-maintain
- Timestamp:
- 04/22/15 04:14:59 (10 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/Makefile-maintain
r353 r372 4 4 endif 5 5 6 MISSING_ALL_DIRS=$(strip $(foreach DIR,$(shell echo $(ALL_DIRS)), $(if $(wildcard $(DIR)),,$(DIR)))) 7 6 8 clean: 7 9 ifeq "$(ALL_DIRS)$(ALL_DIRS)" "" 8 10 @echo "Makefile-maintain clean: ALL_DIRS and/or EXTRA_CLEAN_FILES must be defined" 9 11 else 12 @echo -e -n $(if $(MISSING_ALL_DIRS),\\nMissing ALL_DIRS paths:\\n$(MISSING_ALL_DIRS)\\n\\n) 10 13 rm -f $(EXTRA_CLEAN_FILES) $(ALL_DIRS)/*.{a,o,d} 11 14 endif
Note: See TracChangeset
for help on using the changeset viewer.