]> xenbits.xensource.com Git - xen.git/commitdiff
linkfarm: Exclude .*.tmp
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 15 Jan 2020 16:44:54 +0000 (16:44 +0000)
committerWei Liu <wl@xen.org>
Mon, 20 Jan 2020 12:15:43 +0000 (12:15 +0000)
Exclude intermidiate files .*.tmp from the linkfarm, those are
generated by %.o:%.c rules in xen/Rules.mk when
CONFIG_ENFORCE_UNIQUE_SYMBOLS=y.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/firmware/xen-dir/Makefile

index 5fa1cf22f1c1119088b4d97e57fc850f7a12ba3c..5413f867901217472a24bb8831db31709e4cbf5e 100644 (file)
@@ -17,6 +17,7 @@ DEP_FILES=$(foreach i, $(LINK_FILES), $(XEN_ROOT)/$(i))
 # Exclude some intermediate files and final build products
 LINK_EXCLUDES := '*.[isoa]' '.*.d' '.*.d2' '.config'
 LINK_EXCLUDES += '*.map' 'xen' 'xen.gz' 'xen.efi' 'xen-syms'
+LINK_EXCLUDES += '.*.tmp'
 
 # This is all a giant mess and doesn't really work.
 #