- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
[oweals/busybox.git] / Rules.mak
2006-08-30 Rob LandleyBernhard Fischer complained about moving --sort-common.
2006-08-29 Rob LandleyThere's some strange bug in glibc that triggers if...
2006-08-29 Bernhard Reutner... - set version back to 1.2.0 like it was before. Add...
2006-08-28 Mike Frysingerneed libsepol in addtion to libselinux
2006-08-28 Bernhard Reutner... - do maintainers duty by bumping version to 1.3.0-pre0;
2006-08-20 Rob LandleyYann E. Morin spotted a broken check_ld macro.
2006-08-18 Bernhard Reutner... - remove CRIS specific CFLAG from generic flags-checking.
2006-07-31 Rob Landley1) ifeq is make syntax, #ifeq is a make comment.
2006-07-16 Rob LandleyAdd -Werror.
2006-07-06 Rob LandleyMinor build tweaks that save 1100 bytes building busybo...
2006-07-04 Bernhard Reutner... - Pull r15593:
2006-06-30 Rob LandleyAnnoint 1.2.0.
2006-06-22 Rob LandleyPatch from Shaun Jackman to replace CFLAGS_EXTRA with...
2006-06-13 Rob LandleyUse -ffunction-sections -fdata-sections --gc-sections...
2006-06-13 Bernhard Reutner... - make VERBOSE= and V= work equally; use BUILD_VERBOSE...
2006-06-11 Bernhard Reutner... - invert logic for nocheck_targets to exclude the empty...
2006-06-10 Bernhard Reutner... - don't check for toolchain-setting for make targets...
2006-05-29 Bernhard Reutner... - cleanup conftest temporary files.
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-26 Bernhard Reutner... - add target hosttools (see make help)
2006-05-15 Rob LandleyThe one line fix to Bernhard Fischer's "profoundly".
2006-05-11 Mike Frysingerback out default implicit %.o rule for now
2006-05-10 Mike Frysingeradd implicit rule for %.a to help debugging in subdirs
2006-05-10 Mike Frysingeradd a default .o rule for easier debug
2006-05-09 Rob LandleySplit CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and...
2006-05-08 Bernhard Reutner... - fix build
2006-05-08 Rob LandleyThe changes svn 14960 made to Rules.mak broke building...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-29 Mike Frysingercompile.h is incorrect; create a new do_link.h and...
2006-04-28 Bernhard Reutner... - rerun gcse pass after reload, enable whole-program...
2006-04-21 Mike Frysinger2006-04-20 Shaun Jackman <sjackman@gmail.com>
2006-04-19 Rob Landleysvn 14824 broke -funsigned-char and possibly building...
2006-04-11 Bernhard Reutner... - pin the CFLAGS to make sure that we don't have to...
2006-04-02 Bernhard Reutner... - switch Warning Of the Week to wrong or missing protot...
2006-03-29 Bernhard Reutner... - warn a bit more verbosely about fmt stuff for non...
2006-03-29 Bernhard Reutner... - mark trunk as 1.2.0-pre0
2006-03-28 Rob LandleyMike Frysinger pointed out we can go
2006-03-27 Rob LandleyPatch from Jan Kiszka: In case the libselinux developme...
2006-03-22 Rob LandleyWe make both busybox and busybox_unstripped all the...
2006-03-22 Rob LandleyAnnoint 1.1.1.
2006-03-21 Bernhard Reutner... - workaroung pr25795 in gcc-4.1
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-10 Mike Frysingeradd a sep option for stripping
2006-03-09 Bernhard Reutner... - remove check. Fixes e.g. buildroot
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-03 Bernhard Reutner... - correct comment.
2006-03-03 Rob LandleyDenis Vlasenko noticed that falign=0 is meaningless...
2006-03-02 Bernhard Reutner... - make sure applets.o is rebuilt when the .config changes.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-31 Bernhard Reutner... - pass -static via CC rather than LD
2006-01-30 Rob LandleyRemove foo.txt and reenable -funsigned-char now that...
2006-01-27 Bernhard Reutner... - add a macro to check for ld and as flags
2006-01-24 Bernhard Reutner... - correct flag for gcc-3.x
2006-01-23 "Vladimir N. Oleynik"ash with -funsigned-char don`t work!
2006-01-19 Bernhard Reutner... - bump version to 1.1.1 nonrelease series (let's say...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-10 Rob LandleyAnd lo, we hath reached Release Candidate 1. 1.1.0...
2005-12-15 Rob LandleyThe rest of Yann E. Morin's install revamp.
2005-12-13 Bernhard Reutner... - check if CC supports -funsigned-char
2005-12-01 Rob LandleyMake char default to "unsigned" on all platforms so...
2005-11-29 Mike Frysingerupdate license
2005-11-29 Mike FrysingerShaneAnderson writes in Bug 565:
2005-10-13 Bernhard Reutner... - split VERSION into parts
2005-10-05 Bernhard Reutner... - fix building out-of-tree;
2005-09-26 Bernhard Reutner... - remove unused variable TOPDIR
2005-09-08 Rob LandleyA bit overdue...
2005-07-31 Mike Frysingerpatch by pkj in Bug 3 to not export all make variables
2005-07-31 Mike Frysingermove -s from LDFLAGS to STRIPCMD
2005-07-31 Rob LandleyFix "nm --size-sort" on the busybox binary and document...
2005-07-28 Mike Frysingerfurther refine check_gcc usage so it is only called...
2005-07-28 Mike Frysingerdont output anything when running in silent mode
2005-07-28 Rob LandleyFrom Rich Paul:
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2004-10-08 Eric AndersenBump version
2004-10-08 Eric Andersenegor duda writes:
2004-08-16 Eric AndersenBump version
2004-07-26 Eric Andersenbump version to -rc2
2004-07-26 Eric AndersenPrepare for release
2004-07-26 Eric Andersenbump version to -rc2
2004-07-20 Eric AndersenBump version up to release candidate 1
2004-04-13 Eric Andersenbump version, prepare for -pre10 1_00_pre10
2004-04-06 Eric AndersenBump version to -pre9
2004-04-06 Eric AndersenFix it so usage is _always_ in sync with applets.c...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Eric AndersenBump up version in preparation for -pre8
2004-02-04 Eric AndersenBump version number for release 1_00_pre7
2004-01-31 Eric AndersenBump version for release
2003-12-21 Eric AndersenBump version
2003-12-09 Eric AndersenBump version number
2003-11-05 Eric AndersenBy popular demand, revert to version 1.21, since Rules...
2003-10-30 Eric Andersenmake certain values specified in the environment always win
2003-08-29 Glenn L McGrathSubstitute busybox for uClibc, patch by Hideki IWAMOTO
2003-08-06 Eric AndersenBegin preparing for another release
2003-07-28 Eric Andersenbump version to 1.0.0-pre2
2003-07-22 Eric Anderseneliminate DOSTATIC, DODEBUG, etc and name them sensibly
2003-07-22 Eric AndersenA minor update for handling older gcc versions
2003-07-15 Eric AndersenYet more preparation to make a release...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-07 Eric AndersenExplicitly define -DNDEBUG so asserts don't clutter...
next