aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
Commit message (Collapse)AuthorAge
...
* add back STAGING_DIR/usr/bin to TARGET_PATH until all library packages that ↵Nicolas Thill2007-08-19
| | | | | | install *-config scripts there are fixed SVN-Revision: 8429
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-07
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵Felix Fietkau2007-07-31
| | | | | | emit warnings in packages that don't use our target cflags properly SVN-Revision: 8256
* more build system cleanupFelix Fietkau2007-07-28
| | | | SVN-Revision: 8206
* Add optionnal support for a BUILD_DIR suffix (#2057)Florian Fainelli2007-07-19
| | | | SVN-Revision: 8050
* don't include .config if DUMP is setFelix Fietkau2007-06-26
| | | | SVN-Revision: 7738
* Remove a debug statement from trx.c, add config changes for at91Hamish Guthrie2007-06-04
| | | | SVN-Revision: 7491
* the default_subtargets template was a bad idea, since different makefiles ↵Felix Fietkau2007-04-18
| | | | | | require different types of dependencies for subtargets. nuke it... SVN-Revision: 7003
* Improved autorebuild for kernel related stuff. - make modules_install in the ↵Felix Fietkau2007-04-18
| | | | | | kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them SVN-Revision: 6998
* revert [6857] for rules.mk; make cannot parse dependancies properlyMike Baker2007-04-04
| | | | SVN-Revision: 6860
* Tidy up MakefilesMike Baker2007-04-03
| | | | SVN-Revision: 6857
* Added rule for objdump Added support for AT91 SD-Card in primary bootloader ↵Hamish Guthrie2007-03-22
| | | | | | (romboot) SVN-Revision: 6638
* clean up stampfile mess for tools/ and toolchain/Felix Fietkau2007-02-25
| | | | SVN-Revision: 6357
* more fixes for rstrip.sh and kernel modules - fixes #1301Felix Fietkau2007-02-09
| | | | SVN-Revision: 6280
* fix overzealous kmod stripping - it killed kernel module parameters (#1301)Felix Fietkau2007-02-06
| | | | SVN-Revision: 6271
* another compile fixFelix Fietkau2007-01-21
| | | | SVN-Revision: 6155
* pass the CFLAGS through the environment on compile and fix a few packagesFelix Fietkau2007-01-21
| | | | SVN-Revision: 6154
* Added OBJCOPY variable for calling the cross-objcopy command (required for ↵Rod Whitby2007-01-01
| | | | | | Apex booloader) SVN-Revision: 5949
* Add an install rule for configuration filesFlorian Fainelli2006-12-31
| | | | SVN-Revision: 5946
* add staging_dir_*/usr/sbin to the TARGET_PATH (for grub)Felix Fietkau2006-12-27
| | | | SVN-Revision: 5904
* add INSTALL_BIN, INSTALL_DIR, INSTALL_DATA variablesFelix Fietkau2006-11-22
| | | | SVN-Revision: 5619
* speed up the build system a little bitFelix Fietkau2006-11-12
| | | | SVN-Revision: 5506
* make target/linux/* directories self-contained, use the selected kernel ↵Felix Fietkau2006-11-11
| | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection SVN-Revision: 5498
* use := for TAR_OPTIONSFelix Fietkau2006-10-14
| | | | SVN-Revision: 5084
* move '-' parameter to TAR_OPTIONS, so that packages can append commandsFelix Fietkau2006-10-14
| | | | SVN-Revision: 5083
* finally move buildroot-ng to trunkFelix Fietkau2016-03-20