陶捷 TaoJie wrote: > Dear all: > > Every time when I need to build a kernel module (e.g. dtrace module), > 1, enter to the usr/uts directory > 2, dmake > > step 2 will force all the modules to be compiled or checked (if they > haven't been modified) > and this will cost a lot time. > > How can I compile the dtrace module directly?
cd usr/uts/intel/dtrace dmake or cd usr/uts/sparc/dtrace dmake -- Darren J Moffat _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
