Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/error-messages/tool-errors/nmake-warning-u4001.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: NMAKE Warning U4001"
title: "NMAKE Warning U4001"
ms.date: "09/05/2018"
description: "Learn more about: NMAKE Warning U4001"
ms.date: 09/05/2018
f1_keywords: ["U4001"]
helpviewer_keywords: ["U4001"]
ms.assetid: ed3b4068-2ad8-4ffc-b7c7-33897d2a55d7
---
# NMAKE Warning U4001

> command file can be invoked only from command line

## Remarks

A command file, which is invoked by the at sign (**\@**) specifier, cannot contain a specification for another command file. Such nesting is not allowed. The specification was ignored.
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/nmake-warning-u4004.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: NMAKE Warning U4004"
title: "NMAKE Warning U4004"
ms.date: "11/04/2016"
description: "Learn more about: NMAKE Warning U4004"
ms.date: 11/04/2016
f1_keywords: ["U4004"]
helpviewer_keywords: ["U4004"]
ms.assetid: 5086bbcb-42d7-4677-a877-1a02202a86a2
---
# NMAKE Warning U4004

too many rules for target 'targetname'
> too many rules for target 'targetname'

## Remarks

More than one description block was specified for the given target using single colons (**:**) as separators. NMAKE executed the commands in the first description block and ignored later blocks.

Expand Down
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/nmake-warning-u4006.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: NMAKE Warning U4006"
title: "NMAKE Warning U4006"
ms.date: "11/04/2016"
description: "Learn more about: NMAKE Warning U4006"
ms.date: 11/04/2016
f1_keywords: ["U4006"]
helpviewer_keywords: ["U4006"]
ms.assetid: 830ad63c-d454-47a3-840c-c272f29ef3d2
---
# NMAKE Warning U4006

special macro undefined : 'macroname'
> special macro undefined : 'macroname'

## Remarks

The given special macro name is undefined and expands to nothing.
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/nmake-warning-u4007.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: NMAKE Warning U4007"
title: "NMAKE Warning U4007"
ms.date: "11/04/2016"
description: "Learn more about: NMAKE Warning U4007"
ms.date: 11/04/2016
f1_keywords: ["U4007"]
helpviewer_keywords: ["U4007"]
ms.assetid: 61ec0417-6961-43c1-ade8-f9d6e93289e9
---
# NMAKE Warning U4007

filename 'filename' too long; truncating to 8.3
> filename 'filename' too long; truncating to 8.3

## Remarks

The base name of the given file has more than eight characters, or the extension has more than three characters. NMAKE truncated the name to an eight-character base and a three-character extension.

Expand Down
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/nmake-warning-u4010.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: NMAKE Warning U4010"
title: "NMAKE Warning U4010"
ms.date: "11/04/2016"
description: "Learn more about: NMAKE Warning U4010"
ms.date: 11/04/2016
f1_keywords: ["U4010"]
helpviewer_keywords: ["U4010"]
ms.assetid: 99d8eb9a-ae31-40d1-b8c5-8c66732127d3
---
# NMAKE Warning U4010

'target' : build failed; /K specified, continuing ...
> 'target' : build failed; /K specified, continuing ...

## Remarks

A command in the commands block for the given target returned a nonzero exit code. The /K option told NMAKE to continue processing unrelated parts of the build and to issue an exit code 1 when the NMAKE session is finished.

Expand Down
9 changes: 5 additions & 4 deletions docs/error-messages/tool-errors/nmake-warning-u4011.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: NMAKE Warning U4011"
title: "NMAKE Warning U4011"
ms.date: "11/04/2016"
description: "Learn more about: NMAKE Warning U4011"
ms.date: 11/04/2016
f1_keywords: ["U4011"]
helpviewer_keywords: ["U4011"]
ms.assetid: e8244514-eba6-4285-8853-7baeefdcd8a4
---
# NMAKE Warning U4011

'target' : not all dependents available; target not built
> 'target' : not all dependents available; target not built

## Remarks

A dependent of the given target either did not exist or was out-of-date, and a command for updating the dependent returned a nonzero exit code. The /K option told NMAKE to continue processing unrelated parts of the build and to issue an exit code 1 when the NMAKE session is finished.

Expand Down