Skip to content

Commit

Permalink
Warn people to edit both Makefiles. (apache#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
wohali authored Mar 1, 2019
1 parent 5765a54 commit 92c004b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 5 additions & 1 deletion Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
# 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
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# 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
Expand Down

0 comments on commit 92c004b

Please # to comment.