# # # patch "work.cc" # from [0261cdf7dbc3baed0cdfc0e75a3a858f64eefa97] # to [011e065cb66b572d0e10f382c70949c973e90679] # ============================================================ --- work.cc 0261cdf7dbc3baed0cdfc0e75a3a858f64eefa97 +++ work.cc 011e065cb66b572d0e10f382c70949c973e90679 @@ -1413,6 +1413,10 @@ workspace::perform_additions(database & break; case path::directory: build.visit_dir(*i); + if (!directory_empty(*i)) + { + W(F("Non-recursive add: Files in the directory '%s' will not be added automatically.") % *i); + } break; } }