ia64/xen-unstable
view tools/xm-test/Makefile.am @ 7778:0b4596caf761
nloopbacks default is now 8. So vifnum of greater than 7 requires
an adjustment to nloopbacks. Warning comment updated.
Signed-off-by: Nivedita Singhvi (niv@us.ibm.com)
an adjustment to nloopbacks. Warning comment updated.
Signed-off-by: Nivedita Singhvi (niv@us.ibm.com)
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Nov 11 10:46:36 2005 +0100 (2005-11-11) |
parents | ecb5997f7b25 |
children | ab845d97de72 |
line source
1 SUBDIRS = ramdisk tests
2 EXTRA_DIST = lib runtest.sh mkreport
4 # Remove any pyc's, CVS dirs, and prune the skel dirs
5 dist-hook:
6 find $(distdir) -name '*~' -delete -print
7 find $(distdir) -name '*.pyc' -delete -print
8 for i in Root Repository Entries; do \
9 find $(distdir) -name $$i -delete ;\
10 done
11 find $(distdir) -name CVS -delete
12 find $(distdir) -name '*.test' -delete
13 cd $(distdir)/ramdisk/skel && find . -empty -delete
14 chmod a+x $(distdir)/runtest.sh