Hi I have noticed a minor difference in behaviour of 'make clean' when upgrading from Centos 5.3 to Centos 5.5.
When I run 'make clean' in Centos 5.3, I get no warnings. When I run it in Centos 5.5 I get: "Warning: --directory (-d) option is undocumented and no-op. Use -rf for deleting non-empty dirs." My makefile does not define target 'clean' so I must be using the implicit clean target. The Centos 5.3 'rm' coreutils command supports option '-d'. The Centos 5.5 'rm' does not. The weird thing is that 'rm --version' reports '5.97' for both Centos versions. Does anyone know of a convenient fix for this problem please? David _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make