aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
Commit message (Expand)AuthorAgeFilesLines
* the default_subtargets template was a bad idea, since different makefiles req...Felix Fietkau2007-04-181-21/+0
* Improved autorebuild for kernel related stuff.Felix Fietkau2007-04-181-1/+1
* revert [6857] for rules.mk; make cannot parse dependancies properlyMike Baker2007-04-041-3/+11
* Tidy up MakefilesMike Baker2007-04-031-11/+3
* Added rule for objdumpHamish Guthrie2007-03-221-1/+2
* clean up stampfile mess for tools/ and toolchain/Felix Fietkau2007-02-251-0/+20
* more fixes for rstrip.sh and kernel modules - fixes #1301Felix Fietkau2007-02-091-1/+2
* fix overzealous kmod stripping - it killed kernel module parameters (#1301)Felix Fietkau2007-02-061-1/+1
* another compile fixFelix Fietkau2007-01-211-0/+1
* pass the CFLAGS through the environment on compile and fix a few packagesFelix Fietkau2007-01-211-0/+3
* Added OBJCOPY variable for calling the cross-objcopy command (required for Ap...Rod Whitby2007-01-011-1/+2
* Add an install rule for configuration filesFlorian Fainelli2006-12-311-0/+1
* add staging_dir_*/usr/sbin to the TARGET_PATH (for grub)Felix Fietkau2006-12-271-1/+1
* add INSTALL_BIN, INSTALL_DIR, INSTALL_DATA variablesFelix Fietkau2006-11-221-0/+4
* speed up the build system a little bitFelix Fietkau2006-11-121-1/+0
* make target/linux/* directories self-contained, use the selected kernel versi...Felix Fietkau2006-11-111-1/+11
* use := for TAR_OPTIONSFelix Fietkau2006-10-141-2/+2
* move '-' parameter to TAR_OPTIONS, so that packages can append commandsFelix Fietkau2006-10-141-2/+2
* more fixesFelix Fietkau2006-10-101-0/+1
* don't include host.mk from rules.mk - confuses package dumpFelix Fietkau2006-10-101-1/+0
* more portability fixes and a prereq check for gnu tarFelix Fietkau2006-10-101-0/+1
* fix gcc compileFelix Fietkau2006-10-101-1/+3
* add support for a common shell include file, which is evaluated for every mak...Felix Fietkau2006-10-101-2/+1
* move certain host related variables to .host.mk generated by include/host-bui...Felix Fietkau2006-10-101-15/+0
* move ccache dir to staging_dir_arch (removing the staging dir will make the c...Felix Fietkau2006-10-091-1/+1
* add portability fixes for toolchain/tools (full tools/toolchain build works o...Felix Fietkau2006-09-271-1/+1
* move tools from toolchain/ to tools/Felix Fietkau2006-09-271-2/+3
* fix GNU_HOST_NAME for non-linux machinesFelix Fietkau2006-09-271-1/+1
* add secret option to use host's toolchain when native compilingMike Baker2006-08-101-3/+6
* fix uml-2.6 (closes: #678)Nicolas Thill2006-08-101-1/+0
* set PATH in rules.mkMike Baker2006-08-041-6/+8
* fix everything I broke with the previous patches Mike Baker2006-08-041-2/+1
* and now, finally, enable ccache supportMike Baker2006-08-041-4/+10
* minor makefile tweaksMike Baker2006-08-021-0/+1
* add a simple prerequisite checkFelix Fietkau2006-07-191-0/+1
* credit where credit is dueMike Baker2006-06-271-0/+7
* switch on new verbose systemMike Baker2006-06-231-0/+1
* cleanupMike Baker2006-06-221-82/+73
* add STRIP to TARGET_CONFIGURE_OPTS (closes #606)Mike Baker2006-06-211-1/+2
* add INCLUDE_DIR variable for $(TOPDIR)/includeFelix Fietkau2006-06-211-0/+1
* add support for parallel build of packages (tested with -j8)Felix Fietkau2006-05-311-2/+2
* strip kernel modules automatically as wellFelix Fietkau2006-05-311-3/+1
* fix toolchain build, remove some old gcc junkFelix Fietkau2006-05-301-23/+4
* move FORCE to toplevel rules.mkMike Baker2006-05-141-0/+4
* partial cleanupMike Baker2006-05-111-2/+16
* remove old trace/verbose junkFelix Fietkau2006-05-101-32/+0
* fix menuconfigFelix Fietkau2006-04-211-0/+2
* fix more BR2 crapMike Baker2006-04-211-12/+10
* add proper package dependency handlingFelix Fietkau2006-04-201-0/+3
* change cp to $(CP)Mike Baker2006-02-011-0/+1