> i changed zfs_vnops.c and wanted to build it.
>
> so performed these steps->
> 1) bldenv -d ./opensolaris.sh
> 2) in usr/src/uts/ -> i did dmake common/fs/zfs/
>
> it took 11 mins. is this time normal for building a
> part of workspace.
> can this be optimised
For the kernel, source and objects are in separate directories.
Try to build from usr/src/uts/intel/zfs:
1. bldenv -d ./opensolaris.sh
2. cd usr/src/uts/intel/zfs
3. dmake
4. su
5. cp debug32/zfs /kernel/fs/zfs
cp debug64/zfs /kernel/fs/amd64/zfs
6. modunload zfs module / or reboot
--
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code