Kaydet (Commit) 230335fa authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS geordi2q11 (1.10.100); FILE MERGED

2003/12/16 16:14:12 hr 1.10.100.1: #111934#: join CWS ooo111fix1
üst ca360707
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: tg_jar.mk,v $ # $RCSfile: tg_jar.mk,v $
# #
# $Revision: 1.10 $ # $Revision: 1.11 $
# #
# last change: $Author: hr $ $Date: 2003-04-28 16:44:42 $ # last change: $Author: vg $ $Date: 2003-12-17 18:06:47 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -68,9 +68,6 @@ JARCOMPRESS_FLAG=0 ...@@ -68,9 +68,6 @@ JARCOMPRESS_FLAG=0
.ENDIF .ENDIF
.IF "$(NEW_JAR_PACK)"!="" .IF "$(NEW_JAR_PACK)"!=""
.IF "$(use_starjar)"!=""
XSTARJARPATH=$(strip $(STARJARPATH))
.ENDIF # "$(use_starjar)"!=""
$(JARTARGETN) : $(JARMANIFEST) $(JARTARGETN) : $(JARMANIFEST)
.ENDIF # "$(NEW_JAR_PACK)"!="" .ENDIF # "$(NEW_JAR_PACK)"!=""
...@@ -146,12 +143,6 @@ $(JARTARGETN) : ...@@ -146,12 +143,6 @@ $(JARTARGETN) :
.IF "$(OS)$(CPU)"=="SOLARISS" .IF "$(OS)$(CPU)"=="SOLARISS"
@+-find . -type d -user $(USER) ! -perm -5 -print | xargs test "$$1" != "" && chmod +r $$1 @+-find . -type d -user $(USER) ! -perm -5 -print | xargs test "$$1" != "" && chmod +r $$1
.ENDIF .ENDIF
.IF "$(use_starjar)"!=""
+-$(RM) $@
@+-$(COPY) $(DMAKE_WORK_DIR)$/$(JARFLT) $(TARGET)_$(JARFLT) >& $(NULLDEV)
cd $(CLASSDIR) && $(STARJAR) $@ $(JARMANIFEST) $(TARGET)_$(JARFLT) + $(XSTARJARPATH:s/ /+/)
.ELSE # "$(use_starjar)"!=""
+cd $(CLASSDIR) && zip -u -r $(@:f) $(subst,$(CLASSDIR)$/, $(JARMANIFEST)) $(subst,\,/ $(JARCLASSDIRS)) +cd $(CLASSDIR) && zip -u -r $(@:f) $(subst,$(CLASSDIR)$/, $(JARMANIFEST)) $(subst,\,/ $(JARCLASSDIRS))
.ENDIF # "$(use_starjar)"!=""
.ENDIF .ENDIF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment