OpenSolaris

Printable Version Enter a New Search
Bug ID 6666301
Synopsis usr/src/uts/sparc/smbfs/Makefile missing 'def' target
State 11-Closed:Verified (Closed)
Category:Subcategory network:smbfs
Keywords
Responsible Engineer Gordon Ross
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_85
Fixed In snv_85
Release Fixed solaris_nevada(snv_85)
Related Bugs
Submit Date 21-February-2008
Last Update Date 19-September-2008
Description
When running "dmake" from usr/src/uts, I get this:

*** Error code 1
The following command caused the error:
cd sparc; pwd; dmake  def
dmake: Fatal error: Command failed for target `sparc'
Current working directory /workspace/davemq/contig/usr/src/uts

Working my way back up in the output, I see

dmake: Fatal error: Don't know how to make target `def'
Current working directory /workspace/davemq/contig/usr/src/uts/sparc/smbfs
*** Error code 1
The following command caused the error:
cd smbfs; pwd; dmake  def
dmake: Fatal error: Command failed for target `smbfs'
Current working directory /workspace/davemq/contig/usr/src/uts/sparc

Sure enough, usr/src/uts/sparc/smbfs/Makefile doesn't have a 'def' target.  The 'def' target should be in the
Makefile before the 'all' target.  See usr/src/uts/sparc/zfs/Makefile as an example.
Work Around
N/A
Comments
N/A