47 Commits (6fc02f2a45e151ce16677d6131251af86ab4fc06)

Author SHA1 Message Date
Hauke Mehrtens d0b45962ef build: Fix print without color 5 years ago
R. Diez eabc1ddc45 build: Honour NO_COLOR in include/scan.mk 5 years ago
Felix Fietkau 29b2199eb0 build: fix target metadata scan dependencies 6 years ago
Felix Fietkau 9467ce42da build: get rid of host.mk 7 years ago
Felix Fietkau be206eba3a build: get rid of FIND_L from host.mk 7 years ago
Jo-Philipp Wich 90ed0aa859 build: scan.mk: consider KernelPackage pattern as well 8 years ago
Jo-Philipp Wich a891e5e14f build: scan.mk: remove overlay broad grep pattern 8 years ago
Felix Fietkau 84bd74057f build: use mkhash to replace various quirky md5sum/openssl calls 8 years ago
Yousong Zhou 62da60b220 build: scan.mk: remove not used variable SCAN_STAMP 8 years ago
Felix Fietkau 934901fb3e build: leaving behind incomplete metadata files on cancelled builds 8 years ago
Felix Fietkau 830c308cf9 build: ignore the linux package in the sdk only for generating package data, not for dependencies 9 years ago
Felix Fietkau 055ef8d691 build: do not allow the SDK to reconfigure built-in kernel modules 9 years ago
Felix Fietkau 988e3d85b0 include/scan.mk: Add -a argument to the grep to treat all Makefiles as a text file. 9 years ago
Felix Fietkau 50a5a8df22 build: use different grep strings for scanning package vs target metadata 9 years ago
John Crispin b7cf4cc613 build: propagate override information to .packageinfo 10 years ago
John Crispin 2e2c04777b build: allow openwrt.git packages to be replaced by feeds 10 years ago
John Crispin b6f268d775 build: revert r44076 10 years ago
John Crispin de3bf7e4c2 build: allow openwrt.git packages to be replaced by feeds 10 years ago
Felix Fietkau 4fde9deed1 Revert "build: use ONESHELL to speed up scanning and the toplevel makefile" 10 years ago
Felix Fietkau c497990834 build: use ONESHELL to speed up scanning and the toplevel makefile 10 years ago
Jo-Philipp Wich a720dd209f build: introduce per feed repository support 10 years ago
Felix Fietkau 75df42e578 build: SCAN_DEPS handling (fixes package/kernel/linux metadata change detection) 11 years ago
Felix Fietkau 2238b949f1 build: log package dump failures to logs to avoid forcing user to write cryptic commands to figure out what's going on 13 years ago
Felix Fietkau db4fd873f3 improve error message output of metadata scan - fix newline break and do not hide broken makefiles after the first invocation anymore 15 years ago
Felix Fietkau 7aae9d3725 avoid using implicit rules during metadata dump to speed up the process even more 16 years ago
Felix Fietkau b0d8473bf4 get rid of a shell warning if md5sum is not found 16 years ago
Felix Fietkau 4c665e6ca4 large improvement for parallel builds. works without V=99 now and without warnings. tested with -j on an 2x dual core opteron machine 16 years ago
Ralph Hempel 9e0be1c6e3 fix buildprocess if running as cron job (package info files corrupted due missing Source-Makefile statement) 17 years ago
Felix Fietkau 2da3f6a256 fix the sdk 17 years ago
Felix Fietkau f8dfc57573 add initial version of a package feeds management script 17 years ago
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets 17 years ago
Nicolas Thill af0b91ca90 allow scan.mk to find python packages introduced in [8639] 17 years ago
Felix Fietkau 9c88ba80b9 more build system cleanup 17 years ago
Felix Fietkau 3e87d642f7 detect whether the find command supports -L or -follow 17 years ago
Felix Fietkau 2809e403d6 find: use -follow instead of -L, some systems don't support -L 17 years ago
Felix Fietkau 25b44d2c12 follow symlinks in package scan 17 years ago
Felix Fietkau de2aa28c4c properly support dependencies on packages that just use Build/DefaultTargets 17 years ago
Felix Fietkau 7b16475eb7 fixes for recursive package scanning 17 years ago
Felix Fietkau bdc9419a20 rewrite of the metadata scanning - cleaner code, faster scanning, recursive scanning and better handling of makefile dependencies 17 years ago
Felix Fietkau 2555097cc6 fix target rescan (version kernel changes) 17 years ago
Felix Fietkau b5a6f01ec0 fix dependencies for metadata scanning 17 years ago
Mike Baker 23efe5fc83 Tidy up Makefiles 17 years ago
Felix Fietkau c2b42e1afe add check for openwrt build system makefiles when scanning for metadata 17 years ago
Felix Fietkau fcf0aa5ab7 make sure tmp/info gets created 18 years ago
Felix Fietkau 36b75197e3 detect changes in package/kernel/modules/*.mk when scanning the package metadata 18 years ago
Felix Fietkau 08c5cb8c23 fix metadata scan for profile split 18 years ago
Felix Fietkau 423e90915d Massive speedup in the package/target scanning step - per package metadata 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 18 years ago