index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2006-05-28
Put the ending quote on the help entry...
Rob Landley
2006-05-27
Consolidate the .PHONY targets and add "make baseline" for bloatcheck.
Rob Landley
2006-05-26
- add target hosttools (see make help)
Bernhard Reutner-Fischer
2006-05-21
- fix wrong path to scripts/usage; It is in the builddir and not in the srcdir.
Bernhard Reutner-Fischer
2006-05-21
- there is no _usage.h anymore, so don't rm it in distclean.
Bernhard Reutner-Fischer
2006-05-21
- do not create usage_compressed.h if CONFIG_FEATURE_COMPRESS_USAGE is not set
Bernhard Reutner-Fischer
2006-05-21
- there is no "sh". Use $(SHELL)
Bernhard Reutner-Fischer
2006-05-19
- forgot to make busybox_unstripped depend on the applets in IMA mode.
Bernhard Reutner-Fischer
2006-05-19
- redirect stdout of scripts/config/conf to /nil for
Bernhard Reutner-Fischer
2006-05-11
Tabs weren't lining up in the help text.
Rob Landley
2006-05-10
clean more files
Mike Frysinger
2006-05-09
- fix bug in make help introduced by landley in r15022:
Bernhard Reutner-Fischer
2006-05-08
Make bloatcheck work when building out of tree.
Rob Landley
2006-05-08
re-enable udhcp in a few more places
Mike Frysinger
2006-05-07
Add "make bloatcheck" to run Matt Mackall's bloat-o-meter. Copy an old
Rob Landley
2006-05-05
Busybox's udhcp was deleted a while ago. Bolting an external project onto the
Rob Landley
2006-05-04
- add script to check for missing help entries of config options
Bernhard Reutner-Fischer
2006-04-29
compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and ...
Mike Frysinger
2006-04-29
use pretty output for scripts/bb_mkdep and scripts/usage
Mike Frysinger
2006-04-27
Patch from Dennis Vlasenko to add the option to compress help text.
Rob Landley
2006-04-26
- patch from Denis Vlasenko to make sizes PHONY and to add objsizes which prints
Bernhard Reutner-Fischer
2006-04-21
2006-04-20 Shaun Jackman <sjackman@gmail.com>
Mike Frysinger
2006-04-03
- make sure that we see all lib*/.c in IMA-mode even when not building the .so
Bernhard Reutner-Fischer
2006-03-22
Tweak allbareconfig not to pause.
Rob Landley
2006-03-20
Willy Tarreau writes:
Eric Andersen
2006-03-13
- remove superfluous dependency which was fixed in r14527
Bernhard Reutner-Fischer
2006-03-13
- revert back to r14406
Bernhard Reutner-Fischer
2006-03-13
"make help" should not build the configurator first.
Rob Landley
2006-03-13
Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. do
Rob Landley
2006-03-09
Cleanup from Paul Fox. One find piped to xargs is faster/simpler than
Rob Landley
2006-03-09
- backout using features which are not available with the previous stable
Bernhard Reutner-Fischer
2006-03-06
- work around missing features and bugs in make-3.79.1:
Bernhard Reutner-Fischer
2006-03-05
clean *.osm as pointed out by Robert P. J. Day
Mike Frysinger
2006-03-05
clean busybox_unstripped as pointed out by Robert P. J. Day
Mike Frysinger
2006-03-03
- ar cruP doesn't replace ('r') but unconditionally _adds_ all objects.
Bernhard Reutner-Fischer
2006-03-02
- remove unused lists *-m
Bernhard Reutner-Fischer
2006-03-02
- make sure applets.o is rebuilt when the .config changes.
Bernhard Reutner-Fischer
2006-03-02
- allow for make /path/to/dir/file.o
Bernhard Reutner-Fischer
2006-03-02
Denis Vlasenko writes: make sizes was rebuilding busybox - unstripped one!
Bernhard Reutner-Fischer
2006-03-01
- fixes parallel builds (make -j)
Bernhard Reutner-Fischer
2006-02-28
defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at it
Rob Landley
2006-02-18
kill all .depend files
Mike Frysinger
2006-02-18
hide bb_mkdep build
Mike Frysinger
2006-02-15
full removed config.h, use bb_config.h only
"Vladimir N. Oleynik"
2006-02-13
New USE() macros
Rob Landley
2006-02-08
Help text update and tweak to defconfig to remove two more things that
Rob Landley
2006-02-05
if the .pl script gets updated, force doc regen
Mike Frysinger
2006-02-02
make the build system puuuuuuuuuuurty
Mike Frysinger
2006-01-31
- pass -static via CC rather than LD
Bernhard Reutner-Fischer
2006-01-31
Turn defconfig into what make allyesconfig is today. Turn allyesconfig
Rob Landley
[next]