[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 6/6] tools/include: drop remaining -f from ln invocations
This is once again to allow noticing name collisions right away. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- 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/
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |