diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-05 09:45:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-05 09:45:22 +0000 |
commit | 3d04b00ddadef5fb36faacfc8563bc1761b7d843 (patch) | |
tree | 25170fe2917ca1052bff717f039fb2d88131f2a4 | |
parent | 8a4c3252bd9403f7a160fdc0a6457e259c019afa (diff) |
INTEGRATION: CWS ause068 (1.15.150); FILE MERGED
2006/09/21 15:15:37 hjs 1.15.150.1: #i69536# + no longer required before echo command
-rw-r--r-- | sal/qa/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sal/qa/makefile.mk b/sal/qa/makefile.mk index 2a5c49e6a2ba..2ffa5003ca9d 100644 --- a/sal/qa/makefile.mk +++ b/sal/qa/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:14:18 $ +# last change: $Author: kz $ $Date: 2006-10-05 10:45:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ ALLTAR : test_all # ALLTAR test_all: - @+echo ---------------------------------------------------------- - @+echo - start sal unit tests - @+echo ---------------------------------------------------------- + @echo ---------------------------------------------------------- + @echo - start sal unit tests + @echo ---------------------------------------------------------- perl buildall.pl $(TESTOPT) |