From: Jan Beulich Date: Wed, 14 Oct 2020 12:02:40 +0000 (+0200) Subject: tools/include: drop remaining -f from ln invocations X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=01d687c9cd70443617a885ba715d501455964567;p=people%2Fsstabellini%2Fxen-unstable.git%2F.git tools/include: drop remaining -f from ln invocations This is once again to allow noticing name collisions right away. Signed-off-by: Jan Beulich Tested-by: Bertrand Marquis Acked-by: Wei Liu --- diff --git a/tools/include/Makefile b/tools/include/Makefile index 4db2d93887..4d4313b60d 100644 --- a/tools/include/Makefile +++ b/tools/include/Makefile @@ -18,8 +18,8 @@ xen-dir: ln -s $(XEN_ROOT)/xen/include/public/COPYING xen/ ln -s $(XEN_ROOT)/xen/include/public/*.h xen/ ln -s $(XEN_ROOT)/xen/include/public/*/ xen/ - ln -sf ../xen-sys/$(XEN_OS) xen/sys - ln -sf $(addprefix $(XEN_ROOT)/xen/include/xen/,libelf.h elfstructs.h) xen/libelf/ + ln -s ../xen-sys/$(XEN_OS) xen/sys + ln -s $(addprefix $(XEN_ROOT)/xen/include/xen/,libelf.h elfstructs.h) xen/libelf/ ln -s ../xen-foreign xen/foreign ln -s $(XEN_ROOT)/xen/include/acpi/platform acpi/ ln -s $(XEN_ROOT)/xen/include/acpi/ac*.h acpi/