]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
tools/gdbsx: drop stray recursion into tools/include/
authorJan Beulich <jbeulich@suse.com>
Thu, 15 Oct 2020 15:18:25 +0000 (17:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 15 Oct 2020 15:18:25 +0000 (17:18 +0200)
Doing so isn't appropriate here - this gets done very early in the build
process. If the directory is mean to to be buildable on its own,
different arrangements would be needed.

The issue has become more pronounced by 47654a0d7320 ("tools/include:
fix (drop) dependencies of when to populate xen/"), but was there before
afaict.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/debugger/gdbsx/xg/Makefile

index 6a8937b8f9f7e7b353b8066a834412d79e268009..acdcddf0d5e278cb848cdd28bfa009466805dbdc 100644 (file)
@@ -12,7 +12,7 @@ CFLAGS += $(CFLAGS_xeninclude)
 all: build
 
 .PHONY: build
-build: xen-headers xg_all.a $(XG_HDRS) $(XG_OBJS) Makefile
+build: xg_all.a $(XG_HDRS) $(XG_OBJS) Makefile
 # build: mk-symlinks xg_all.a $(XG_HDRS) $(XG_OBJS) Makefile
 # build: mk-symlinks xg_all.a
 
@@ -21,9 +21,6 @@ xg_all.a: $(XG_OBJS) Makefile $(XG_HDRS)
 #      $(LD) -b elf32-i386 $(LDFLAGS) -r -o $@ $^
 #      $(CC) -m32 -c -o $@ $^
 
-xen-headers:
-       $(MAKE) -C ../../../include
-
 # xg_main.o: xg_main.c Makefile $(XG_HDRS)
 #$(CC) -c $(CFLAGS) -o $@ $<