|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 1 of 6] Query rpm to find build directories
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1294740909 0
# Node ID ae9d790438a613b306f877f1cd230661f8c28521
# Parent b810043e9ab0bda9499515f853ae70e009725439
Query rpm to find build directories.
Allows user with ~/.rpmmacros to build e.g.
$ cat ~/.rpmmacros
%_topdir /data/rpmbuild
%_tmppath /data/tmp
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r b810043e9ab0 -r ae9d790438a6 Makefile
--- a/Makefile Wed Nov 10 13:07:46 2010 +0000
+++ b/Makefile Tue Jan 11 10:15:09 2011 +0000
@@ -107,9 +107,9 @@ MY_OUTPUT_DIR ?= $(CURDIR)/output
MY_OBJ_DIR ?= $(CURDIR)/obj
REPO ?= $(CURDIR)
-RPM_SPECSDIR?=/usr/src/redhat/SPECS
-RPM_SRPMSDIR?=/usr/src/redhat/SRPMS
-RPM_SOURCESDIR?=/usr/src/redhat/SOURCES
+RPM_SPECSDIR?=$(shell rpm --eval='%_specdir')
+RPM_SRPMSDIR?=$(shell rpm --eval='%_srcrpmdir')
+RPM_SOURCESDIR?=$(shell rpm --eval='%_sourcedir')
RPMBUILD?=rpmbuild
XEN_RELEASE?=unknown
endif
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-API] [PATCH 6 of 9] PoC: libxc+ocaml: add interfaces to manipulate various properties of HVM guests, (continued)
|
|
|
|
|