Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild

Pull kbuild fix from Michal Marek:
"In an attempt to improve make rpm-pkg, I broke make binrpm-pkg"

* 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
package: Makefile: unbreak binrpm-pkg target

+1 -1
+1 -1
scripts/package/Makefile
··· 63 63 mv -f $(objtree)/.tmp_version $(objtree)/.version 64 64 65 65 $(RPM) $(RPMOPTS) --define "_builddir $(objtree)" --target \ 66 - $(UTS_MACHINE) -bb $< 66 + $(UTS_MACHINE) -bb $(objtree)/binkernel.spec 67 67 rm binkernel.spec 68 68 69 69 # Deb target