[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gNewSense-users] KFV section names maintenance problem
From: |
Bake Timmons |
Subject: |
[gNewSense-users] KFV section names maintenance problem |
Date: |
Tue, 04 Mar 2008 23:00:09 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
There is a problem that we should fix pronto to avoid pain later:
inconsistent section names.
We already have a problem, with, say,
http://wiki.gnewsense.org/Kernel/Ubuntu-hardy-Dma
as we see from running find in the linux-2.6.24 kernel directory
$ find . -type d -wholename '*/dma'
./arch/sh/drivers/dma
./drivers/dma
It will get much worse with other directory base names, such as mm.
Thus the above URL should be something like
http://wiki.gnewsense.org/Kernel/Ubuntu-hardy-Linux-2.6.24-Drivers-Dma
While this is much uglier and more complex, it is consistent, clear,
amenable to scripting, and, above all, maintainable.
What do you think?
- [gNewSense-users] KFV section names maintenance problem,
Bake Timmons <=