DEPS_INCLUDE is currently the same as DEPS, so no functional change.
This patch is the result of this perl rune:
git-grep -l 'include.*DEPS' | xargs perl -i -pe 'next unless m/^-?include/; s/\bDEPS\b/DEPS_INCLUDE/'
I have verified that I haven't missed anything, with this rune:
git-grep '\bDEPS\b'
Reported-by: Jan Beulich <JBeulich@suse.com>
CC: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
.PHONY: all build clean distclean install uninstall
--include $(DEPS)
+-include $(DEPS_INCLUDE)
.PHONY: all build clean distclean install lvm-util uninstall
--include $(DEPS)
+-include $(DEPS_INCLUDE)
.PHONY: all build clean distclean install uninstall vhd-util vhd-update
--include $(DEPS)
+-include $(DEPS_INCLUDE)
.PHONY: all build clean distclean install libvhd uninstall
--include $(DEPS)
+-include $(DEPS_INCLUDE)
rm -f $(DESTDIR)$(LIBEXEC_BIN)/xenconsole
rm -f $(DESTDIR)$(sbindir)/xenconsoled
--include $(DEPS)
+-include $(DEPS_INCLUDE)
.PHONY: distclean
distclean: clean
--include $(DEPS)
+-include $(DEPS_INCLUDE)
exit 11; \
} || :
--include $(DEPS)
+-include $(DEPS_INCLUDE)
$(TARGET): tcgbios.o tpm_drivers.o
$(LD) $(LDFLAGS_DIRECT) -r $^ -o $@
--include $(DEPS)
+-include $(DEPS_INCLUDE)
biossums: biossums.c
gcc -o biossums biossums.c
--include $(DEPS)
+-include $(DEPS_INCLUDE)
uninstall:
rm -f $(addprefix $(DESTDIR)$(sbindir)/, $(CLIENTS))
--include $(DEPS)
+-include $(DEPS_INCLUDE)
.PHONY: distclean
distclean: clean
--include $(DEPS)
+-include $(DEPS_INCLUDE)
install: all
--include $(DEPS)
+-include $(DEPS_INCLUDE)
clean distclean::
rm -f $(PIC_OBJS) $(FSLIB) $(DEPS_RM)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
libfsimage.so.$(MAJOR).$(MINOR): $(PIC_OBJS)
$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libfsimage.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(PTHREAD_LIBS) $(APPEND_LDFLAGS)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
distclean: clean
--include $(DEPS)
+-include $(DEPS_INCLUDE)
libxenguest.so.$(MAJOR).$(MINOR): $(GUEST_PIC_OBJS) libxenctrl.so
$(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenguest.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $(GUEST_PIC_OBJS) $(COMPRESSION_LIBS) -lz $(LDLIBS_libxenevtchn) $(LDLIBS_libxenctrl) $(PTHREAD_LIBS) $(APPEND_LDFLAGS)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
realclean: distclean
$(RM) -f $(AUTOSRCS) $(AUTOINCS)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
.PHONY: all build clean install distclean uninstall
--include $(DEPS)
+-include $(DEPS_INCLUDE)
xencov: xencov.o
$(CC) $(LDFLAGS) -o $@ $< $(LDLIBS_libxenctrl) $(APPEND_LDFLAGS)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
.PHONY: distclean
distclean: clean
--include $(DEPS)
+-include $(DEPS_INCLUDE)
.PHONY: distclean
distclean: clean
--include $(DEPS)
+-include $(DEPS_INCLUDE)
memshrtool: memshrtool.o
$(CC) -o $@ $< $(LDFLAGS) $(LDLIBS_libxenctrl)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
xen-access: xen-access.o Makefile
$(CC) -o $@ $< $(LDFLAGS) $(LDLIBS_libxenctrl) $(LDLIBS_libxenguest) $(LDLIBS_libxenevtchn)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
xs-test: xs-test.o Makefile
$(CC) -o $@ $< $(LDFLAGS) $(LDLIBS_libxenstore)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
.PHONY: distclean
distclean: clean
--include $(DEPS)
+-include $(DEPS_INCLUDE)
genpath-target = $(call buildmakevars2header,_paths.h)
$(eval $(genpath-target))
--include $(DEPS)
+-include $(DEPS_INCLUDE)
xentrace_setmask: setmask.o Makefile
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
TAGS:
etags -t $(SRCS) *.h
--include $(DEPS)
+-include $(DEPS_INCLUDE)
xenpmd: xenpmd.o Makefile
$(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
.PHONY: distclean
distclean: clean
--include $(DEPS)
+-include $(DEPS_INCLUDE)
genpath-target = $(call buildmakevars2header,src/_paths.h)
$(eval $(genpath-target))
.PHONY: distclean
distclean: clean
--include $(DEPS)
+-include $(DEPS_INCLUDE)
ln -f $(DESTDIR)$(bindir)/xenstore $(DESTDIR)$(bindir)/$${c} ; \
done
--include $(DEPS)
+-include $(DEPS_INCLUDE)
# never delete any intermediate files.
.SECONDARY:
xenalyze: xenalyze.o mread.o
$(CC) $(LDFLAGS) -o $@ $^ $(ARGP_LDFLAGS) $(APPEND_LDFLAGS)
--include $(DEPS)
+-include $(DEPS_INCLUDE)
distclean: clean
--include $(DEPS)
+-include $(DEPS_INCLUDE)
%.s: %.S Makefile
$(CPP) $(AFLAGS) $< -o $@
--include $(DEPS)
+-include $(DEPS_INCLUDE)