|
Description
|
When attempting to build lint targets under OpenSolaris, it fails with
an error like the following:
sh: echo "\ndebug64/spa_boot.ln"; <lint command goop> ../../intel/zfs/spa_boot.c : arithmetic syntax error
*** Error code 1
The following command caused the error:
(( echo "\ndebug64/spa_boot.ln"; <lint command goop> ../../intel/zfs/spa_boot.c ))
make: Fatal error: Command failed for target `debug64/spa_boot.ln'
Current working directory /builds/dedup/usr/src/uts/intel/zfs
*** Error code 1
This is not good, since it means one cannot do a full build (with lint) under OpenSolaris.
|