summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2019-02-28 23:07:42 -0500
committerGitHub <noreply@github.com>2019-02-28 23:07:42 -0500
commit92c004b73d5262f5cb8097999401fd3cdf35da64 (patch)
treedf5d5bc388232cfff0dcb4f04941805f71f9fcb6
parent5765a5417704cf54251cd9c6547ae978804d1a39 (diff)
downloadcouchdb-92c004b73d5262f5cb8097999401fd3cdf35da64.tar.gz
Warn people to edit both Makefiles. (#1952)
-rw-r--r--Makefile4
-rw-r--r--Makefile.win6
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54068dfe3..17043787e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,10 @@
# License for the specific language governing permissions and limitations under
# the License.
+# *******************************************************
+# WARNING! If you edit this file, also edit Makefile.win!
+# *******************************************************
+
include version.mk
REBAR?=$(shell echo `pwd`/bin/rebar)
diff --git a/Makefile.win b/Makefile.win
index 7b7f805e7..99ec71278 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -2,7 +2,7 @@
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
-# http:\\www.apache.org\licenses\LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
@@ -10,6 +10,10 @@
# License for the specific language governing permissions and limitations under
# the License.
+# ***************************************************
+# WARNING! If you edit this file, also edit Makefile!
+# ***************************************************
+
include version.mk
SHELL=cmd.exe