Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid using implicit rules during metadata dump to speed up the process even ↵ | Felix Fietkau | 2009-03-03 | 1 | -1/+1 |
| | | | | | | more SVN-Revision: 14736 | ||||
* | get rid of a shell warning if md5sum is not found | Felix Fietkau | 2008-09-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 12494 | ||||
* | large improvement for parallel builds. works without V=99 now and without ↵ | Felix Fietkau | 2008-06-09 | 1 | -1/+1 |
| | | | | | | warnings. tested with -j on an 2x dual core opteron machine SVN-Revision: 11414 | ||||
* | fix buildprocess if running as cron job (package info files corrupted due ↵ | Ralph Hempel | 2008-01-26 | 1 | -1/+1 |
| | | | | | | missing Source-Makefile statement) SVN-Revision: 10273 | ||||
* | fix the sdk | Felix Fietkau | 2007-12-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 9747 | ||||
* | add initial version of a package feeds management script | Felix Fietkau | 2007-09-23 | 1 | -10/+10 |
| | | | | SVN-Revision: 8973 | ||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 1 | -2/+2 |
| | | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694 | ||||
* | allow scan.mk to find python packages introduced in [8639] | Nicolas Thill | 2007-09-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 8641 | ||||
* | more build system cleanup | Felix Fietkau | 2007-07-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 8206 | ||||
* | detect whether the find command supports -L or -follow | Felix Fietkau | 2007-07-16 | 1 | -1/+4 |
| | | | | SVN-Revision: 8002 | ||||
* | find: use -follow instead of -L, some systems don't support -L | Felix Fietkau | 2007-07-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 8000 | ||||
* | follow symlinks in package scan | Felix Fietkau | 2007-07-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 7984 | ||||
* | properly support dependencies on packages that just use Build/DefaultTargets | Felix Fietkau | 2007-07-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 7983 | ||||
* | fixes for recursive package scanning | Felix Fietkau | 2007-07-15 | 1 | -6/+8 |
| | | | | SVN-Revision: 7982 | ||||
* | rewrite of the metadata scanning - cleaner code, faster scanning, recursive ↵ | Felix Fietkau | 2007-07-15 | 1 | -33/+43 |
| | | | | | | scanning and better handling of makefile dependencies SVN-Revision: 7981 | ||||
* | fix target rescan (version kernel changes) | Felix Fietkau | 2007-05-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 7317 | ||||
* | fix dependencies for metadata scanning | Felix Fietkau | 2007-04-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 6910 | ||||
* | Tidy up Makefiles | Mike Baker | 2007-04-03 | 1 | -4/+4 |
| | | | | SVN-Revision: 6857 | ||||
* | add check for openwrt build system makefiles when scanning for metadata | Felix Fietkau | 2007-04-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 6793 | ||||
* | make sure tmp/info gets created | Felix Fietkau | 2007-03-28 | 1 | -1/+0 |
| | | | | SVN-Revision: 6749 | ||||
* | detect changes in package/kernel/modules/*.mk when scanning the package metadata | Felix Fietkau | 2007-03-28 | 1 | -0/+5 |
| | | | | SVN-Revision: 6746 | ||||
* | fix metadata scan for profile split | Felix Fietkau | 2007-03-04 | 1 | -1/+9 |
| | | | | SVN-Revision: 6515 | ||||
* | Massive speedup in the package/target scanning step - per package metadata ↵ | Felix Fietkau | 2007-02-27 | 1 | -0/+43 |
files are now cached. - timestamp.pl calls have been replaced with make file dependencies - an extra stamp file ensures that directory listing changes force a rebuild SVN-Revision: 6404 |