From 7c53a22ce2ca47ae4cdd360340a408e478498f1e Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Wed, 22 May 2013 18:51:15 +0800 Subject: include: add a README file R=golang-dev, r CC=golang-dev https://codereview.appspot.com/9392049 --- include/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/README (limited to 'include/README') diff --git a/include/README b/include/README new file mode 100644 index 000000000..b8fb5231a --- /dev/null +++ b/include/README @@ -0,0 +1,6 @@ +The header files under this directory are strictly internal to the gc +toolchain, so please don't copy them to the system include file +directory (/usr/include, /usr/local/include, etc.) + +Also note that they must be kept as is in $GOROOT/include, or cmd/dist +will malfunction. -- cgit v1.2.1