You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/include
John Crispin 08ae6296ca build: define STAMP_CONFIGURED recursively
Defining STAMP_CONFIGURED statically caused it not to reflect changes to
PKG_CONFIG_DEPENDS made after including package.mk, like the additional options
added by feeds.mk for all packages.

Furthermore, as STAMP_CONFIGURED_WILDCARD was already defined recursively, the
patsubst in its definition would never match, and in consequence, the stamps
were never removed. This caused packages not to be rebuilt when they should have
been.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

SVN-Revision: 44927
9 years ago
..
site aarch64: add initial support 10 years ago
autotools.mk include: improve 'gettext-version' fixup 10 years ago
cmake.mk cmake: include external toolchain directory in CMAKE_FIND_ROOT_PATH (fixes #19074) 9 years ago
debug.mk build: undefine debug helper templates used by subdir.mk if the DEBUG variable is empty, speeds up "make prereq" by 25% when lots of packages are installed 13 years ago
depends.mk change the recursive dependency template to use more make evaluation - the shell command got so long that it triggered "Argument list too long" on some systems (#8231) 14 years ago
device_table.txt image: ensure that /dev/console exist in rootfs images 11 years ago
download.mk include/download.mk: Add download mirrors for tools from GNU Savannah (bug #15184) 10 years ago
feeds.mk build: improve feed handling for opkg.conf 10 years ago
host-build.mk include: use SHELL, not BASH for HOST_CONFIGURE_VARS 10 years ago
host.mk include: export staging_dir/host/bin path from within host.mk (#18957) 10 years ago
image.mk build: allow changing kernel name in new image code 10 years ago
kernel-build.mk kernel-build.mk: add .NOTPARALLEL 10 years ago
kernel-defaults.mk include: pass kernel version when generating kconfig overrides 10 years ago
kernel-version.mk kernel: bump to 3.14.35, 3.18.9, 3.19.1 and 4.0-rc4 9 years ago
kernel.mk Fix download URL of the 4.x kernel. 9 years ago
netfilter.mk netfilter: clean up compatibility code for old kernels 9 years ago
nls.mk nls.mk: fix build dependency on gettext (#11829) 12 years ago
package-bin.mk include: remove SDK exception from package install targets 10 years ago
package-defaults.mk build: add optional dependency on libssp to all non-kernel packages 9 years ago
package-dumpinfo.mk generate list of license information for packages 10 years ago
package-ipkg.mk Fix possible fail to check for dependencies 10 years ago
package.mk build: define STAMP_CONFIGURED recursively 9 years ago
prereq-build.mk build: accept apple llvm as fallback for gcc/g++ 10 years ago
prereq.mk build: accept apple llvm as fallback for gcc/g++ 10 years ago
quilt.mk quilt: add a NO_RECONFIGURE override for compiling a package without re-running Build/Configure 13 years ago
scan.awk build: propagate override information to .packageinfo 10 years ago
scan.mk build: use different grep strings for scanning package vs target metadata 9 years ago
scons.mk fix up scons vs ccache 12 years ago
shell.sh Revert "include/shell.sh: remove getvar()" 10 years ago
subdir.mk build: do not process built-in rules for make subdirs 10 years ago
target.mk target.mk: add default packages for NAS device-type 10 years ago
toolchain-build.mk toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol 12 years ago
toplevel.mk build: move tmp/.prereq-build to staging_dir/host to gracefully handle staging_dir deletion 9 years ago
uclibc++.mk toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues 11 years ago
unpack.mk partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk" 10 years ago
verbose.mk build: make the color of the 'configuration out of sync' warning red to make it harder for users to overlook 11 years ago
version.mk buildroot: make it easier to build all kmods 9 years ago