INTEGRATION: CWS ause076 (1.16.2); FILE MERGED
2007/02/28 16:42:14 hjs 1.16.2.2: #i74984# less forced shell calls 2007/02/15 19:01:16 hjs 1.16.2.1: #i74583# remove process number limitation
This commit is contained in:
parent
37e004c195
commit
22a401c9ba
1 changed files with 3 additions and 8 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.pmk,v $
|
||||
#
|
||||
# $Revision: 1.16 $
|
||||
# $Revision: 1.17 $
|
||||
#
|
||||
# last change: $Author: obo $ $Date: 2007-01-25 12:20:31 $
|
||||
# last change: $Author: obo $ $Date: 2007-03-09 08:51:51 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -35,11 +35,6 @@
|
|||
|
||||
# --- Targets ------------------------------------------------------
|
||||
|
||||
.IF "$(XSLTPROC)"=="NO_XSLTPROC"
|
||||
# FIXME: Java-disabled case not parallel-build safe yet
|
||||
MAXPROCESS=1
|
||||
.ENDIF
|
||||
|
||||
.IF "$(GUI)"=="UNX"
|
||||
SYSDOCS=$(foreach,j,$(READMEFILES) $(j:d)$(j:b:u)$(j:e:s/.txt//))
|
||||
.ELSE # "$(GUI)"=="UNX"
|
||||
|
@ -64,7 +59,7 @@ ALLTAR : $(ALLSYSDOCS)
|
|||
$(ALLDOCS) : $(MERGEDXRMDIR)$/$(READMEFILES:b:+".xrm") $(PRJ)$/docs/readme.xsl $(COMMONMISC)$/readme.dtd
|
||||
|
||||
$(COMMONMISC)$/readme.dtd : ..$/readme.dtd
|
||||
+$(COPY) $< $@
|
||||
$(COPY) $< $@
|
||||
|
||||
$(MISC)$/$(GUI)$/README%.html : $(MISC)$/readme%.html
|
||||
@-$(MKDIR) $(@:d)
|
||||
|
|
Loading…
Reference in a new issue