Felix Fietkau
5868331214
build: don't call prereq for any package/symlinks rules
...
Most of the time, we want to make sure OpenWrt has been configured and
setup before start running make. However, in case of package/symlinks,
forcing prereq as a dependency creates multiple issues:
*when executed on a clean workspace, it will prompt for user input
and open a menuconfig window before executing the feeds command
*the only way around that is to provide a .config. However, the "prereq"
target would then run a "make defconfig", which will remove all the
packages in the .config but from external feeds, as feeds have not been
installed yet.
The only way to currently work around this, is to generate a fake config
by running "make defconfig", then "make package/symlinks", copy the real
config (which at this point disregards the previously generated config),
and run make defconfig again. Something like this:
make defconfig
make package/symlinks
cp real.config .config
make defconfig
This change is removing the need for the first defconfig, making the
process more logical for OpenWrt users using the package/symlinks target.
Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
SVN-Revision: 45657
2015-05-10 11:17:29 +00:00
Felix Fietkau
74ca7e9af3
build: clean up sitefiles, make them per-arch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45090
2015-03-28 13:38:34 +00:00
Felix Fietkau
4fde9deed1
Revert "build: use ONESHELL to speed up scanning and the toplevel makefile"
...
This seems to cause issues on some build hosts, and it is not that
important.
SVN-Revision: 43025
2014-10-22 10:47:26 +00:00
Felix Fietkau
c497990834
build: use ONESHELL to speed up scanning and the toplevel makefile
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43021
2014-10-22 08:57:40 +00:00
Felix Fietkau
bb959c0f3e
build: remove duplicate variable definitions
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39981
2014-03-21 15:54:11 +00:00
Felix Fietkau
c233a088f0
build: it is no longer necessary to call make target/linux/clean as part of make clean
...
SVN-Revision: 34451
2012-12-02 15:26:28 +00:00
Felix Fietkau
43f34a93e6
Makefile: add a check to bail out early when the path to the openwrt directory contains spaces ( #12344 )
...
SVN-Revision: 33884
2012-10-21 02:00:11 +00:00
Felix Fietkau
0f6e5b76f8
build: add back the package/cleanup step to remove the root staging dir for mklibs
...
SVN-Revision: 33777
2012-10-15 13:19:45 +00:00
Felix Fietkau
44cd20b802
build: rework the package/install step - collect package install lists during package/compile, then install all packages at once
...
SVN-Revision: 33631
2012-10-06 16:01:06 +00:00
Jo-Philipp Wich
b81354d828
abort built in prereq target if there is no site config file for the current target
...
SVN-Revision: 29798
2012-01-19 12:19:28 +00:00
Felix Fietkau
00d1e599d7
add a command for printing a cleaned up make target database - will be used to analyze package dependencies at some point
...
SVN-Revision: 22871
2010-09-01 17:51:36 +00:00
Florian Fainelli
7fc192e9a5
fix for GREP_OPTIONS
...
When using GREP_OPTIONS to supply default options to grep, the buildsystem might get broken (For example adding --color=always breaks it)
This patch will empty the GREP_OPTIONS to prevent the described (and any other) problems related to GREP_OPTIONS
Signed-off-by: Maarten Bezemer <m.m.bezemer@utwente.nl>
SVN-Revision: 22443
2010-07-31 22:32:21 +00:00
Felix Fietkau
61f503c77a
add a "make prepare" target which builds everything up to target/compile, useful for scripts/deptest.sh
...
SVN-Revision: 16153
2009-05-28 18:40:37 +00:00
Ralph Hempel
c4d7af7094
added BUILD_LOG_DIR variable, make clean will delete the ./logs dir
...
SVN-Revision: 16148
2009-05-28 16:30:04 +00:00
Felix Fietkau
882190b198
avoid implicit rules in even more places
...
SVN-Revision: 14737
2009-03-03 14:16:48 +00:00
Nicolas Thill
71e8b3c4f7
remove toolchain build directory as well in 'make dirclean'
...
SVN-Revision: 13494
2008-12-03 04:22:41 +00:00
Felix Fietkau
a3a37d0bb1
rework parallel building to get rid of some warnings and add back support for parallelizing the kernel build fixes #3882
...
SVN-Revision: 12322
2008-08-16 16:59:47 +00:00
Felix Fietkau
1b838dbd95
make package prereq checks behave more like build prereq checks (first check all, then fail if necessary), also make them less verbose
...
SVN-Revision: 12106
2008-08-04 23:15:17 +00:00
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
...
SVN-Revision: 11414
2008-06-09 15:38:45 +00:00
Ralph Hempel
585997f8d2
fix package/symlinks target, will call scripts/feeds update / install introduce new package/symlinks-install and package/symlinks-clean targets - package/symlink-install will re-create the index files and the symlinks for all ./feeds (no update from repositories is performed) - package/symlink-clean will delete all installed symlinks (keeping the ./feeds untouched)
...
SVN-Revision: 10634
2008-03-20 17:08:24 +00:00
Felix Fietkau
18bd5286e6
use scripts/feeds instead of scripts/feeds.sh for package/symlinks
...
SVN-Revision: 9990
2007-12-28 17:01:32 +00:00
Felix Fietkau
edc74f8cc3
fix make clean for unconfigured build trees
...
SVN-Revision: 9655
2007-12-04 03:04:37 +00:00
Felix Fietkau
db87e1f8c1
fix parallel build issues
...
SVN-Revision: 9495
2007-11-04 11:42:47 +00:00
Felix Fietkau
af03fdb6c5
add autorebuild check for menuconfig
...
SVN-Revision: 9301
2007-10-14 02:28:34 +00:00
Felix Fietkau
53a1d55b34
add 'make prepare' target for building the tools and toolchain
...
SVN-Revision: 8780
2007-09-15 08:53:23 +00:00
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
...
SVN-Revision: 8694
2007-09-08 19:55:42 +00:00
Felix Fietkau
5f748a6c24
clean up recursive dependency handling, use timestamp.pl again, because it saves memory and execution time
...
SVN-Revision: 8558
2007-08-30 21:12:39 +00:00
Felix Fietkau
c6bc77ea36
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
...
SVN-Revision: 8362
2007-08-07 00:04:25 +00:00
Felix Fietkau
cb7605f7ba
fix rootfs and init script handling
...
SVN-Revision: 8293
2007-07-31 22:54:21 +00:00
Felix Fietkau
572876608a
fix make distclean
...
SVN-Revision: 8251
2007-07-30 22:56:48 +00:00
Felix Fietkau
d7f2cb1642
next round of cleanup, convert target/ - make -j works now ;)
...
SVN-Revision: 8242
2007-07-30 21:14:08 +00:00
Felix Fietkau
49e628f765
next round of build system cleanup - convert package/ to new structure
...
SVN-Revision: 8236
2007-07-30 18:22:01 +00:00
Felix Fietkau
2e072cfb4b
toolchain/ has been converted
...
SVN-Revision: 8235
2007-07-30 16:22:57 +00:00
Felix Fietkau
e23c6c4b6b
fix verbose output with dash as /bin/sh
...
SVN-Revision: 8227
2007-07-30 14:50:15 +00:00
Felix Fietkau
e143bed1f1
build system fixes, more cleanup
...
SVN-Revision: 8207
2007-07-28 13:29:03 +00:00
Felix Fietkau
9c88ba80b9
more build system cleanup
...
SVN-Revision: 8206
2007-07-28 13:00:43 +00:00
Felix Fietkau
81529c47ec
initial attempt at cleaning up subdirectory handling. tools/Makefile is now being included instead of recursively called
...
SVN-Revision: 8201
2007-07-28 02:44:55 +00:00
Felix Fietkau
6178152ee8
add kernel_oldconfig target
...
SVN-Revision: 8003
2007-07-16 10:03:03 +00:00
Felix Fietkau
0806675217
kernel: fix dependencies for .config, use selections from oldconfig when running menuconfig
...
SVN-Revision: 7997
2007-07-16 05:28:13 +00:00
Felix Fietkau
60d6defb08
target scan needs a maxdepth of 2
...
SVN-Revision: 7987
2007-07-16 00:07:56 +00:00
Felix Fietkau
c1f20e60f5
set maxdepth appropriately for package scanning
...
SVN-Revision: 7985
2007-07-15 23:39:22 +00:00
Felix Fietkau
bdc9419a20
rewrite of the metadata scanning - cleaner code, faster scanning, recursive scanning and better handling of makefile dependencies
...
SVN-Revision: 7981
2007-07-15 22:51:12 +00:00
Felix Fietkau
6f66bc61f9
fix distclean
...
SVN-Revision: 7940
2007-07-12 10:55:00 +00:00
Felix Fietkau
a925fec9c7
fix docs compile targets
...
SVN-Revision: 7905
2007-07-10 16:38:05 +00:00
Florian Fainelli
a03b9ae8ad
Regenerate the menuconfig once symlinked packages are gone
...
SVN-Revision: 7399
2007-05-30 10:37:43 +00:00
Felix Fietkau
2555097cc6
fix target rescan (version kernel changes)
...
SVN-Revision: 7317
2007-05-23 21:11:48 +00:00
Felix Fietkau
90237dd18c
Make UCI preconfiguration optional and disabled by default
...
SVN-Revision: 7095
2007-05-05 10:06:10 +00:00
Felix Fietkau
874f03ea00
fixes for a few build errors on osx without fink
...
SVN-Revision: 7065
2007-04-29 01:30:48 +00:00
Felix Fietkau
3e91dd1bd5
revert find | xargs => find | exec changes - this is completely unnecessary and introduces additional dependencies that we do not need
...
SVN-Revision: 6942
2007-04-12 19:18:38 +00:00
Mike Baker
9b62c7eb9d
minor tweaks to the verbose system
...
SVN-Revision: 6936
2007-04-11 22:59:42 +00:00