From dc9af42b2c3b0f916937f6420ee70e7b62a83434 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Fri, 2 Oct 2009 06:10:15 +0000 Subject: [PATCH] use -f to remove examples --- TODO.txt | 2 +- example/Makefile.in | 2 +- src/Makefile.in | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index d4a1caa76..8616f3c57 100644 --- a/TODO.txt +++ b/TODO.txt @@ -6,7 +6,7 @@ Last change: status bar icon updates NEXT: -- support Cocao CFRunLoop in addition to POSIX select run loop +- support Cocoa CFRunLoop in addition to POSIX select run loop - define struct run_loop_t - run_loop_posix.c: run_loop_t * BTstack_run_loop = run_loop_posix; - convert all run_loop calls to use (*BTstack_run_loop->functionX)(..) diff --git a/example/Makefile.in b/example/Makefile.in index 478fb1714..430a54998 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -18,7 +18,7 @@ rfcomm: rfcomm.c @USE_LDID@ export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate ; ldid -S $@ clean: - rm test mitm rfcomm + rm -f test mitm rfcomm install: echo "nothing to be done" diff --git a/src/Makefile.in b/src/Makefile.in index 1546836a6..910ed740f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -35,7 +35,6 @@ BTdaemon: $(BTdaemon_SOURCES) clean: rm -f libBTstack* BTdaemon *.o - rm -rf ../BTstack.Framework install: echo "installing BTdaemon in $(prefix)"