index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Rules.mak
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
1) ifeq is make syntax, #ifeq is a make comment.
Rob Landley
2006-07-31
1
-7
/
+10
*
Add -Werror.
Rob Landley
2006-07-16
1
-0
/
+1
*
Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06.
Rob Landley
2006-07-06
1
-0
/
+1
*
- Pull r15593:
Bernhard Reutner-Fischer
2006-07-04
1
-12
/
+10
*
Annoint 1.2.0.
Rob Landley
2006-06-30
1
-1
/
+1
*
Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak
Rob Landley
2006-06-22
1
-21
/
+1
*
Use -ffunction-sections -fdata-sections --gc-sections if the compiler supports
Rob Landley
2006-06-13
1
-0
/
+2
*
- make VERBOSE= and V= work equally; use BUILD_VERBOSE internally.
Bernhard Reutner-Fischer
2006-06-13
1
-5
/
+17
*
- invert logic for nocheck_targets to exclude the empty default target.
Bernhard Reutner-Fischer
2006-06-11
1
-3
/
+3
*
- don't check for toolchain-setting for make targets that don't need them
Bernhard Reutner-Fischer
2006-06-10
1
-1
/
+13
*
- cleanup conftest temporary files.
Bernhard Reutner-Fischer
2006-05-29
1
-1
/
+1
*
- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!
Bernhard Reutner-Fischer
2006-05-26
1
-3
/
+3
*
- add target hosttools (see make help)
Bernhard Reutner-Fischer
2006-05-26
1
-55
/
+116
*
The one line fix to Bernhard Fischer's "profoundly".
Rob Landley
2006-05-15
1
-1
/
+0
*
back out default implicit %.o rule for now
Mike Frysinger
2006-05-11
1
-3
/
+0
*
add implicit rule for %.a to help debugging in subdirs
Mike Frysinger
2006-05-10
1
-0
/
+8
*
add a default .o rule for easier debug
Mike Frysinger
2006-05-10
1
-0
/
+3
*
Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and consolidate some Rules.mak
Rob Landley
2006-05-09
1
-7
/
+15
*
- fix build
Bernhard Reutner-Fischer
2006-05-08
1
-2
/
+9
*
The changes svn 14960 made to Rules.mak broke building out of tree
Rob Landley
2006-05-08
1
-6
/
+0
*
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-05-07
1
-0
/
+1
*
compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and ...
Mike Frysinger
2006-04-29
1
-0
/
+6
*
- rerun gcse pass after reload, enable whole-program iff we are not building
Bernhard Reutner-Fischer
2006-04-28
1
-1
/
+9
*
2006-04-20 Shaun Jackman <sjackman@gmail.com>
Mike Frysinger
2006-04-21
1
-0
/
+7
*
svn 14824 broke -funsigned-char and possibly building out of tree, because
Rob Landley
2006-04-19
1
-13
/
+25
*
- pin the CFLAGS to make sure that we don't have to re-evaluate the
Bernhard Reutner-Fischer
2006-04-11
1
-1
/
+1
*
- switch Warning Of the Week to wrong or missing prototypes.
Bernhard Reutner-Fischer
2006-04-02
1
-5
/
+3
*
- warn a bit more verbosely about fmt stuff for non-release versions
Bernhard Reutner-Fischer
2006-03-29
1
-0
/
+8
*
- mark trunk as 1.2.0-pre0
Bernhard Reutner-Fischer
2006-03-29
1
-3
/
+3
*
Mike Frysinger pointed out we can go
Rob Landley
2006-03-28
1
-5
/
+1
*
Patch from Jan Kiszka: In case the libselinux development installation is not
Rob Landley
2006-03-27
1
-1
/
+5
*
We make both busybox and busybox_unstripped all the time now, no need to
Rob Landley
2006-03-22
1
-5
/
+1
*
Annoint 1.1.1.
Rob Landley
2006-03-22
1
-1
/
+1
*
- workaroung pr25795 in gcc-4.1
Bernhard Reutner-Fischer
2006-03-21
1
-1
/
+2
*
- revert back to r14406
Bernhard Reutner-Fischer
2006-03-13
1
-203
/
+109
*
add a sep option for stripping
Mike Frysinger
2006-03-10
1
-1
/
+4
*
- remove check. Fixes e.g. buildroot
Bernhard Reutner-Fischer
2006-03-09
1
-2
/
+0
*
- backout using features which are not available with the previous stable
Bernhard Reutner-Fischer
2006-03-09
1
-24
/
+32
*
- correct comment.
Bernhard Reutner-Fischer
2006-03-03
1
-1
/
+1
*
Denis Vlasenko noticed that falign=0 is meaningless, and that should probably
Rob Landley
2006-03-03
1
-1
/
+1
*
- make sure applets.o is rebuilt when the .config changes.
Bernhard Reutner-Fischer
2006-03-02
1
-1
/
+1
*
- fixes parallel builds (make -j)
Bernhard Reutner-Fischer
2006-03-01
1
-116
/
+198
*
make the build system puuuuuuuuuuurty
Mike Frysinger
2006-02-02
1
-10
/
+55
*
- pass -static via CC rather than LD
Bernhard Reutner-Fischer
2006-01-31
1
-12
/
+6
*
Remove foo.txt and reenable -funsigned-char now that ash is fixed.
Rob Landley
2006-01-30
1
-2
/
+1
*
- add a macro to check for ld and as flags
Bernhard Reutner-Fischer
2006-01-27
1
-6
/
+26
*
- correct flag for gcc-3.x
Bernhard Reutner-Fischer
2006-01-24
1
-1
/
+1
*
ash with -funsigned-char don`t work!
"Vladimir N. Oleynik"
2006-01-23
1
-1
/
+1
*
- bump version to 1.1.1 nonrelease series (let's say -pre0).
Bernhard Reutner-Fischer
2006-01-19
1
-2
/
+2
*
- shared libbusybox.
Bernhard Reutner-Fischer
2006-01-15
1
-2
/
+34
[next]