fix sysroot clang

Change-Id: I63adf8460e7fdbe3d9d5ad6c828ae5758cb1643c
This commit is contained in:
2013-04-17 13:01:55 +02:00
parent d44c3377db
commit 84a7c3f464
6 changed files with 54 additions and 38 deletions

View File

@@ -111,7 +111,7 @@ OBJS.${o} += common.o
# LSC Make sure there is not leftover after a failed testrun
clean: .PHONY .MAKE
$(MAKE) -C select clean
rm -rf DIR*
@${MAKE} -C select clean || true
@rm -rf DIR*
.include <bsd.prog.mk>