aboutsummaryrefslogtreecommitdiff
path: root/include/toplevel.mk
Commit message (Collapse)AuthorAge
...
* Add kernel_nconfig make targetLars-Peter Clausen2010-08-06
| | | | SVN-Revision: 22518
* unset user overrides for quilt settings to prevent them from interfering ↵Felix Fietkau2010-01-25
| | | | | | with the build process (#6553) SVN-Revision: 19332
* add support for build system overlays that alter package build instructions ↵Felix Fietkau2009-08-31
| | | | | | currently unused, will probably be managed by the feeds system later SVN-Revision: 17445
* use unexport instead of export to clear perforce variablesFelix Fietkau2009-05-08
| | | | SVN-Revision: 15708
* override some variables to make sure that perforce does not mess with our ↵Felix Fietkau2009-05-07
| | | | | | build process SVN-Revision: 15705
* make sure that at least sed is built before ↵Felix Fietkau2009-04-27
| | | | | | kernel_menuconfig/kernel_oldconfig is executed SVN-Revision: 15433
* optimize the .config dependency chain in the toplevel makefileFelix Fietkau2009-03-03
| | | | SVN-Revision: 14740
* avoid implicit rules in even more placesFelix Fietkau2009-03-03
| | | | SVN-Revision: 14737
* add staging_dir/host/lib to LD_LIBRARY_PATH so that host-built applications ↵Felix Fietkau2009-02-28
| | | | | | can install and make use of shared libraries SVN-Revision: 14698
* one more instance of r13005Felix Fietkau2008-10-18
| | | | SVN-Revision: 13007
* don't overwrite .config if it's a symlink (fixes scripts/env problems)Felix Fietkau2008-10-18
| | | | SVN-Revision: 13005
* make sure a predefined CFLAGS variable does not get in the way (fix for #4038)Felix Fietkau2008-09-25
| | | | SVN-Revision: 12702
* rework parallel building to get rid of some warnings and add back support ↵Felix Fietkau2008-08-16
| | | | | | for parallelizing the kernel build fixes #3882 SVN-Revision: 12322
* fix cut&paste mistakeFelix Fietkau2008-08-09
| | | | SVN-Revision: 12254
* fix make distcleanFelix Fietkau2008-08-09
| | | | SVN-Revision: 12252
* fix 'make docs'Felix Fietkau2008-08-06
| | | | SVN-Revision: 12211
* add another check to the dependenciesFelix Fietkau2008-06-15
| | | | SVN-Revision: 11475
* fix typoFelix Fietkau2008-06-15
| | | | SVN-Revision: 11474
* add some sanity checkingFelix Fietkau2008-06-15
| | | | SVN-Revision: 11473
* fix make menuconfig/oldconfigFelix Fietkau2008-06-09
| | | | SVN-Revision: 11415
* large improvement for parallel builds. works without V=99 now and without ↵Felix Fietkau2008-06-09
| | | | | | warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414
* allow parallel downloading for make downloadFelix Fietkau2008-06-09
| | | | SVN-Revision: 11411
* Fix typo in last commitAndy Boyett2008-04-26
| | | | SVN-Revision: 10942
* Remove old feeds symlink in distclean. Thanks fish - Fixes duplicate package ↵Andy Boyett2008-04-26
| | | | | | entries when coming from pre r10634 SVN-Revision: 10941
* Clean files in scripts/config (#3011)Florian Fainelli2008-04-03
| | | | SVN-Revision: 10723
* "make distclean" should remove "package/feeds" thanks to Robert P. J. DayRalph Hempel2008-03-24
| | | | SVN-Revision: 10650
* remove obsolete symlinkclean target the new make package/symlinks does not ↵Felix Fietkau2008-03-19
| | | | | | need it. SVN-Revision: 10622
* Add bin/ directory as an argument of make distclean Signed-off-by: Robert P. ↵Travis Kemen2008-03-17
| | | | | | J. Day <rpjday@crashcourse.ca> SVN-Revision: 10612
* add missing dependency for the target metadata scanFelix Fietkau2008-02-09
| | | | SVN-Revision: 10436
* fix the sdkFelix Fietkau2007-12-14
| | | | SVN-Revision: 9747
* clean up openwrt version handling, use a separate script that is executed at ↵Felix Fietkau2007-12-13
| | | | | | the beginning of the build process, fix revision checking with git SVN-Revision: 9723
* fix make clean for unconfigured build treesFelix Fietkau2007-12-04
| | | | SVN-Revision: 9655
* fix parallel build issuesFelix Fietkau2007-11-04
| | | | SVN-Revision: 9495
* increase scan depth to 5 for package/ (x.org is nested deeper than the rest ↵Felix Fietkau2007-11-03
| | | | | | of the packages) SVN-Revision: 9487
* add autorebuild check for menuconfigFelix Fietkau2007-10-14
| | | | SVN-Revision: 9301
* add possibility to set default .config valuesJohn Crispin2007-10-14
| | | | SVN-Revision: 9300
* remove feeds dir on distcleanFelix Fietkau2007-10-09
| | | | SVN-Revision: 9215
* only run svn info if .svn existsFelix Fietkau2007-10-09
| | | | SVN-Revision: 9213
* add initial version of a package feeds management scriptFelix Fietkau2007-09-23
| | | | SVN-Revision: 8973
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-08
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-06
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* 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
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-30
| | | | SVN-Revision: 8242
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-30
| | | | SVN-Revision: 8236
* build system fixes, more cleanupFelix Fietkau2007-07-28
| | | | SVN-Revision: 8207
* more build system cleanupFelix Fietkau2007-07-28
SVN-Revision: 8206