Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | make define2mk.sed work on FreeBSD | Marcel Moolenaar | 2008-02-22 | -2/+2 |
| | | | | | | | | | | In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link", the define2mk.sed script was identified as the source of the link failure on FreeBSD. The problem is that sed(1) does not always support the '+' operator. It isn't on FreeBSD. The attach patch implements the equivalent, using the '*' operator instead and should work everywhere. Signed-off-by: Marcel Moolenaar <marcelm@juniper.net> | |||
* | [BUILD] Generate include/autoconf.mk from board config files | Grant Likely | 2007-11-20 | -0/+29 |
Use cpp and sed to postprocess config.h and import the defined values into include/autoconf.mk. autoconf.mk is then included by config.mk to give 'make' access to the board configuration. Doing this enables conditional compilation at the Makefile level instead of by wrapping every .c file with #ifdef/#endif wrappers. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> |