|
|
Heads Up: putback of 6221730 requires workspace cleanupDate: Tue, 14 Mar 2006 11:36:11 -0700 From: Sarah Jelinek <Sarah dot Jelinek at Sun dot COM> To: on-all at eng dot sun dot com, onnv-gate at onnv dot eng dot sun dot com Subject: Heads Up: putback of 6221730 requires workspace cleanup Hi All, As a result of the putback of: 6221730 ufs_log mdb module needs to be merged with the ufs one You will need to take some action to cleanup your workspaces *before* you bringover this change. BFU archives will fail to build if this action is not taken. Please do the following: sparc: cd <ws>/usr/src/cmd/mdb/sparc/v9/ufs_log/ make clobber cd <ws>/proto/root_sparc/kernel/kmdb/sparcv9 rm ufs_log cd <ws>/proto/root_sparc/usr/lib/mdb/kvm rm ufs_log.so intel: cd <ws>/usr/src/cmd/mdb/intel/ia32/ufs_log make clobber cd <ws>/usr/src/cmd/mdb/intel/amd64/ufs_log make clobber cd <ws>/proto/root_i386/kernel/kmdb rm ufs_log cd <ws>/proto/root_i386/kernel/kmdb/amd64 rm ufs_log cd <ws>/proto/root_i386/usr/lib/mdb/kvm rm ufs_log.so cd <ws>/proto/root_i386/usr/lib/mdb/kvm/amd64 rm ufs_log.so If you did not do these steps *before* the bringover of this change, the make clobber will not work as noted above. As a result, there will be stuff left in your workspace under usr/src/cmd/mdb/<arch>/ufs_log and in the proto area. These will have to be removed manually. The files in the proto area must be removed manually regardless as make clobber as noted above does not remove these from the proto area. BFU has been modified to remove the mdb/kmdb ufs_log modules from the system. thanks, sarah |