initial commit removing all related xen code, docs, files

This commit is contained in:
Blake J. Harnden 2018-03-07 15:47:14 -08:00
parent 940e10ef5e
commit a5370ee28c
39 changed files with 80 additions and 1771 deletions

View file

@ -9,20 +9,15 @@
CLEANFILES = core-daemon
DISTCLEANFILES = Makefile.in xen/Makefile xen/Makefile.in
DISTCLEANFILES = Makefile.in
EXTRA_DIST = core-daemon-init.d \
core-daemon.service.in \
core-daemon-rc.d \
core-daemon-init.d-SUSE \
xen
core-daemon-init.d-SUSE
SUBDIRS = perf
# clean up dirs included by EXTRA_DIST
dist-hook:
rm -rf $(distdir)/xen/.svn
# install startup scripts based on --with-startup=option configure option
# init.d (default), systemd, SUSE
if WANT_INITD