diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-04-21 09:46:06 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-04-21 09:46:06 +0000 |
commit | 199dc7420ac285628d28538cafe037cc85cff8a7 (patch) | |
tree | f99157ef500bb88e5acafa3b166b4a96187cdfdb /mk | |
parent | 56f147d470b4ea26dd279554eb71cf419579bce4 (diff) | |
download | haskell-199dc7420ac285628d28538cafe037cc85cff8a7.tar.gz |
add a DO NOT EDIT comment
Diffstat (limited to 'mk')
-rw-r--r-- | mk/validate-settings.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index 14ae5b2d24..7d647edfcc 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -1,3 +1,5 @@ +# DO NOT EDIT! Instead, create a file mk/validate.mk, whose settings will +# override these. See also mk/custom-settings.mk. WERROR = -Werror |