aboutsummaryrefslogtreecommitdiff
path: root/skiboot.spec
diff options
context:
space:
mode:
authorCédric Le Goater <clg@fr.ibm.com>2016-03-09 13:30:36 +0100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-03-31 14:26:53 +1100
commit634add7df941011816cd65e03507e1d9e69e38f5 (patch)
treeb58204e6a915a871ec3ed6f036a05e4f21dc8ea6 /skiboot.spec
parent618a201ebf33382fadc3f5353a47ac11ab8a2a9b (diff)
downloadskiboot-634add7df941011816cd65e03507e1d9e69e38f5.zip
skiboot-634add7df941011816cd65e03507e1d9e69e38f5.tar.gz
skiboot-634add7df941011816cd65e03507e1d9e69e38f5.tar.bz2
external: use skiboot make_version script
Let's version like skiboot and other external tools do. There is no need to generate a version.c file. Defining VERSION on the compile commande line is enough. Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> [stewart@linux.vnet.ibm.com: fix makefile CFLAGS so can be overwritten] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'skiboot.spec')
-rw-r--r--skiboot.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/skiboot.spec b/skiboot.spec
index b1bbcc6..1d70467 100644
--- a/skiboot.spec
+++ b/skiboot.spec
@@ -53,7 +53,7 @@ SKIBOOT_VERSION=%version CROSS= make V=1 %{?_smp_mflags}
OPAL_PRD_VERSION=%version make V=1 -C external/opal-prd
GARD_VERSION=%version make V=1 -C external/gard
PFLASH_VERSION=%version make V=1 -C external/pflash
-make V=1 -C external/xscom-utils
+XSCOM_VERSION=%version make V=1 -C external/xscom-utils
%install
make -C external/opal-prd install DESTDIR=%{buildroot} prefix=/usr