INTEGRATION: CWS execshellmacrogone (1.23.274); FILE MERGED
2007/10/24 06:35:48 rene 1.23.274.1: #i79760# krs patches for supressing "Executing shell macro..." output
This commit is contained in:
parent
7e46297770
commit
f1be793b17
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: tg_jar.mk,v $
|
||||
#
|
||||
# $Revision: 1.23 $
|
||||
# $Revision: 1.24 $
|
||||
#
|
||||
# last change: $Author: vg $ $Date: 2007-02-06 14:00:02 $
|
||||
# last change: $Author: rt $ $Date: 2007-11-06 15:46:38 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -80,7 +80,7 @@ $(JARTARGETN) .PHONY :
|
|||
.ELSE # "$(NOJARDEP)"!="" || "$(NEW_JAR_PACK)"!=""
|
||||
.DIRCACHE = no
|
||||
$(JARTARGETN) :
|
||||
#$(JARTARGETN) .SETDIR=$(CLASSDIR) .SEQUENTIAL : $(JARTARGETDEP) $(shell -cat -s $(MISC)$/$(JARTARGETN).dep )
|
||||
#$(JARTARGETN) .SETDIR=$(CLASSDIR) .SEQUENTIAL : $(JARTARGETDEP) $(shell @-cat -s $(MISC)$/$(JARTARGETN).dep )
|
||||
.ENDIF # "$(NOJARDEP)"!="" || "$(NEW_JAR_PACK)"!=""
|
||||
.IF "$(OS)$(CPU)"=="SOLARISS"
|
||||
@-find . -type d -user $(USER) ! -perm -5 -print | xargs test "$$1" != "" && chmod +r $$1
|
||||
|
|
Loading…
Reference in a new issue