From e0c4ddb3965edb5f421d911b81dcb90968919ab9 Mon Sep 17 00:00:00 2001 From: "iap10@freefall.cl.cam.ac.uk" Date: Wed, 3 Aug 2005 08:25:58 +0000 Subject: Since we use configs from dist/install/boot in preference to the default configs, update the PAE auto-switcher to work with these too. Signed-off-by: ian@xensource.com --- buildconfigs/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconfigs/Rules.mk') diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk index 1455be04e9..97831bdfb0 100644 --- a/buildconfigs/Rules.mk +++ b/buildconfigs/Rules.mk @@ -115,7 +115,7 @@ config-update-pae: ifeq ($(XEN_TARGET_X86_PAE),y) sed -e 's!^CONFIG_HIGHMEM4G=y$$!\# CONFIG_HIGHMEM4G is not set!;s!^\# CONFIG_HIGHMEM64G is not set$$!CONFIG_HIGHMEM64G=y!' $(CONFIG_FILE) > $(CONFIG_FILE)- && mv $(CONFIG_FILE)- $(CONFIG_FILE) else - @: # do nothing yet + grep '^CONFIG_HIGHMEM64G=y' $(CONFIG_FILE) >/dev/null && sed -e 's!^CONFIG_HIGHMEM64G=y$$!\# CONFIG_HIGHMEM64G is not set!;s!^\# CONFIG_HIGHMEM4G is not set$$!CONFIG_HIGHMEM4G=y!' $(CONFIG_FILE) > $(CONFIG_FILE)- && mv $(CONFIG_FILE)- $(CONFIG_FILE) endif # never delete any intermediate files. -- cgit v1.2.3