Merge pull request #6583 from wilzbach/os-model-mention-tools-and-dlang-org

osmodel.mak: Mention tools + dlang.org repos in the update reminder
This commit is contained in:
Walter Bright 2017-03-02 01:23:53 -08:00 committed by GitHub
commit 4a33bb2505

View file

@ -1,5 +1,6 @@
# This Makefile snippet detects the OS and the architecture MODEL
# Keep this file in sync between druntime, phobos, and dmd repositories!
# Keep this file in sync between dmd, druntime, phobos, dlang.org and tools
# repositories!
ifeq (,$(OS))
uname_S:=$(shell uname -s)