]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
fc13: Added auto-detection based on /etc/fedora-release.
authorKonrad Rzeszutek Wilk <konrad@dumpdata.com>
Tue, 7 Sep 2010 19:10:39 +0000 (15:10 -0400)
committerKonrad Rzeszutek Wilk <konrad@dumpdata.com>
Tue, 7 Sep 2010 19:10:39 +0000 (15:10 -0400)
sources.mk

index 1f870576159633620d21c6057d7b215cdbe5ba2e..9f329b664cf50b118ecaadcb38b6a6463e2777ed 100644 (file)
@@ -10,6 +10,12 @@ $(eval $(call GIT_REPO,busybox.git,root_image/busybox))
 $(eval $(call GIT_REPO,netperf.git,root_image/netperf))
 $(eval $(call GIT_REPO,pciutils.git,root_image/pciutils))
 
+
+ifeq ($(shell head -1 /etc/redhat-release), Fedora release 13 (Goddard))
+FC13 = 1
+FC12_RPM = 1
+endif
+
 ifdef FC13
 GLIBC_VERSION = 2.12
 ifeq ($(shell uname -m), i686)