OSDN Git Service

Fixed makefiles inclusion flow to pass actual configuration variable values.
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Mon, 16 Mar 2009 13:36:39 +0000 (13:36 -0000)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Mon, 16 Mar 2009 13:36:39 +0000 (13:36 -0000)
commite72856950a9baa76ed41fb8d684cb13375daf48e
tree7ab013c14a29d8ad4d02b5c6aebe587f4806510e
parent72e880a46d65bcce7374c59826531240d6a316ba
Fixed makefiles inclusion flow to pass actual configuration variable values.
Test build system modified to be similar to uClibc one:
 * test custom logic moved from Makefile to a new Makefile.in (to be included
   by Makefile).
 * Makefile same for all tests and just used for including all other needed
   makefiles.

Signed-off-by: Salvatore Cro <salvatore.cro@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
51 files changed:
test/Makefile
test/README
test/Test.mak
test/args/Makefile
test/args/Makefile.in [new file with mode: 0644]
test/assert/Makefile
test/assert/Makefile.in [new file with mode: 0644]
test/build/Makefile
test/crypt/Makefile
test/crypt/Makefile.in [new file with mode: 0644]
test/ctype/Makefile
test/ctype/Makefile.in [new file with mode: 0644]
test/dlopen/Makefile
test/dlopen/Makefile.in [new file with mode: 0644]
test/inet/Makefile
test/locale-mbwc/Makefile
test/locale-mbwc/Makefile.in [new file with mode: 0644]
test/locale/Makefile
test/locale/Makefile.in [new file with mode: 0644]
test/malloc/Makefile
test/malloc/Makefile.in [new file with mode: 0644]
test/math/Makefile
test/math/Makefile.in [new file with mode: 0644]
test/misc/Makefile
test/misc/Makefile.in [new file with mode: 0644]
test/mmap/Makefile
test/pthread/Makefile
test/pthread/Makefile.in [new file with mode: 0644]
test/pwd_grp/Makefile
test/pwd_grp/Makefile.in [new file with mode: 0644]
test/regex/Makefile
test/rpc/Makefile
test/rpc/Makefile.in [new file with mode: 0644]
test/setjmp/Makefile
test/signal/Makefile
test/signal/Makefile.in [new file with mode: 0644]
test/silly/Makefile
test/silly/Makefile.in [new file with mode: 0644]
test/stat/Makefile
test/stat/Makefile.in [new file with mode: 0644]
test/stdio/Makefile
test/stdio/Makefile.in [new file with mode: 0644]
test/stdlib/Makefile
test/stdlib/Makefile.in [new file with mode: 0644]
test/string/Makefile
test/string/Makefile.in [new file with mode: 0644]
test/termios/Makefile
test/time/Makefile
test/time/Makefile.in [new file with mode: 0644]
test/unistd/Makefile
test/unistd/Makefile.in [new file with mode: 0644]