Re: [PATCH] scripts/package: binrpm-pkg do not build source tar file v4

2014-12-08 Thread Michal Marek
Dne 4.12.2014 v 16:53 j.gli...@gmail.com napsal(a): > From: Jérôme Glisse > > When doing make binrpm-pkg we only want to build the binary and header > package as the documentation of binrpm-pkg target claims. Hence this > patch avoid building the source and devel package. This makes binrpm-pkg >

[PATCH] scripts/package: binrpm-pkg do not build source tar file v4

2014-12-04 Thread j . glisse
From: Jérôme Glisse When doing make binrpm-pkg we only want to build the binary and header package as the documentation of binrpm-pkg target claims. Hence this patch avoid building the source and devel package. This makes binrpm-pkg target lot faster and way more usefull. Changed since v3 : -