target/sdk: use .config instead of unconditionally enabling all build dirs
[openwrt.git] / rules.mk
2009-01-29 nico[cosmetic] indent soft-float options
2009-01-29 nicomove IPKG_STATE_DIR from ./rules.mk to ./include/packag...
2009-01-24 larsUse multi libc naming scheme for PACKAGE_DIR
2009-01-17 nbdRevert r14071
2009-01-17 nbdadd eabi suffix to the target name
2009-01-13 nbdadd support for an optional staging directory for debug...
2009-01-08 nico[massive] add support for alternative C libraries ...
2009-01-06 nbdadd the make variable LIBGCC_S, which points to the...
2008-09-13 nbdfix whitespace order in cflags without CONFIG_DEBUG...
2008-09-13 larsRevert r12510. Remove -rpath-link form TARGET_LDFLAGS...
2008-09-13 nbdadd new option for enabling debugging symbols
2008-09-03 nbdadd -rpath-link to TARGET_LDFLAGS by default
2008-09-01 nbdadd TARGET_CXX variable which points to the c++ cross...
2008-08-16 nbdrework parallel building to get rid of some warnings
2008-08-06 nbdadd a variable that contains the proper architecture...
2008-07-31 nbdadd helper macro for stripping the last part of a versi...
2008-07-19 florianNative toolchain does not support -fhonour-copts, do...
2008-06-10 blogicadds missing patch for native toolchain
2008-06-09 nbdlarge improvement for parallel builds. works without...
2008-04-15 nico$(TARGET) is not anymore, replace it with $(ARCH) in...
2008-02-14 nbdrevert ARM to oabi by default, add some eabi patches...
2008-01-14 nbdadd $(TOOLCHAIN_DIR)/lib to $(TARGET_LDFLAGS) to ensure...
2007-12-28 kalozfixup softfloat handling
2007-12-27 nbdadd $(STAGING_DIR)/host, which contains target specific...
2007-12-23 nbdremove $(STAGING_DIR)/usr/bin from $(TARGET_PATH)
2007-12-13 nbdhopefully fix occasional uClibc/gcc build failures
2007-11-17 nbdfix hostapd rebuild check, isolate the common src/...
2007-11-16 nbdfix config change detect for hostapd
2007-11-10 nbdadd config symbols for the kernel version
2007-10-29 nbdfix empty download dir error
2007-10-24 florianTreat i686 as an i386 if present, fixes build errors...
2007-10-20 blogicrefreshed madwifi patches
2007-10-14 blogicadd possibility to set default .config values
2007-10-07 blogicchanged the -fhonours-copts gcc patch, such that the...
2007-10-06 nbdexport STAGING_DIR
2007-09-29 nbdRefactor downloading code into download.mk
2007-09-08 nbdmajor target cleanup. it is now possible to have subtar...
2007-09-03 nicomove TARGET_* flags from ./include/package-default...
2007-09-03 nicomove ipkg related vars from ./rules.mk to ./include...
2007-09-03 nicoremove uneeded PATH setting in ipkg invocation
2007-08-30 nbdclean up recursive dependency handling, use timestamp...
2007-08-19 nicoadd back STAGING_DIR/usr/bin to TARGET_PATH until all...
2007-08-07 nbdbuild system cleanup/restructuring as described in...
2007-07-31 nbdPort the mbsd_multi patch from freewrt, which adds...
2007-07-28 nbdmore build system cleanup
2007-07-19 florianAdd optionnal support for a BUILD_DIR suffix (#2057)
2007-06-26 nbddon't include .config if DUMP is set
2007-06-04 hcgRemove a debug statement from trx.c, add config changes...
2007-04-18 nbdthe default_subtargets template was a bad idea, since...
2007-04-18 nbdImproved autorebuild for kernel related stuff.
2007-04-04 mbmrevert [6857] for rules.mk; make cannot parse dependanc...
2007-04-03 mbmTidy up Makefiles
2007-03-22 hcgAdded rule for objdump
2007-02-25 nbdclean up stampfile mess for tools/ and toolchain/
2007-02-09 nbdmore fixes for rstrip.sh and kernel modules - fixes...
2007-02-06 nbdfix overzealous kmod stripping - it killed kernel modul...
2007-01-21 nbdanother compile fix
2007-01-21 nbdpass the CFLAGS through the environment on compile...
2007-01-01 rwhitbyAdded OBJCOPY variable for calling the cross-objcopy...
2006-12-31 florianAdd an install rule for configuration files
2006-12-27 nbdadd staging_dir_*/usr/sbin to the TARGET_PATH (for...
2006-11-22 nbdadd INSTALL_BIN, INSTALL_DIR, INSTALL_DATA variables
2006-11-12 nbdspeed up the build system a little bit
2006-11-11 nbdmake target/linux/* directories self-contained, use...
2006-10-14 nbduse := for TAR_OPTIONS
2006-10-14 nbdmove '-' parameter to TAR_OPTIONS, so that packages...
2006-10-13 nbdfinally move buildroot-ng to trunk
2006-10-10 nbdmore fixes
2006-10-10 nbddon't include host.mk from rules.mk - confuses package...
2006-10-10 nbdmore portability fixes and a prereq check for gnu tar
2006-10-10 nbdfix gcc compile
2006-10-10 nbdadd support for a common shell include file, which...
2006-10-10 nbdmove certain host related variables to .host.mk generat...
2006-10-09 nbdmove ccache dir to staging_dir_arch (removing the stagi...
2006-09-27 nbdadd portability fixes for toolchain/tools (full tools...
2006-09-27 nbdmove tools from toolchain/ to tools/
2006-09-27 nbdfix GNU_HOST_NAME for non-linux machines
2006-08-10 mbmadd secret option to use host's toolchain when native...
2006-08-10 nicofix uml-2.6 (closes: #678)
2006-08-04 mbmset PATH in rules.mk
2006-08-04 mbmfix everything I broke with the previous patches
2006-08-04 mbmand now, finally, enable ccache support
2006-08-02 mbmminor makefile tweaks
2006-07-19 nbdadd a simple prerequisite check
2006-06-27 mbmcredit where credit is due
2006-06-23 mbmswitch on new verbose system
2006-06-22 mbmcleanup
2006-06-21 mbmadd STRIP to TARGET_CONFIGURE_OPTS (closes #606)
2006-06-21 nbdadd INCLUDE_DIR variable for $(TOPDIR)/include
2006-05-31 nbdadd support for parallel build of packages (tested...
2006-05-31 nbdstrip kernel modules automatically as well
2006-05-30 nbdfix toolchain build, remove some old gcc junk
2006-05-14 mbmmove FORCE to toplevel rules.mk
2006-05-11 mbmpartial cleanup
2006-05-10 nbdremove old trace/verbose junk
2006-04-21 nbdfix menuconfig
2006-04-21 mbmfix more BR2 crap
2006-04-20 nbdadd proper package dependency handling
2006-02-01 mbmchange cp to $(CP)
2006-01-20 mbmBypass hardcoded ipkg root paths; fixes obscure build...
next