Author: oxygene
Date: Mon May 16 17:32:28 2011
New Revision: 6599
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6599

Log:
Move crossgcc rules to coreboot specific Makefile

Toplevel Makefile should (as far as possible) be coreboot-agnostic,
we have Makefile.inc for that.

Signed-off-by: Patrick Georgi <[email protected]>
Acked-by: Patrick Georgi <[email protected]>

Modified:
   trunk/Makefile
   trunk/Makefile.inc

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile      Mon May 16 03:35:03 2011        (r6598)
+++ trunk/Makefile      Mon May 16 17:32:28 2011        (r6599)
@@ -242,12 +242,6 @@
 cscope:
        cscope -bR
 
-crossgcc: clean-for-update
-       $(MAKE) -C util/crossgcc build
-
-crossgcc-clean: clean-for-update
-       $(MAKE) -C util/crossgcc clean
-
 doxy: doxygen
 doxygen:
        $(DOXYGEN) documentation/Doxyfile.coreboot

Modified: trunk/Makefile.inc
==============================================================================
--- trunk/Makefile.inc  Mon May 16 03:35:03 2011        (r6598)
+++ trunk/Makefile.inc  Mon May 16 17:32:28 2011        (r6599)
@@ -230,3 +230,10 @@
        done; \
        test $$FAILED -eq 0 || { echo "ERROR: $$FAILED test(s) failed." &&  
exit 1; }; \
        rm -f $$LINTLOG
+
+crossgcc: clean-for-update
+       $(MAKE) -C util/crossgcc build
+
+crossgcc-clean: clean-for-update
+       $(MAKE) -C util/crossgcc clean
+

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to