diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-29 20:01:52 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-29 20:01:52 +0000 |
commit | 077368194c7ea6ef4b2fbbc2271d251e8400ef79 (patch) | |
tree | 250a3af181adb5ebe502d9f25da2c54e24ec0e85 | |
parent | 35e1a077d65f53af34f80e490efbeb2eecc6958a (diff) | |
download | busybox-077368194c7ea6ef4b2fbbc2271d251e8400ef79.tar.gz |
- cleanup conftest temporary files.
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ LD_START_GROUP:=$(shell echo "int bar(void){return 0;}" > conftest.c ; \ $(AR) $(ARFLAGS) conftest.a conftest.o ; \ $(CC) -Wl,--start-group conftest.a conftest_main.o -Wl,--end-group \ -o conftest > /dev/null 2>&1 && echo "-Wl,--start-group" ; \ - echo rm conftest_main.o conftest_main.c conftest.o conftest.c \ + rm conftest_main.o conftest_main.c conftest.o conftest.c \ conftest.a conftest > /dev/null 2>&1 ; ) ifneq ($(findstring start-group,$(LD_START_GROUP)),) LD_END_GROUP:= -Wl,--end-group |