[PATCH] Remove obsolete HEAD in top Makefile
From: Coywolf Qi Hunt
Date: Sun Aug 15 2004 - 05:28:24 EST
Hi,
This removes an obsolete variable in the top Makefile. It is used in 2.4
Makefile.
Now the 2.6 kbuild is no longer using it. I have tested it.
coywolf
Signed-off-by: Coywolf Qi Hunt <coywolf@xxxxxxxxxxx>
--- linux-2.6.8/Makefile~remove-HEAD 2004-08-15 05:46:21.215837742 -0400
+++ linux-2.6.8/Makefile 2004-08-15 05:46:41.296231310 -0400
@@ -506,7 +506,6 @@ libs-y := $(libs-y1) $(libs-y2)
# normal descending-into-subdirs phase, since at that time
# we cannot yet know if we will need to relink vmlinux.
# So we descend into init/ inside the rule for vmlinux again.
-head-y += $(HEAD)
vmlinux-objs := $(head-y) $(init-y) $(core-y) $(libs-y) $(drivers-y)
$(net-y)
quiet_cmd_vmlinux__ = LD $@
--
Coywolf Qi Hunt
Homepage http://greatcn.org/~coywolf/
Admin of http://GreatCN.org and http://LoveCN.org
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/