Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81856 - missing @ in gentoo-dev-sources 2.6.10-gentoo-r7
Summary: missing @ in gentoo-dev-sources 2.6.10-gentoo-r7
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-13 06:55 UTC by Giosh
Modified: 2005-03-16 06:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giosh 2005-02-13 06:55:55 UTC
There is a missing @ at line 896 of Makefile of the gentoo-dev-sources.

I don't know how it is important, but I just reported it cause I found it in both 2.6.10-r6 and r7.

IT WAS:

[894].PHONY: _modinst_post
[895]_modinst_post: _modinst_
[896]	if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi

CORRECTED:

[894].PHONY: _modinst_post
[895]_modinst_post: _modinst_
[896]	@if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
Comment 1 Luke Macken (RETIRED) gentoo-dev 2005-02-22 12:10:15 UTC
Unrestricting bug (was there a reason that it was to begin with?) and reassigning to maintainer.
Comment 2 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-02-23 10:39:04 UTC
No, the "kernel@" is the maintainer, not just me.
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2005-03-16 06:25:28 UTC
Its possibly supposed to be like that. I'd suggest you send a patch to the linux kernel mailing list and see what they think.