mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Remove else case for shared-gc make target
This commit is contained in:
parent
568511f393
commit
cd71fa96ac
Notes:
git
2024-10-03 19:45:20 +00:00
@ -1912,9 +1912,8 @@ shared-gc: probes.h
|
||||
elif test -z $(SHARED_GC); then \
|
||||
echo "You must specify SHARED_GC with the GC to build"; \
|
||||
exit 1; \
|
||||
else \
|
||||
echo generating $(shared_gc_dir)librubygc.$(SHARED_GC).$(SOEXT); \
|
||||
fi
|
||||
$(ECHO) generating $(shared_gc_dir)librubygc.$(SHARED_GC).$(SOEXT)
|
||||
$(Q) $(MAKEDIRS) $(shared_gc_dir)
|
||||
$(Q) $(LDSHARED) -I$(srcdir)/include -I$(srcdir) -I$(arch_hdrdir) $(XDLDFLAGS) $(cflags) -DBUILDING_SHARED_GC -fPIC -o $(shared_gc_dir)librubygc.$(SHARED_GC).$(SOEXT) $(srcdir)/gc/$(SHARED_GC).c
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user