summaryrefslogtreecommitdiff
path: root/rules.mk
AgeCommit message (Expand)Author
2007-10-14add possibility to set default .config valuesblogic
2007-10-07changed the -fhonours-copts gcc patch, such that the function needs to be tur...blogic
2007-10-06export STAGING_DIRnbd
2007-09-29Refactor downloading code into download.mknbd
2007-09-08major target cleanup. it is now possible to have subtargets that can override...nbd
2007-09-03move TARGET_* flags from ./include/package-default.mk to ./rules.mk, remove E...nico
2007-09-03move ipkg related vars from ./rules.mk to ./include/package-ipkg.mknico
2007-09-03remove uneeded PATH setting in ipkg invocationnico
2007-08-30clean up recursive dependency handling, use timestamp.pl again, because it sa...nbd
2007-08-19add back STAGING_DIR/usr/bin to TARGET_PATH until all library packages that i...nico
2007-08-07build system cleanup/restructuring as described in http://lists.openwrt.org/p...nbd
2007-07-31Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ...nbd
2007-07-28more build system cleanupnbd
2007-07-19Add optionnal support for a BUILD_DIR suffix (#2057)florian
2007-06-26don't include .config if DUMP is setnbd
2007-06-04Remove a debug statement from trx.c, add config changes for at91hcg
2007-04-18the default_subtargets template was a bad idea, since different makefiles req...nbd
2007-04-18Improved autorebuild for kernel related stuff.nbd
2007-04-04revert [6857] for rules.mk; make cannot parse dependancies properlymbm
2007-04-03Tidy up Makefilesmbm
2007-03-22Added rule for objdumphcg
2007-02-25clean up stampfile mess for tools/ and toolchain/nbd
2007-02-09more fixes for rstrip.sh and kernel modules - fixes #1301nbd
2007-02-06fix overzealous kmod stripping - it killed kernel module parameters (#1301)nbd
2007-01-21another compile fixnbd
2007-01-21pass the CFLAGS through the environment on compile and fix a few packagesnbd
2007-01-01Added OBJCOPY variable for calling the cross-objcopy command (required for Ap...rwhitby
2006-12-31Add an install rule for configuration filesflorian
2006-12-27add staging_dir_*/usr/sbin to the TARGET_PATH (for grub)nbd
2006-11-22add INSTALL_BIN, INSTALL_DIR, INSTALL_DATA variablesnbd
2006-11-12speed up the build system a little bitnbd
2006-11-11make target/linux/* directories self-contained, use the selected kernel versi...nbd
2006-10-14use := for TAR_OPTIONSnbd
2006-10-14move '-' parameter to TAR_OPTIONS, so that packages can append commandsnbd
2006-10-10more fixesnbd
2006-10-10don't include host.mk from rules.mk - confuses package dumpnbd
2006-10-10more portability fixes and a prereq check for gnu tarnbd
2006-10-10fix gcc compilenbd
2006-10-10add support for a common shell include file, which is evaluated for every mak...nbd
2006-10-10move certain host related variables to .host.mk generated by include/host-bui...nbd
2006-10-09move ccache dir to staging_dir_arch (removing the staging dir will make the c...nbd
2006-09-27add portability fixes for toolchain/tools (full tools/toolchain build works o...nbd
2006-09-27move tools from toolchain/ to tools/nbd
2006-09-27fix GNU_HOST_NAME for non-linux machinesnbd
2006-08-10add secret option to use host's toolchain when native compilingmbm
2006-08-10fix uml-2.6 (closes: #678)nico
2006-08-04set PATH in rules.mkmbm
2006-08-04fix everything I broke with the previous patches mbm
2006-08-04and now, finally, enable ccache supportmbm
2006-08-02minor makefile tweaksmbm