summaryrefslogtreecommitdiffstats
path: root/include/scan.mk
Commit message (Expand)AuthorAgeFilesLines
* scan.mk: do not silence output of dump phasePetr Štetiar2023-11-131-1/+2
* treewide: add ORIG_PATH variableMichael Pratt2023-06-051-0/+1
* treewide: derive host and hostpkg path from STAGING_DIRChristian Marangi2023-01-091-1/+1
* build: fix find warning with SCAN_EXTRALeo Chung2022-06-051-1/+1
* build: introduce $(MKHASH)Leonardo Mörlein2021-05-131-1/+2
* build: have scripts/feeds honor all toplevel .mk-files of a feedSven Roederer2019-10-271-4/+7
* build: Fix print without colorHauke Mehrtens2019-02-171-1/+1
* build: Honour NO_COLOR in include/scan.mkR. Diez2019-02-171-2/+8
* build: fix target metadata scan dependenciesFelix Fietkau2018-07-021-0/+6
* build: get rid of host.mkFelix Fietkau2017-02-261-2/+2
* build: get rid of FIND_L from host.mkFelix Fietkau2017-02-261-1/+1
* build: scan.mk: consider KernelPackage pattern as wellJo-Philipp Wich2017-01-101-1/+1
* build: scan.mk: remove overlay broad grep patternJo-Philipp Wich2017-01-101-1/+1
* build: use mkhash to replace various quirky md5sum/openssl callsFelix Fietkau2017-01-051-1/+1
* build: scan.mk: remove not used variable SCAN_STAMPYousong Zhou2016-11-241-2/+2
* build: leaving behind incomplete metadata files on cancelled buildsFelix Fietkau2016-10-041-2/+4
* build: ignore the linux package in the sdk only for generating package data, ...Felix Fietkau2016-01-101-5/+1
* build: do not allow the SDK to reconfigure built-in kernel modulesFelix Fietkau2016-01-081-1/+5
* include/scan.mk: Add -a argument to the grep to treat all Makefiles as a text...Felix Fietkau2015-06-141-1/+1
* build: use different grep strings for scanning package vs target metadataFelix Fietkau2015-03-151-1/+7
* build: propagate override information to .packageinfoJohn Crispin2015-02-091-5/+21
* build: allow openwrt.git packages to be replaced by feedsJohn Crispin2015-02-091-1/+1
* build: revert r44076John Crispin2015-01-221-1/+1
* build: allow openwrt.git packages to be replaced by feedsJohn Crispin2015-01-221-1/+1
* Revert "build: use ONESHELL to speed up scanning and the toplevel makefile"Felix Fietkau2014-10-221-1/+0
* build: use ONESHELL to speed up scanning and the toplevel makefileFelix Fietkau2014-10-221-0/+1
* build: introduce per feed repository supportJo-Philipp Wich2014-08-051-2/+6
* build: SCAN_DEPS handling (fixes package/kernel/linux metadata change detection)Felix Fietkau2013-07-191-1/+1
* build: log package dump failures to logs to avoid forcing user to write crypt...Felix Fietkau2011-04-061-1/+6
* improve error message output of metadata scan - fix newline break and do not ...Felix Fietkau2009-05-271-2/+2
* avoid using implicit rules during metadata dump to speed up the process even ...Felix Fietkau2009-03-031-1/+1
* get rid of a shell warning if md5sum is not foundFelix Fietkau2008-09-021-1/+1
* large improvement for parallel builds. works without V=99 now and without war...Felix Fietkau2008-06-091-1/+1
* fix buildprocess if running as cron job (package info files corrupted due mis...Ralph Hempel2008-01-261-1/+1
* fix the sdkFelix Fietkau2007-12-141-1/+1
* add initial version of a package feeds management scriptFelix Fietkau2007-09-231-10/+10
* major target cleanup. it is now possible to have subtargets that can override...Felix Fietkau2007-09-081-2/+2
* allow scan.mk to find python packages introduced in [8639]Nicolas Thill2007-09-061-1/+1
* more build system cleanupFelix Fietkau2007-07-281-0/+1
* detect whether the find command supports -L or -followFelix Fietkau2007-07-161-1/+4
* find: use -follow instead of -L, some systems don't support -LFelix Fietkau2007-07-161-1/+1
* follow symlinks in package scanFelix Fietkau2007-07-151-1/+1
* properly support dependencies on packages that just use Build/DefaultTargetsFelix Fietkau2007-07-151-1/+1
* fixes for recursive package scanningFelix Fietkau2007-07-151-6/+8
* rewrite of the metadata scanning - cleaner code, faster scanning, recursive s...Felix Fietkau2007-07-151-33/+43
* fix target rescan (version kernel changes)Felix Fietkau2007-05-231-2/+2
* fix dependencies for metadata scanningFelix Fietkau2007-04-091-2/+2
* Tidy up MakefilesMike Baker2007-04-031-4/+4
* add check for openwrt build system makefiles when scanning for metadataFelix Fietkau2007-04-011-2/+2
* make sure tmp/info gets createdFelix Fietkau2007-03-281-1/+0