From 61fa3ec0e7a84008e0bb1b3352b339bf878fc946 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 25 Apr 2007 14:30:07 +0000 Subject: pass DISTRIB_TYPE when building stage1 (useful to know which mirro list to retrieve) --- Makefile.config | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index 8923de49b..b661fff10 100644 --- a/Makefile.config +++ b/Makefile.config @@ -2,6 +2,7 @@ _DISTRIB_NAME := $(shell sed -n '/^.*distribution=\([^,]*\),.*/s//\1/p' /etc/product.id) DISTRIB_NAME = "$(_DISTRIB_NAME)" DISTRIB_VERSION = $(shell sed -n '/^.*version=\([^,]*\),.*/s//\1/p' /etc/product.id) +DISTRIB_TYPE = $(shell sed -n '/^.*type=\([^,]*\),.*/s//\1/p' /etc/product.id) DISTRIB_DESCR = "$(_DISTRIB_NAME) release $(DISTRIB_VERSION)" -- cgit v1.2.1