Age | Commit message (Expand) | Author |
2010-06-08 | do not generate garbled interp | Bernhard Reutner-Fischer |
2010-04-22 | nptl: proper soname handling | Natanael Copa |
2010-04-14 | *.o[sS]: depend on pregen | Bernhard Reutner-Fischer |
2010-04-12 | *.i depend on generated headers | Bernhard Reutner-Fischer |
2010-03-25 | pass CFLAGS-dir to CC-m | Bernhard Reutner-Fischer |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-03-12 | add MULTILIB_DIR: Path component for libdirs | Bernhard Reutner-Fischer |
2009-11-26 | Robustify setting silent mode | Bernhard Reutner-Fischer |
2009-11-20 | realclean: wipe kconfig objects | Bernhard Reutner-Fischer |
2009-11-19 | remove ARCH_CFLAGS, ARCH_LDFLAGS and CROSS | Peter S. Mazinger |
2009-10-17 | Makerules: add a do_sed command | Austin Foxley |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-01-28 | Partially revent "make utils" fix. This version is less intrusive, | Denis Vlasenko |
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko |
2009-01-14 | - hide __dl_ldso__ (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-12-22 | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math... | Bernhard Reutner-Fischer |
2008-12-12 | - only strip if cc compiled fine | Bernhard Reutner-Fischer |
2008-12-04 | Added do_awk commanf for invoking awk parser. It will be used | Carmelo Amoroso |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-10-14 | - fix locale dependencies and make default locale generation less verbose. | Bernhard Reutner-Fischer |
2008-10-09 | - prevent spurious rebuilds | Bernhard Reutner-Fischer |
2008-10-09 | - cut down on attempted pattern rule matches | Bernhard Reutner-Fischer |
2008-10-09 | - beautify hcompile.u | Bernhard Reutner-Fischer |
2008-10-08 | - revert bad hunk from (my) r22403 | Bernhard Reutner-Fischer |
2008-09-16 | - do not attempt to rm twice | Bernhard Reutner-Fischer |
2008-09-11 | - the help target is phony | Bernhard Reutner-Fischer |
2008-09-11 | - honour EXTRA_CPPFLAGS | Bernhard Reutner-Fischer |
2008-08-27 | - should either be defined or callers should do_t_strip manually afterwards | Bernhard Reutner-Fischer |
2008-07-11 | - the interp is an order-only prereq of lib-so-y | Bernhard Reutner-Fischer |
2008-06-17 | - move stripping into do_ar resp compile-m for the sake of simplicity | Bernhard Reutner-Fischer |
2008-06-16 | - remove improper comment | Bernhard Reutner-Fischer |
2008-06-11 | - disregard any and all $(top_builddir) in deps. | Bernhard Reutner-Fischer |
2008-06-10 | - no need to export the included dependencies generated by cc | Bernhard Reutner-Fischer |
2008-06-09 | - Improve prerequisites and avoid spurious reconfigurations. | Bernhard Reutner-Fischer |
2008-06-04 | - strip the targets and not prerequisites | Bernhard Reutner-Fischer |
2008-06-04 | - fix typo (have to check the content, not if true) | Bernhard Reutner-Fischer |
2008-06-03 | - add libpthread-nonshared-y to files.dep | Bernhard Reutner-Fischer |
2008-06-03 | - Generate dummy rules for prerequisites. | Bernhard Reutner-Fischer |
2008-06-03 | - breakup lines of compile.c and add a variable to hold filter-out PHONY target. | Bernhard Reutner-Fischer |
2008-06-01 | Still forgot some libraries in one of the previous commits. | Bernd Schmidt |
2008-06-01 | Use $(<D) rather than $(^D), as the latter now contains an element | Bernd Schmidt |
2008-06-01 | - since we force make into trying to rebuild unconditionally, we have to | Bernhard Reutner-Fischer |
2008-06-01 | - store the used compiler plus flags in the .%.dep files too and | Bernhard Reutner-Fischer |
2008-05-31 | Oh, and prepend a dot to the basename so i don't have to change my habit of | Bernhard Reutner-Fischer |
2008-05-31 | - generate deps via gcc | Bernhard Reutner-Fischer |
2008-05-31 | - fix whitespace | Bernhard Reutner-Fischer |
2008-05-31 | - fix prerequisites of sysnum.h (has to depend on the script that generates it) | Bernhard Reutner-Fischer |
2008-03-26 | - fixup stripping of host utils and make host-utils compile with std=gnu99 | Bernhard Reutner-Fischer |
2008-03-26 | - improve building utils | Bernhard Reutner-Fischer |
2008-03-26 | - fix generation of sysnum.h for parallel builds, second take. | Bernhard Reutner-Fischer |