search for: subdircr

Displaying 2 results from an estimated 2 matches for "subdircr".

Did you mean: subdirc
2015 Apr 01
3
[Bug 11189] New: dry run gives incomplete log
...org/attachment.cgi?id=10930&action=edit a simple script and the files it produces The log file created during a dry run doesn't list all the operations that an actual run will perform. Dry run logs this : 2015/04/01 22:12:53 [3944] building file list 2015/04/01 22:12:53 [3944] cd+++++++++ subDirCreate/ 2015/04/01 22:12:53 [3944] sent 200 bytes received 26 bytes 452.00 bytes/sec 2015/04/01 22:12:53 [3944] total size is 95 speedup is 0.42 (DRY RUN) While actual run does and logs this : 2015/04/01 22:12:53 [3947] building file list 2015/04/01 22:12:53 [3947] *deleting subDirDelete/needsde...
2004 Jul 02
0
Patch to fix dist rule in ocfs-tools with another minor fix
...clude/utils.h include/journal.h +HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/journal.h include/jbd.h OBJS = $(subst .c,.o,$(CFILES)) @@ -21,4 +21,9 @@ debugfs.ocfs2: $(OBJS) $(LINK) $(GLIB_LIBS) -lreadline -lncurses +DIST_RULES = dist-subdircreate + +dist-subdircreate: + $(TOPDIR)/mkinstalldirs $(DIST_DIR)/include + include $(TOPDIR)/Postamble.make