<font face="tahoma, arial, helvetica, sans-serif"><span style="font-size: 12px;">During install create phase, the sysui CustomaTarget_solaris.mk rule to create the desktop integration tar.gz</span></font><div><font face="tahoma, arial, helvetica, sans-serif"><span style="font-size: 12px;">is never invoked:</span></font><br><br><font face="tahoma, arial, helvetica, sans-serif"><span style="font-size: 12px;">$(solaris_WORKDIR)/%-desktop-integration.tar.gz: ..................</span></font></div><div><font face="tahoma, arial, helvetica, sans-serif"><span style="font-size: 12px;"><br></span></font></div><div><font face="tahoma, arial, helvetica, sans-serif"><span style="font-size: 12px;"><br></span></font></div><div><font face="tahoma, arial, helvetica, sans-serif"><span style="font-size: 12px;">So build fails when trying to cp this file later.</span></font></div><div><font face="tahoma, arial, helvetica, sans-serif"><span style="font-size: 12px;">I tried to debug the problem but I still cannot figure out why that rule is never invoked.</span></font></div><div><font face="tahoma, arial, helvetica, sans-serif"><span style="font-size: 12px;">Also, I cannot understand why the Module_sysui.mk always runs slackware even when not building for slackware:<br><br><div>$(eval $(call gb_Module_add_targets,sysui,\</div><div>        CustomTarget_share \</div><div>        CustomTarget_slackware \</div><div>        Package_share \</div><div>        Package_desktop \</div><div>        $(if $(filter rpm,$(PKGFORMAT)),CustomTarget_rpm) \</div><div>        $(if $(filter deb,$(PKGFORMAT)),CustomTarget_deb) \</div><div>        $(if $(filter SOLARIS,$(OS)),CustomTarget_solaris) \</div><div>))</div><div><br></div><div>other targets are considered, while slackware is always built.</div><div><br></div><div>thanks for any help!</div><div>Gabriele.</div></span></font></div>