aboutsummaryrefslogtreecommitdiffstats
path: root/include/toplevel.mk
Commit message (Collapse)AuthorAgeFilesLines
* fix 'make docs'Felix Fietkau2008-08-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12211 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add another check to the dependenciesFelix Fietkau2008-06-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoFelix Fietkau2008-06-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11474 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some sanity checkingFelix Fietkau2008-06-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix make menuconfig/oldconfigFelix Fietkau2008-06-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* large improvement for parallel builds. works without V=99 now and without ↵Felix Fietkau2008-06-091-15/+15
| | | | | | warnings. tested with -j on an 2x dual core opteron machine git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow parallel downloading for make downloadFelix Fietkau2008-06-091-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix typo in last commitAndy Boyett2008-04-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove old feeds symlink in distclean. Thanks fishAndy Boyett2008-04-261-1/+1
| | | | | | | - Fixes duplicate package entries when coming from pre r10634 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Clean files in scripts/config (#3011)Florian Fainelli2008-04-031-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* "make distclean" should remove "package/feeds"Ralph Hempel2008-03-241-1/+1
| | | | | | | thanks to Robert P. J. Day git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete symlinkclean targetFelix Fietkau2008-03-191-4/+0
| | | | | | | the new make package/symlinks does not need it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10622 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add bin/ directory as an argument of make distclean Signed-off-by: Robert P. ↵Travis Kemen2008-03-171-1/+1
| | | | | | J. Day <rpjday@crashcourse.ca> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependency for the target metadata scanFelix Fietkau2008-02-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the sdkFelix Fietkau2007-12-141-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up openwrt version handling, use a separate script that is executed at ↵Felix Fietkau2007-12-131-11/+6
| | | | | | the beginning of the build process, fix revision checking with git git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix make clean for unconfigured build treesFelix Fietkau2007-12-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9655 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix parallel build issuesFelix Fietkau2007-11-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* increase scan depth to 5 for package/ (x.org is nested deeper than the rest ↵Felix Fietkau2007-11-031-1/+1
| | | | | | of the packages) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add autorebuild check for menuconfigFelix Fietkau2007-10-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add possibility to set default .config valuesJohn Crispin2007-10-141-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove feeds dir on distcleanFelix Fietkau2007-10-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9215 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only run svn info if .svn existsFelix Fietkau2007-10-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add initial version of a package feeds management scriptFelix Fietkau2007-09-231-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8973 3c298f89-4303-0410-b956-a3cf2f4a3e73
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-2/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-1/+1
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-1/+4
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* next round of cleanup, convert target/ - make -j works now ;)Felix Fietkau2007-07-301-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-26/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system fixes, more cleanupFelix Fietkau2007-07-281-11/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8207 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more build system cleanupFelix Fietkau2007-07-281-0/+132
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8206 3c298f89-4303-0410-b956-a3cf2f4a3e73