mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue