mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-17 18:56:53 +00:00
ICU-3269 Prevent gmake -j n from executing config.status from more than one process.
X-SVN-Rev: 14697
This commit is contained in:
parent
a5183a1595
commit
8e6b43b20d
1 changed files with 4 additions and 4 deletions
|
@ -120,6 +120,10 @@ 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
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
$(TARGET) : $(OBJECTS) $(UCONVMSG_LIB)
|
||||
$(LINK.cc) $(OUTOPT)$@ $(OBJECTS) $(LIBS)
|
||||
|
||||
|
@ -158,9 +162,5 @@ install-man: $(ALL_MAN_FILES)
|
|||
$(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man$(SECTION)
|
||||
$(INSTALL_DATA) $? $(DESTDIR)$(mandir)/man$(SECTION)
|
||||
|
||||
%.$(SECTION): $(srcdir)/%.$(SECTION).in
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue