From mboxrd@z Thu Jan 1 00:00:00 1970 From: wbin00@gmail.com (Bin Wang) Date: Tue, 15 Jan 2013 22:03:47 +0800 Subject: Is "make rpm-pkg" and "make binrpm-pkg" same? Message-ID: <50F561C3.4080706@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, I build the kernel with "make rpm-pkg" and "make binrpm-pkg". The "make help" shows: rpm-pkg - Build both source and binary RPM kernel packages binrpm-pkg - Build only the binary kernel package But except the different process, the RPMs I got seems same. I look the kernel.spec and binkernel.spec, it seems same, too. I'm wonder does rpm-pkg really build source? Thanks, Bin Wang