Changeset 3359 for trunk/src/kmk/function.c
- Timestamp:
- Jun 5, 2020, 6:17:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r3351 r3359 5762 5762 O (error, reading_file, "$(dircache-ctl invalidate) takes no parameters"); 5763 5763 dir_cache_invalid_all (); 5764 } 5765 else if (strcmp (cmd, "invalidate-and-close-dirs") == 0) 5766 { 5767 if (argv[1] != NULL) 5768 O (error, reading_file, "$(dircache-ctl invalidate) takes no parameters"); 5769 dir_cache_invalid_all_and_close_dirs (0 /*including_root*/); 5764 5770 } 5765 5771 else if (strcmp (cmd, "invalidate-missing") == 0)
Note:
See TracChangeset
for help on using the changeset viewer.