Messages in this thread |  | | | Date | Mon, 22 Mar 2004 09:16:07 +1100 | | From | Michael Still <> | | Subject | Makefile dependancies: scripts depending on configured kernel? |
| |
Hey,
the top level Makefile specifies that the scripts depend on the kernel being configured before the scripts can be built:
scripts: scripts_basic include/config/MARKER $(Q)$(MAKE) $(build)=$(@)
I think that this is probably a problem, because it means people can't build any of the documentation targets without having configured the kernel.
Do any of the scripts actually depend on a configured kernel to build? How can I verify that none of them need a configured kernel? Commenting out the dependancy didn't break anything.
Thanks, Mikal
--
Michael Still (mikal@stillhq.com) | "All my life I've had one dream, http://www.stillhq.com | to achieve my many goals" UTC + 11 | -- Homer Simpson - 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/
|  |