ALT Linux kernel packages development
 help / color / mirror / Atom feed
* [d-kernel] Q: depmod -u check by default
@ 2006-06-16 23:00 Dmitry V. Levin
  2006-06-17  8:21 ` Konstantin A. Lepikhov
  2006-06-17 16:23 ` Sergey Vlasov
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry V. Levin @ 2006-06-16 23:00 UTC (permalink / raw)
  To: ALT Linux kernel packages development

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

Hi,

В kernel-source-2.6.16/Makefile есть такая строчка:
if [ -r System.map -a -x $(DEPMOD) ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi

Кто против того, чтобы добавить depmod'у ключик -u?


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [d-kernel] Q: depmod -u check by default
  2006-06-16 23:00 [d-kernel] Q: depmod -u check by default Dmitry V. Levin
@ 2006-06-17  8:21 ` Konstantin A. Lepikhov
  2006-06-17 16:23 ` Sergey Vlasov
  1 sibling, 0 replies; 3+ messages in thread
From: Konstantin A. Lepikhov @ 2006-06-17  8:21 UTC (permalink / raw)
  To: devel-kernel

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

Hi Dmitry!

Saturday 17, at 03:00:44 AM you wrote:

> Hi,
> 
> В kernel-source-2.6.16/Makefile есть такая строчка:
> if [ -r System.map -a -x $(DEPMOD) ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
> 
> Кто против того, чтобы добавить depmod'у ключик -u?
я только за.

-- 
WBR et al.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [d-kernel] Q: depmod -u check by default
  2006-06-16 23:00 [d-kernel] Q: depmod -u check by default Dmitry V. Levin
  2006-06-17  8:21 ` Konstantin A. Lepikhov
@ 2006-06-17 16:23 ` Sergey Vlasov
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey Vlasov @ 2006-06-17 16:23 UTC (permalink / raw)
  To: ALT Linux kernel packages development

[-- Attachment #1: Type: text/plain, Size: 784 bytes --]

On Sat, Jun 17, 2006 at 03:00:44AM +0400, Dmitry V. Levin wrote:
> В kernel-source-2.6.16/Makefile есть такая строчка:
> if [ -r System.map -a -x $(DEPMOD) ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
> 
> Кто против того, чтобы добавить depmod'у ключик -u?

Добавить можно, но в этом месте почти никогда ничего подобного не
ловилось - в основном проблемы были в kernel-modules-*, а там это
ловить сложнее (некоторые модули заведомо собираются с warning-ами на
эту тему из-за того, что нужные символы определены в модулях,
собиравшихся рядом другим вызовом make).

Впрочем, -u тоже ловит не всё (например, остаются незамеченными
попытки использования GPLONLY-символов модулями с несовместимой
лицензией, хотя потом такие модули не грузятся).

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-17 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-16 23:00 [d-kernel] Q: depmod -u check by default Dmitry V. Levin
2006-06-17  8:21 ` Konstantin A. Lepikhov
2006-06-17 16:23 ` Sergey Vlasov

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git