| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not create new directories in external toolchain | Ulf Samuelsson | 2007-10-07 | 1 | -0/+2 |
* | - Nowadays there is no need to strip the config symbols anymore | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -3/+3 |
* | - add FC, remove some duplicate entries, cleanup | Bernhard Reutner-Fischer | 2007-09-28 | 1 | -1/+11 |
* | Add some more host tools | Ulf Samuelsson | 2007-09-28 | 1 | -0/+8 |
* | Cleanup cross toolchain admin, split uclibc-menuconfig into same + uclibc-upd... | Ulf Samuelsson | 2007-09-28 | 1 | -1/+1 |
* | Add administration for linux,uclibc and main | Ulf Samuelsson | 2007-09-28 | 1 | -0/+4 |
* | - for various reasons i will need an explicit ordering of the toolchain includes | Bernhard Reutner-Fischer | 2007-09-27 | 1 | -1/+12 |
* | - revert some bad checkins, fixup bad settings in atmel targets and move the ... | Bernhard Reutner-Fischer | 2007-09-26 | 1 | -2/+2 |
* | Ensure make %_defconfig works without error - now silently | Ulf Samuelsson | 2007-09-23 | 1 | -1/+1 |
* | fix error when doing 'make %_defconfig | Ulf Samuelsson | 2007-09-23 | 1 | -1/+1 |
* | - rename the gcc base_target to the more appropriate term cross_compiler | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -1/+1 |
* | - set and export VERBOSE if V= was requested | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -1/+4 |
* | - forgot to put base-target's sources into the source target. | Bernhard Reutner-Fischer | 2007-09-18 | 1 | -3/+2 |
* | Remove some debug info + add uclibc-target-utils-source target | Ulf Samuelsson | 2007-09-17 | 1 | -9/+1 |
* | make source should include BASE_TARGETS | Ulf Samuelsson | 2007-09-17 | 1 | -1/+11 |
* | Add hooks for creating your own board support package | Ulf Samuelsson | 2007-09-12 | 1 | -0/+9 |
* | - whitespace cleanup (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-01 | 1 | -25/+23 |
* | - rephrase r19284 -- explicitely list base targets for World | Bernhard Reutner-Fischer | 2007-09-01 | 1 | -4/+5 |
* | - README even. | Bernhard Reutner-Fischer | 2007-08-27 | 1 | -1/+1 |
* | - allow me to point people at 'make help' | Bernhard Reutner-Fischer | 2007-08-27 | 1 | -0/+2 |
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -12/+12 |
* | - our dependencies are project specific. First (untested) attempt to take thi... | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -3/+13 |
* | - sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkd... | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -7/+7 |
* | - fix incorrect invocation of non-existing binary named "-find" | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -6/+6 |
* | - fix whitespace damage.. | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
* | - cosmetic adjustment in help text | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
* | Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry) | Ulf Samuelsson | 2007-08-20 | 1 | -1/+1 |
* | Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIR | Ulf Samuelsson | 2007-08-19 | 1 | -0/+3 |
* | Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR | Ulf Samuelsson | 2007-08-16 | 1 | -1/+1 |
* | Dont create TARGET_DIR if it exists | Ulf Samuelsson | 2007-08-16 | 1 | -1/+1 |
* | Avoid copying TARGET_SKELETON on every 'make' | Ulf Samuelsson | 2007-08-16 | 1 | -3/+5 |
* | Remove fakeroot files after use to avoid rerun | Ulf Samuelsson | 2007-08-15 | 1 | -0/+4 |
* | Move project related info from main Makefile to project dir | Ulf Samuelsson | 2007-08-14 | 1 | -20/+6 |
* | Avoid continuous rebuilds of TARGET_DIR and /etc/* project files | Ulf Samuelsson | 2007-08-14 | 1 | -11/+16 |
* | - add variable BR2_DEPENDS_DIR to point to the Kconfig depend hierarchy | Bernhard Reutner-Fischer | 2007-07-31 | 1 | -1/+2 |
* | - explicitely list base targets for World | Bernhard Reutner-Fischer | 2007-07-27 | 1 | -1/+1 |
* | - put dependency checking right to the start where any later stages can rely ... | Bernhard Reutner-Fischer | 2007-07-27 | 1 | -1/+1 |
* | - fix directory dependencies | Bernhard Reutner-Fischer | 2007-07-27 | 1 | -10/+13 |
* | - remove passing down the goals | Bernhard Reutner-Fischer | 2007-07-27 | 1 | -4/+2 |
* | - fix building mconf with curses flags | Bernhard Reutner-Fischer | 2007-07-27 | 1 | -2/+4 |
* | - the external-toolchain.mk is not parallel-safe, so ignore it. | Bernhard Reutner-Fischer | 2007-07-23 | 1 | -3/+14 |
* | make source-check without permanently changing WGET command | Ulf Samuelsson | 2007-07-20 | 1 | -6/+2 |
* | Fix INITRAMFS target that was broken. Get rid of config stuff out of the top-... | "Steven J. Hill" | 2007-07-18 | 1 | -21/+24 |
* | Define HOSTLN to allow gzip to build for non-x86 target | Ulf Samuelsson | 2007-07-15 | 1 | -0/+4 |
* | - use established style | Bernhard Reutner-Fischer | 2007-07-13 | 1 | -3/+6 |
* | Workaround for vi bug in syntax highlighting | Ulf Samuelsson | 2007-07-12 | 1 | -3/+3 |
* | Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAME | Ulf Samuelsson | 2007-07-12 | 1 | -4/+4 |
* | BSP Patch: | Ulf Samuelsson | 2007-07-12 | 1 | -7/+27 |
* | Define date of build as DATE, use in mtd/mtd.mk | Ulf Samuelsson | 2007-07-11 | 1 | -0/+1 |
* | - fix evaluation of HOSTCFLAGS for kconfig. Closes #1415 | Bernhard Reutner-Fischer | 2007-07-09 | 1 | -2/+5 |