Messages in this thread Patch in this message |  | | From | Lightweight Patch Manager <> | Subject | [PATCH][2.5] Get modules_install correct | Date | Sat, 14 Sep 2002 23:17:17 +0000 |
| |
--- Makefile.orig Sat Sep 14 17:12:22 2002 +++ Makefile Sat Sep 14 17:16:15 2002 @@ -67,7 +67,7 @@ # If we have only "make modules", don't compile built-in objects. -ifeq ($(MAKECMDGOALS),modules) +ifeq ($(subst modules_install,,$(MAKECMDGOALS)),modules) KBUILD_BUILTIN := endif -- Lightweight Patch Manager, without pine. If you have any objections (apart from who I am), tell me
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |