From f8a4d988fbd75ef7b577fcb9cf200b653b992428 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 31 May 2009 13:10:25 +0200 Subject: [PATCH] Don't mark symlinked linux-headers as CORE. --- lfs/linux | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lfs/linux b/lfs/linux index 3343aee8c..0db45694e 100644 --- a/lfs/linux +++ b/lfs/linux @@ -36,7 +36,11 @@ OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) MAINTAINER = GROUP = System/Base -CORE = yes +ifeq "$(LFS_FILE)" "linux-headers" + CORE = no +else + CORE = yes +endif EXTRA = no DEBUG = no BUILD_DEPS = -- 2.47.3