Actions
Bug #9173
closedsmbsrv: we do not build all
Start date:
2018-02-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
During manual build in usr/src/lib/smbsrv, I noticed that we only get partial build of the tree.
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit ac29b594b43c0e9b5cc7656b662ca9f359b36a46
commit ac29b594b43c0e9b5cc7656b662ca9f359b36a46 Author: Toomas Soome <tsoome@me.com> Date: 2018-03-14T19:02:48.000Z 9173 smbsrv: we do not build all Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Yuri Pankov <yuripv@yuripv.net> Approved by: Gordon Ross <gwr@nexenta.com>
Updated by Gordon Ross over 4 years ago
The "all" target should be the first target listed.
The fix moves the include of Makefile.subdirs earlier in
usr/src/lib/smbsrv/Makefile so that the "all" target is first.
Actions