index
:
openwrt.git
fast2504n-3.10.17
fast2504n-3.10.26
fast2504n-3.8
master
OpenWRT with patches for F@ST2504n board
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
subdir.mk
Age
Commit message (
Expand
)
Author
2011-05-28
remove legacy package/foo-compile wrapper targets, people should be used to t...
nbd
2011-04-04
make the build system a bit more silent without V=99
nbd
2011-04-03
build: reduce the amount of generated make code for the initial prereq scan -...
nbd
2011-04-03
build: use a conditional @ sign before silenced targets instead of .SILENT - ...
nbd
2010-10-05
[include] add configure as package target
ralph
2010-09-20
fix build dependencies on packages with multiple variants but no selected vir...
nbd
2010-09-01
add a command for printing a cleaned up make target database - will be used t...
nbd
2009-11-10
build system: introduce a new feature called build variants.
nbd
2009-07-11
move the toolchain_install stampfile to the right place to fix spurious missi...
nbd
2009-05-31
[package] add dist and distcheck target (to create new source balls)
ralph
2009-05-28
added BUILD_LOG_DIR variable, make clean will delete the ./logs dir
ralph
2009-05-26
stop build when an error occurs and when BUILDLOG is set (#5160)
florian
2009-04-24
add missing $(if) check for build logging
nbd
2009-04-24
add BUILD_LOG option to let the build system log all subdir make command outp...
nbd
2009-04-06
add support for config options checking in top-level directory stampfiles
nbd
2009-03-18
add makefile target alias package/<name>/host/<target> for host builds
nbd
2009-03-17
move host build in packages into a separate namespace: package/<name>/host/<t...
nbd
2008-08-17
some more build system cleanup
nbd
2008-08-16
rework parallel building to get rid of some warnings
nbd
2008-08-06
fix make variable overriding for package makefiles on the command line
nbd
2008-06-09
large improvement for parallel builds. works without V=99 now and without war...
nbd
2008-05-07
add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages
nbd
2007-10-21
make aliases for package targets if the package directories are in further su...
nbd
2007-09-08
major target cleanup. it is now possible to have subtargets that can override...
nbd
2007-08-30
fix a dependency bug
nbd
2007-08-29
avoid rdep in the top level make process (subdir.mk) - it leaks too much memo...
nbd
2007-08-21
rename 'stampfiles' directory to 'stamp'
nico
2007-08-07
build system cleanup/restructuring as described in http://lists.openwrt.org/p...
nbd
2007-07-30
ignore dependencies when using QUILT
nbd
2007-07-30
next round of cleanup, convert target/ - make -j works now ;)
nbd
2007-07-30
more cleanup
nbd
2007-07-30
next round of build system cleanup - convert package/ to new structure
nbd
2007-07-30
fix compile errors with make 3.80
nbd
2007-07-28
add default command for dummy targets
nbd
2007-07-28
more build system cleanup
nbd
2007-07-28
allow target specific builddir list override
nbd
2007-07-28
add missing flag
nbd
2007-07-28
don't force the install->compile, compile->prepare dependencies in subdir.mk
nbd
2007-07-28
initial attempt at cleaning up subdirectory handling. tools/Makefile is now b...
nbd