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

Makefiles need to be indented by tabs

This commit is contained in:
Nobuyoshi Nakada 2019-04-28 11:35:14 +09:00
parent 5a53682d6d
commit fdcd640507
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
4 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,5 @@
# -*- mode: makefile-gmake; indent-tabs-mode: t -*-
SHELL = /bin/sh
NULLCMD = @NULLCMD@
n=$(NULLCMD)

View file

@ -1,3 +1,5 @@
# -*- mode: makefile-gmake; indent-tabs-mode: t -*-
bin: $(PROGRAM) $(WPROGRAM)
lib: $(LIBRUBY)
dll: $(LIBRUBY_SO)

View file

@ -1,4 +1,5 @@
# -*- makefile-gmake -*-
# -*- mode: makefile-gmake; indent-tabs-mode: t -*-
gnumake = yes
override gnumake_recursive := $(if $(findstring n,$(firstword $(MFLAGS))),,+)
override mflags := $(filter-out -j%,$(MFLAGS))

View file

@ -1,4 +1,4 @@
# -*- makefile -*-
# -*- mode: makefile; indent-tabs-mode: t -*-
SHELL = $(COMSPEC)
ECHO1 = $(V:1=@:)