1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/template/GNUmakefile.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
409 B
Text
Raw Permalink Normal View History

2020-03-13 02:31:21 -04:00
gnumake = yes
ifeq ($(filter Makefile,$(MAKEFILE_LIST)),)
include Makefile
GNUmakefile: $(srcdir)/template/GNUmakefile.in
endif
2020-12-29 02:51:50 -05:00
override silence := $(if $(findstring s,$(firstword $(MFLAGS))),yes,no)
ifeq ($(HAVE_BASERUBY),yes)
override REVISION_FORCE := PHONY
endif
include $(srcdir)/defs/universal.mk
-include uncommon.mk
include $(srcdir)/defs/gmake.mk
GNUmakefile: $(srcdir)/template/GNUmakefile.in