| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45090
|
|
|
|
|
|
|
| |
This seems to cause issues on some build hosts, and it is not that
important.
SVN-Revision: 43025
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43021
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39981
|
|
|
|
|
|
| |
make clean
SVN-Revision: 34451
|
|
|
|
|
|
| |
directory contains spaces (#12344)
SVN-Revision: 33884
|
|
|
|
|
|
| |
mklibs
SVN-Revision: 33777
|
|
|
|
|
|
| |
during package/compile, then install all packages at once
SVN-Revision: 33631
|
|
|
|
|
|
| |
target
SVN-Revision: 29798
|
|
|
|
|
|
| |
to analyze package dependencies at some point
SVN-Revision: 22871
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
useful for scripts/deptest.sh
SVN-Revision: 16153
|
|
|
|
| |
SVN-Revision: 16148
|
|
|
|
| |
SVN-Revision: 14737
|
|
|
|
| |
SVN-Revision: 13494
|
|
|
|
|
|
| |
for parallelizing the kernel build fixes #3882
SVN-Revision: 12322
|
|
|
|
|
|
| |
all, then fail if necessary), also make them less verbose
SVN-Revision: 12106
|
|
|
|
|
|
| |
warnings. tested with -j on an 2x dual core opteron machine
SVN-Revision: 11414
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 9990
|
|
|
|
| |
SVN-Revision: 9655
|
|
|
|
| |
SVN-Revision: 9495
|
|
|
|
| |
SVN-Revision: 9301
|
|
|
|
| |
SVN-Revision: 8780
|
|
|
|
|
|
| |
override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
SVN-Revision: 8694
|
|
|
|
|
|
| |
saves memory and execution time
SVN-Revision: 8558
|
|
|
|
|
|
| |
http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
SVN-Revision: 8362
|
|
|
|
| |
SVN-Revision: 8293
|
|
|
|
| |
SVN-Revision: 8251
|
|
|
|
| |
SVN-Revision: 8242
|
|
|
|
| |
SVN-Revision: 8236
|
|
|
|
| |
SVN-Revision: 8235
|
|
|
|
| |
SVN-Revision: 8227
|
|
|
|
| |
SVN-Revision: 8207
|
|
|
|
| |
SVN-Revision: 8206
|
|
|
|
|
|
| |
being included instead of recursively called
SVN-Revision: 8201
|
|
|
|
| |
SVN-Revision: 8003
|
|
|
|
|
|
| |
running menuconfig
SVN-Revision: 7997
|
|
|
|
| |
SVN-Revision: 7987
|
|
|
|
| |
SVN-Revision: 7985
|
|
|
|
|
|
| |
scanning and better handling of makefile dependencies
SVN-Revision: 7981
|
|
|
|
| |
SVN-Revision: 7940
|
|
|
|
| |
SVN-Revision: 7905
|
|
|
|
| |
SVN-Revision: 7399
|
|
|
|
| |
SVN-Revision: 7317
|
|
|
|
| |
SVN-Revision: 7095
|
|
|
|
| |
SVN-Revision: 7065
|
|
|
|
|
|
| |
and introduces additional dependencies that we do not need
SVN-Revision: 6942
|
|
|
|
| |
SVN-Revision: 6936
|