From cdb388983e7538ac1fbeb4b3ec1810f7963deca3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 2 Jan 2004 23:07:57 +0000 Subject: Do not make tests depend on CC, since we no longer build a wrapper. --- test/args/Makefile | 2 +- test/assert/Makefile | 2 +- test/crypt/Makefile | 6 +++--- test/ctype/Makefile | 2 +- test/malloc/Makefile | 8 ++++---- test/math/Makefile | 4 ++-- test/misc/Makefile | 10 +++++----- test/mmap/Makefile | 2 +- test/pthread/Makefile | 14 +++++++------- test/pwd_grp/Makefile | 10 +++++----- test/setjmp/Makefile | 2 +- test/signal/Makefile | 4 ++-- test/silly/Makefile | 4 ++-- test/stat/Makefile | 4 ++-- test/stdlib/Makefile | 10 +++++----- test/string/Makefile | 6 +++--- test/termios/Makefile | 2 +- test/unistd/Makefile | 12 ++++++------ 18 files changed, 52 insertions(+), 52 deletions(-) (limited to 'test') diff --git a/test/args/Makefile b/test/args/Makefile index cc4637bc0..dd5339a03 100644 --- a/test/args/Makefile +++ b/test/args/Makefile @@ -23,7 +23,7 @@ include $(TESTDIR)/Rules.mak TARGETS=arg_test all: $(TARGETS) -arg_test: arg_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +arg_test: arg_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/assert/Makefile b/test/assert/Makefile index 1933cfed0..3771224dc 100644 --- a/test/assert/Makefile +++ b/test/assert/Makefile @@ -23,7 +23,7 @@ include $(TESTDIR)/Rules.mak TARGETS=assert all: $(TARGETS) -assert: assert.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +assert: assert.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/crypt/Makefile b/test/crypt/Makefile index c7c7b3202..4d5e1257f 100644 --- a/test/crypt/Makefile +++ b/test/crypt/Makefile @@ -26,7 +26,7 @@ EXTRA_LIBS=-lcrypt all: $(TARGETS) -crypt: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +crypt: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -37,7 +37,7 @@ crypt: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) -./$@ < crypt.input #> $@.out 2>&1 -@ echo " " -crypt_glibc: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +crypt_glibc: crypt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs glibc: " @@ -56,7 +56,7 @@ diff: crypt_glibc crypt -diff -u crypt_glibc.out crypt.out -@ echo " " -md5c-test: md5c-test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +md5c-test: md5c-test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/ctype/Makefile b/test/ctype/Makefile index e3595618e..37d055144 100644 --- a/test/ctype/Makefile +++ b/test/ctype/Makefile @@ -22,7 +22,7 @@ include $(TESTDIR)/Rules.mak TARGETS=ctype ctype_run all: $(TARGETS) -ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +ctype: ctype.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/malloc/Makefile b/test/malloc/Makefile index 7fdef736e..714eade71 100644 --- a/test/malloc/Makefile +++ b/test/malloc/Makefile @@ -26,7 +26,7 @@ TARGETS+=mallocbug mallocbug_glibc TARGETS+=realloc0 realloc0_glibc all: $(TARGETS) -malloc: malloc.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +malloc: malloc.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -44,7 +44,7 @@ testmalloc_source: -@ cat testmalloc.c -@ echo " " -testmalloc: testmalloc.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +testmalloc: testmalloc.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -70,7 +70,7 @@ testmalloc_glibc: testmalloc.c Makefile -./$@ -@ echo " " -mallocbug: mallocbug.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +mallocbug: mallocbug.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -96,7 +96,7 @@ mallocbug_glibc: mallocbug.c Makefile -./$@ -@ echo " " -realloc0: realloc0.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +realloc0: realloc0.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/math/Makefile b/test/math/Makefile index 2133904c9..6eb554ccb 100644 --- a/test/math/Makefile +++ b/test/math/Makefile @@ -57,7 +57,7 @@ test-ildouble: test-ildoubl.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) -./$@ -rint: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +rint: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -68,7 +68,7 @@ rint: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) -./$@ > $@.out 2>&1 -@ echo " " -rint_glibc: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +rint_glibc: rint.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs glibc: " diff --git a/test/misc/Makefile b/test/misc/Makefile index 828f6b282..65e275008 100644 --- a/test/misc/Makefile +++ b/test/misc/Makefile @@ -24,7 +24,7 @@ CFLAGS64=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 TARGETS=sem fdopen dirent_diff dirent64_diff #outb all: $(TARGETS) -outb: outb.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +outb: outb.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -35,7 +35,7 @@ outb: outb.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC ./$@ -@ echo " " -sem: sem.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +sem: sem.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -46,7 +46,7 @@ sem: sem.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) -./$@ -@ echo " " -fdopen: fdopen.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +fdopen: fdopen.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -65,7 +65,7 @@ dirent_source: -@ cat dirent.c -@ echo " " -dirent: dirent.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +dirent: dirent.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -95,7 +95,7 @@ dirent_diff: dirent dirent_glibc -diff -u dirent_glibc.out dirent.out -@ echo " " -dirent64: dirent.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +dirent64: dirent.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/mmap/Makefile b/test/mmap/Makefile index 70d17b756..5e7133237 100644 --- a/test/mmap/Makefile +++ b/test/mmap/Makefile @@ -23,7 +23,7 @@ include $(TESTDIR)/Rules.mak TARGETS=mmap all: $(TARGETS) -mmap: mmap.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +mmap: mmap.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/pthread/Makefile b/test/pthread/Makefile index 1e51a4b2a..247c07869 100644 --- a/test/pthread/Makefile +++ b/test/pthread/Makefile @@ -8,7 +8,7 @@ EXTRA_LIBS += -lpthread TARGETS=ex1 ex2 ex3 ex4 ex5 ex6 ex7 all: $(TARGETS) -ex1: ex1.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) +ex1: ex1.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -19,7 +19,7 @@ ex1: ex1.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) -./$@ -@ echo " " -ex2: ex2.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) +ex2: ex2.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -30,7 +30,7 @@ ex2: ex2.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) -./$@ -@ echo " " -ex3: ex3.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) +ex3: ex3.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -41,7 +41,7 @@ ex3: ex3.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) -./$@ -@ echo " " -ex4: ex4.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) +ex4: ex4.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -52,7 +52,7 @@ ex4: ex4.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) -./$@ -@ echo " " -ex5: ex5.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) +ex5: ex5.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -63,7 +63,7 @@ ex5: ex5.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) -./$@ -@ echo " " -ex6: ex6.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) +ex6: ex6.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -74,7 +74,7 @@ ex6: ex6.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) -./$@ -@ echo " " -ex7: ex7.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TESTCC) +ex7: ex7.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/pwd_grp/Makefile b/test/pwd_grp/Makefile index cee133bff..fdfb1d8c4 100644 --- a/test/pwd_grp/Makefile +++ b/test/pwd_grp/Makefile @@ -29,7 +29,7 @@ TARGETS+=test_pwd_diff test_grp_diff pwcat_diff grcat_diff getgroups_diff all: $(TARGETS) -test_pwd: test_pwd.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +test_pwd: test_pwd.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -51,7 +51,7 @@ test_pwd_glibc: test_pwd.c Makefile -./$@ 2>&1 >test_pwd_glibc.out -@ echo " " -test_grp: test_grp.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +test_grp: test_grp.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -73,7 +73,7 @@ test_grp_glibc: test_grp.c Makefile -./$@ 2>&1 >test_grp_glibc.out -@ echo " " -pwcat: pwcat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +pwcat: pwcat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -95,7 +95,7 @@ pwcat_glibc: pwcat.c Makefile -./$@ 2>&1 >pwcat_glibc.out -@ echo " " -grcat: grcat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +grcat: grcat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -117,7 +117,7 @@ grcat_glibc: grcat.c Makefile -./$@ 2>&1 >grcat_glibc.out -@ echo " " -getgroups: getgroups.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +getgroups: getgroups.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/setjmp/Makefile b/test/setjmp/Makefile index 569a5f332..83e9a885d 100644 --- a/test/setjmp/Makefile +++ b/test/setjmp/Makefile @@ -23,7 +23,7 @@ include $(TESTDIR)/Rules.mak TARGETS=setjmp_test all: $(TARGETS) -setjmp_test: setjmp_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +setjmp_test: setjmp_test.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/signal/Makefile b/test/signal/Makefile index 904ea8524..f193b16d1 100644 --- a/test/signal/Makefile +++ b/test/signal/Makefile @@ -24,7 +24,7 @@ CFLAGS += -D_GNU_SOURCE TARGETS=signal signal_glibc sigchld sigchld_glibc all: $(TARGETS) -signal: signal.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +signal: signal.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -46,7 +46,7 @@ signal_glibc: signal.c Makefile -./$@ -@ echo " " -sigchld: sigchld.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +sigchld: sigchld.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/silly/Makefile b/test/silly/Makefile index 2678bb225..f9d4a1d10 100644 --- a/test/silly/Makefile +++ b/test/silly/Makefile @@ -33,7 +33,7 @@ hello_source: -@ cat hello.c -@ echo " " -hello: hello.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +hello: hello.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -60,7 +60,7 @@ hello_glibc: hello.c Makefile -@ echo " " -tiny: tiny.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +tiny: tiny.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/stat/Makefile b/test/stat/Makefile index 39e5b2d4f..0b6b3c665 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -34,7 +34,7 @@ stat_source: -@ cat stat.c -@ echo " " -stat: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +stat: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -64,7 +64,7 @@ stat_diff: stat stat_glibc -diff -u stat_glibc.out stat.out -@ echo " " -stat64: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +stat64: stat.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index 38ad960fe..49a321a99 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -36,7 +36,7 @@ teststrtol_source: -@ cat teststrtol.c -@ echo " " -teststrtol: teststrtol.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +teststrtol: teststrtol.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -70,7 +70,7 @@ teststrtol_diff: teststrtol_glibc teststrtol -diff -u teststrtol_glibc.out teststrtol.out -@ echo " " -qsort: qsort.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +qsort: qsort.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -104,7 +104,7 @@ qsort_diff: qsort_glibc qsort -diff -u qsort_glibc.out qsort.out -@ echo " " -teston_exit: teston_exit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +teston_exit: teston_exit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -138,7 +138,7 @@ teston_exit_diff: teston_exit_glibc teston_exit -diff -u teston_exit_glibc.out teston_exit.out -@ echo " " -testatexit: testatexit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +testatexit: testatexit.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -172,7 +172,7 @@ testatexit_diff: testatexit_glibc testatexit -diff -u testatexit_glibc.out testatexit.out -@ echo " " -ptytest: ptytest.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +ptytest: ptytest.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/string/Makefile b/test/string/Makefile index e25da9ca9..b55788fd3 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -26,7 +26,7 @@ TARGETS+=#strerror #strsignal all: $(TARGETS) -string: string.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +string: string.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -48,7 +48,7 @@ string_glibc: string.c Makefile -./$@ -@ echo " " -testcopy: testcopy.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +testcopy: testcopy.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -79,7 +79,7 @@ testcopy_diff: testcopy testcopy_glibc -@ echo " " -strerror: ../../libc/string/strerror.c $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +strerror: ../../libc/string/strerror.c $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/termios/Makefile b/test/termios/Makefile index 2d48251b9..22868f4f2 100644 --- a/test/termios/Makefile +++ b/test/termios/Makefile @@ -25,7 +25,7 @@ TARGETS=termios termios_glibc all: $(TARGETS) -termios: termios.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +termios: termios.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " diff --git a/test/unistd/Makefile b/test/unistd/Makefile index 8be5b6dc9..b4185c485 100644 --- a/test/unistd/Makefile +++ b/test/unistd/Makefile @@ -24,7 +24,7 @@ include $(TESTDIR)/Rules.mak TARGETS=fork fork_glibc vfork vfork_glibc getcwd getopt getopt_long preadwrite all: $(TARGETS) -getcwd: getcwd.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +getcwd: getcwd.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -35,7 +35,7 @@ getcwd: getcwd.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) ./$@ -@ echo " " -fork: fork.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +fork: fork.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -57,7 +57,7 @@ fork_glibc: fork.c ../testsuite.h Makefile -./$@ -@ echo " " -vfork: vfork.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +vfork: vfork.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak -@ echo "-------" -@ echo " " -@ echo "Compiling vs uClibc: " @@ -79,21 +79,21 @@ vfork_glibc: vfork.c ../testsuite.h Makefile -./$@ -@ echo " " -getopt: getopt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +getopt: getopt.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) $(CFLAGS) -c $< -o $@.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ ./$@ -abcXXX -9 -@ echo " " -getopt_long: getopt_long.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +getopt_long: getopt_long.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) $(CFLAGS) -c $< -o $@.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ ./$@ --add XXX --delete YYY --verbose -@ echo " " -preadwrite: preadwrite.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) +preadwrite: preadwrite.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) $(CFLAGS) -c $< -o $@.o $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ -- cgit v1.2.3