summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-06 06:30:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-06 06:30:08 +0000
commit6332415800e6ecc9cd8b87934bd47995406fb6fb (patch)
treedfdaad433b30c1500945b5348a7721daee48a7c9 /template
parent6f4d00e565df9f8c46bfca069550f941dbf4c740 (diff)
GNUmakefile.in: new template
* template/GNUmakefile.in: split from configure.in. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/GNUmakefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/GNUmakefile.in b/template/GNUmakefile.in
new file mode 100644
index 0000000000..fe6d677f1d
--- /dev/null
+++ b/template/GNUmakefile.in
@@ -0,0 +1,6 @@
+# -*- makefile -*-
+override MFLAGS := $(filter-out -j%,$(MFLAGS))
+include Makefile
+-include uncommon.mk
+
+GNUmakefile: $(srcdir)/template/GNUmakefile.in