|
Bug ID
|
6591323
|
|
Synopsis
|
Makefile does not respect ONBLD_TOOLS path when referencing the tokenize utility
|
|
State
|
1-Dispatched (Default State)
|
|
Category:Subcategory
|
consolidation:os-net-tools
|
|
Keywords
|
ONBLD_TOOLS | TOOLS_PROTO | oss-bite-size | oss-request | tokenize
|
|
Sponsor
|
|
|
Submitter
|
|
|
Reported Against
|
|
|
Duplicate Of
|
|
|
Introduced In
|
|
|
Commit to Fix
|
|
|
Fixed In
|
|
|
Release Fixed
|
|
|
Related Bugs
|
6464627
|
|
Submit Date
|
9-August-2007
|
|
Last Update Date
|
2-February-2009
|
|
Description
|
The tokenize utility is built as a part of the onbld tools located in usr/src/tools/tokenize. The tokenize tool is used in building the bootblk for ufs. The TOKENIZE macro in the Makefile is currently not respecting an explicit ONBLD_TOOLS path and is instead using a relative path. This prevents the build tool scripts from finding and using the tokenize utility built in the workspace and installed in the TOOLS_PROTO area.
|
|
Work Around
|
set and export in your shell environment:
TOKENIZE=$(ONBLD_TOOLS)/bin/$(MACH)/tokenize
|
|
Comments
|
N/A
|