diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-09-05 15:49:22 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-09-05 15:49:22 +0000 |
| commit | 55ec07f91d773f513ce6737bff154f1b59d740cf (patch) | |
| tree | fc351927db9fe1a28116c4bcf139e54ae0cdfc8c /make.h | |
| parent | e0f69e1d23f496f590728b9bb0cf0778e4df1210 (diff) | |
Notes
Diffstat (limited to 'make.h')
| -rw-r--r-- | make.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.91 2013/06/18 20:06:09 sjg Exp $ */ +/* $NetBSD: make.h,v 1.92 2013/09/04 15:38:26 sjg Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -404,6 +404,10 @@ extern Boolean varNoExportEnv; /* TRUE if we should not export variables extern GNode *DEFAULT; /* .DEFAULT rule */ +extern GNode *VAR_INTERNAL; /* Variables defined internally by make + * which should not override those set by + * makefiles. + */ extern GNode *VAR_GLOBAL; /* Variables defined in a global context, e.g * in the Makefile itself */ extern GNode *VAR_CMD; /* Variables defined on the command line */ |
