diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 16:40:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 16:40:11 +0000 |
commit | ae4135276486adfffdce766cf8f5e865a4a06e72 (patch) | |
tree | f6e7fcc90ee7f45b6d2aab7fcd411f1ff6c81dae /qadevOOo/runner | |
parent | 07c11f29994db0a0f69d1e6c9743f00865dc0f67 (diff) |
INTEGRATION: CWS qadev24 (1.10.2); FILE MERGED
2005/09/30 08:45:28 lla 1.10.2.1: #i52275# compile speedup, no longer output of whole list of added files to jar
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/qadevOOo/runner/makefile.mk b/qadevOOo/runner/makefile.mk index 0ae4d37cb2e2..ea8bc8ac65fe 100644 --- a/qadevOOo/runner/makefile.mk +++ b/qadevOOo/runner/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: rt $ $Date: 2005-09-08 17:02:26 $ +# last change: $Author: kz $ $Date: 2005-11-02 17:40:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,11 +54,13 @@ OWNJAR: ALLTAR .INCLUDE : target.mk +# LLA: parameter v is only verbose, need too long! OWNJAR: LIGHT - +jar cvfm $(CLASSDIR)$/$(TARGET).jar manifest -C $(PRJ) objdsc $(JARCOMMANDS_TESTS) $(JARCOMMANDS_RUNNER) + +jar cfm $(CLASSDIR)$/$(TARGET).jar manifest -C $(PRJ) objdsc $(JARCOMMANDS_TESTS) $(JARCOMMANDS_RUNNER) +# LLA: parameter v is only verbose, need too long! LIGHT: - +jar cvfm $(CLASSDIR)$/$(TARGET)Light.jar manifest $(JARCOMMANDS_RUNNER) + +jar cfm $(CLASSDIR)$/$(TARGET)Light.jar manifest $(JARCOMMANDS_RUNNER) .ELSE all: |