mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
parent
a482bb8a89
commit
f13463325a
@ -474,10 +474,10 @@ clean_gen_files:
|
||||
$(VERBOSE)rm -f $(LIB_PROGRESS_LOG)
|
||||
$(VERBOSE)rm -f $(LIB_DEP_FILE)
|
||||
|
||||
clean_install_dir:
|
||||
clean_install_dir: clean_targets clean_libcache
|
||||
$(VERBOSE)(test -d $(INSTALL_DIR) && find $(INSTALL_DIR) -type l -not -readable -delete) || true
|
||||
|
||||
clean_debug_dir:
|
||||
clean_debug_dir: clean_targets clean_libcache
|
||||
$(VERBOSE)(test -d $(DEBUG_DIR) && find $(DEBUG_DIR) -type l -not -readable -delete) || true
|
||||
|
||||
clean_empty_dirs: clean_targets clean_libcache clean_run clean_gen_files clean_install_dir clean_debug_dir
|
||||
|
Loading…
Reference in New Issue
Block a user