зеркало из https://github.com/mozilla/pjs.git
Small change in OpenVMS-specific section
This commit is contained in:
Родитель
9b88dadc59
Коммит
fb45d8286b
|
@ -589,12 +589,14 @@ endif
|
|||
endif
|
||||
else
|
||||
@touch no-such-file.vms; rm -f no-such-file.vms $(SUB_LOBJS)
|
||||
ifndef IS_COMPONENT
|
||||
@if test ! -f VMSuni.opt; then \
|
||||
echo "Creating universal symbol option file VMSuni.opt"; \
|
||||
for lib in $(SHARED_LIBRARY_LIBS); do $(AR_EXTRACT) $${lib}; $(CLEANUP2); done; \
|
||||
create_opt_uni $(OBJS) $(SUB_LOBJS); \
|
||||
fi
|
||||
@touch no-such-file.vms; rm -f no-such-file.vms $(SUB_LOBJS)
|
||||
endif
|
||||
$(MKSHLIB) -o $@ $(OBJS) $(LOBJS) $(EXTRA_DSO_LDOPTS) VMSuni.opt;
|
||||
@echo "`translate $@`" > $(@:.$(DLL_SUFFIX)=.vms)
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче