search for: coredir

Displaying 4 results from an estimated 4 matches for "coredir".

Did you mean: core_dir
2014 Aug 31
0
Bug#444000: [ijc@hellion.org.uk: move core dumps to /var/lib/xen/dump]
...y 2013-08-16 14:45:07.725110096 +0100 ++++ xen/tools/python/xen/xend/XendDomainInfo.py 2013-08-16 14:48:11.119896959 +0100 +@@ -2283,7 +2283,7 @@ + # To prohibit directory traversal + based_name = os.path.basename(self.info['name_label']) + +- coredir = "/var/xen/dump/%s" % (based_name) ++ coredir = "/var/lib/xen/dump/%s" % (based_name) + if not os.path.exists(coredir): + try: + mkdir.parents(coredir, stat.S_IRWXU) +@@ -2292,7 +2292,7 @@ + + if not os.pat...
2013 Aug 16
2
Bug#706233: move core dumps to /var/lib/xen/dump
...y 2013-08-16 14:45:07.725110096 +0100 ++++ xen/tools/python/xen/xend/XendDomainInfo.py 2013-08-16 14:48:11.119896959 +0100 +@@ -2283,7 +2283,7 @@ + # To prohibit directory traversal + based_name = os.path.basename(self.info['name_label']) + +- coredir = "/var/xen/dump/%s" % (based_name) ++ coredir = "/var/lib/xen/dump/%s" % (based_name) + if not os.path.exists(coredir): + try: + mkdir.parents(coredir, stat.S_IRWXU) +@@ -2292,7 +2292,7 @@ + + if not os.pat...
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...-include $(topdir)/version.mk OPTFLAGS = diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile index 4c8eff6..04fd89e 100644 --- a/diag/geodsp/Makefile +++ b/diag/geodsp/Makefile @@ -19,7 +19,7 @@ # topdir = ../.. -# include $(topdir)/MCONFIG.embedded +# include $(topdir)/mk/embedded.mk coredir = $(topdir)/core BTARGET = geodsp1s.bin geodspms.bin mk-lba-img \ diff --git a/diag/mbr/Makefile b/diag/mbr/Makefile index a94253a..79ff9f0 100644 --- a/diag/mbr/Makefile +++ b/diag/mbr/Makefile @@ -17,7 +17,8 @@ topdir = ../.. mbrdir = $(topdir)/mbr -include $(topdir)/MCONFIG.embedded +MAKE...
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com> This series includes a patch (PATCH 1/6) that I sent previously but I thought it was worth sending it again since the rest of the series depends on it, and it also gives a bit of context. These cleanups make it simpler to do the big switchover to ELF modules on the elflink branch because the libraries in $LIBS are now contained in one