diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-19 20:32:27 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-19 20:32:27 +0000 |
commit | e0841316a45656eedefbb639c7b1f2912ec57d68 (patch) | |
tree | a31dc763e6d880d1ee8896e51bffb2adaa30c559 /init | |
parent | 78c31a3618aea534bb8e81e10ee4116bb52a1552 (diff) | |
download | busybox-w32-e0841316a45656eedefbb639c7b1f2912ec57d68.tar.gz busybox-w32-e0841316a45656eedefbb639c7b1f2912ec57d68.tar.bz2 busybox-w32-e0841316a45656eedefbb639c7b1f2912ec57d68.zip |
svn 14824 broke -funsigned-char and possibly building out of tree, because
$(srcdir) can't bind early since it's set to a different value in each subdir.
If it binds early, it's blank, hence an empty -I which eats the next option
as a directory to look for #include files in.
So CFLAGS has to bind late, but the check_gcc stuff should only get run once.
I added a "make V=2" mode to show when check_gcc gets run, and turned WARNINGS
into a CFLAGS line since it was always getting added anyway.
git-svn-id: svn://busybox.net/trunk/busybox@14923 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions