[Buildroot] Buildroot Patches I Use [1] - Cross Target Fix

Darcy Watkins dwatkins at tranzeo.com
Tue Nov 9 15:48:12 UTC 2010


This patch makes sure that if you only want to build as far as the
"cross" target, that the base dependencies, etc are covered.  This could
be considered for 2010.11 if you think appropriate.


Signed-off by: Darcy Watkins <dwatkins at tranzeo.com>

Index: buildroot-2010.11_powerpc/Makefile
===================================================================
--- buildroot-2010.11_powerpc.orig/Makefile
+++ buildroot-2010.11_powerpc/Makefile
@@ -593,7 +593,7 @@ configured: dirs kernel-headers uclibc-c
 
 prepatch:	gcc-patched binutils-patched gdb-patched uclibc-patched
 
-cross: $(BASE_TARGETS)
+cross: dependencies dirs $(BASE_TARGETS)
 
 help:
 	@echo 'Cleaning:'




More information about the buildroot mailing list