ICU-4503 Prevent uconv.1 and pkgdata.inc from being generated at the same time when gmake -j is used.
X-SVN-Rev: 18096
This commit is contained in:
parent
aa87e3bac7
commit
990d46e687
@ -122,7 +122,7 @@ pkgdata.inc: $(srcdir)/pkgdata.inc.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
%.$(SECTION): $(srcdir)/%.$(SECTION).in $(srcdir)/pkgdata.inc.in
|
||||
%.$(SECTION): $(srcdir)/%.$(SECTION).in $(srcdir)/pkgdata.inc
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
@ -139,7 +139,7 @@ endif
|
||||
package-resfiles: $(RESDIR)/$(RESDIR).lst pkgdata.inc
|
||||
$(INVOKE) $(PKGDATA_INVOKE_OPTS) $(BINDIR)/pkgdata -p $(MSGNAME) $(PKGDATA_OPTS) -m $(PKGMODE) -s $(RESDIR) -d $(RESDIR) -T $(RESDIR) $(RESDIR)/$(RESDIR).lst
|
||||
|
||||
$(RESDIR)/$(RESDIR).lst: Makefile pkgdata.inc $(srcdir)/resfiles.mk
|
||||
$(RESDIR)/$(RESDIR).lst: Makefile $(srcdir)/resfiles.mk
|
||||
@$(MKINSTALLDIRS) $(RESDIR)
|
||||
@-$(RMV) $@
|
||||
@for file in $(RESFILES:$(RESDIR)/%.res=%.res); do \
|
||||
|
Loading…
Reference in New Issue
Block a user