Adding Id header.

cleanup-cruft
Chris Gianelloni 16 years ago
parent cfffe65cb8
commit 35258a703f

@ -3,6 +3,16 @@
# Distributed under the GPL v2 # Distributed under the GPL v2
# $Id$ # $Id$
25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org>
arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh,
arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh,
arch/ppc/config.sh, arch/ppc64/config.sh, arch/sparc/config.sh,
arch/sparc64/config.sh, arch/um/config.sh, arch/x86/config.sh,
arch/x86_64/config.sh, defaults/config.sh, gen_arch.sh, gen_bootloader.sh,
gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
gen_funcs.sh, gen_initramfs.sh, gen_moddeps.sh, gen_package.sh:
Adding Id header.
25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel, 25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel,
.gitattributes: .gitattributes:
Adding Id header and enabling Ident on *.sh files. Adding Id header and enabling Ident on *.sh files.

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,3 +1,4 @@
# $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,5 +1,4 @@
#!/bin/bash # $Id$
# #
# Arch-specific options that normally shouldn't be changed. # Arch-specific options that normally shouldn't be changed.
# #

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
get_official_arch() { get_official_arch() {
if [ "${CMD_ARCHOVERRIDE}" != '' ] if [ "${CMD_ARCHOVERRIDE}" != '' ]

@ -1,3 +1,5 @@
# $Id$
set_bootloader() { set_bootloader() {
case "${BOOTLOADER}" in case "${BOOTLOADER}" in
grub) grub)

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
longusage() { longusage() {
echo "Gentoo Linux Genkernel ${GK_V}" echo "Gentoo Linux Genkernel ${GK_V}"

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
compile_kernel_args() { compile_kernel_args() {
local ARGS local ARGS

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
determine_config_file() { determine_config_file() {
if [ "${CMD_KERNEL_CONFIG}" != "" ] if [ "${CMD_KERNEL_CONFIG}" != "" ]

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
get_KV() { get_KV() {
if [ "${NO_KERNEL_SOURCES}" = '1' -a -e "${KERNCACHE}" ] if [ "${NO_KERNEL_SOURCES}" = '1' -a -e "${KERNCACHE}" ]

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
isTrue() { isTrue() {
case "$1" in case "$1" in

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
CPIO_ARGS="--quiet -o -H newc" CPIO_ARGS="--quiet -o -H newc"

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
modules_kext() modules_kext()
{ {

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# $Id$
gen_minkernpackage() { gen_minkernpackage() {
print_info 1 'Creating minimal kernel package' print_info 1 'Creating minimal kernel package'

Loading…
Cancel
Save