2005-03-19 Yoshinori K. Okuji <okuji@enbug.org>
* DISTLIST: New file. * gendistlist.sh: Likewise. * Makefile.in (COMMON_DISTFILES): Removed. (BOOT_DISTFILES): Likewise. (CONF_DISTFILES): Likewise. (DISK_DISTFILES): Likewise. (FS_DISTFILES): Likewise. (INCLUDE_DISTFILES): Likewise. (KERN_DISTFILES): Likewise. (LOADER_DISTFILES): Likewise. (TERM_DISTFILES): Likewise. (UTIL_DISTFILES): Likewise. (DISTFILES): Likewise. (uninstall): Uninstall files in $(pkgdata_DATA). (DISTLIST): New target. (distdir): Use the contents of the file DISTLIST to get a list of distributed files.
This commit is contained in:
parent
46b3b8a540
commit
0058f7712f
4 changed files with 237 additions and 44 deletions
177
DISTLIST
Normal file
177
DISTLIST
Normal file
|
@ -0,0 +1,177 @@
|
|||
AUTHORS
|
||||
COPYING
|
||||
ChangeLog
|
||||
DISTLIST
|
||||
INSTALL
|
||||
NEWS
|
||||
README
|
||||
THANKS
|
||||
TODO
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autogen.sh
|
||||
config.guess
|
||||
config.h.in
|
||||
config.sub
|
||||
configure
|
||||
configure.ac
|
||||
gencmdlist.sh
|
||||
gendistlist.sh
|
||||
genkernsyms.sh
|
||||
genmk.rb
|
||||
genmodsrc.sh
|
||||
gensymlist.sh
|
||||
install-sh
|
||||
mkinstalldirs
|
||||
stamp-h.in
|
||||
boot/i386/pc/boot.S
|
||||
boot/i386/pc/diskboot.S
|
||||
boot/i386/pc/pxeboot.S
|
||||
boot/powerpc/ieee1275/cmain.c
|
||||
boot/powerpc/ieee1275/crt0.S
|
||||
boot/powerpc/ieee1275/ieee1275.c
|
||||
commands/i386/pc/halt.c
|
||||
commands/i386/pc/reboot.c
|
||||
commands/ieee1275/halt.c
|
||||
commands/ieee1275/reboot.c
|
||||
commands/ieee1275/suspend.c
|
||||
commands/boot.c
|
||||
commands/cat.c
|
||||
commands/cmp.c
|
||||
commands/configfile.c
|
||||
commands/default.c
|
||||
commands/help.c
|
||||
commands/ls.c
|
||||
commands/terminal.c
|
||||
commands/timeout.c
|
||||
conf/i386-pc.mk
|
||||
conf/i386-pc.rmk
|
||||
conf/powerpc-ieee1275.mk
|
||||
conf/powerpc-ieee1275.rmk
|
||||
disk/i386/pc/biosdisk.c
|
||||
disk/powerpc/ieee1275/ofdisk.c
|
||||
disk/loopback.c
|
||||
font/manager.c
|
||||
fs/ext2.c
|
||||
fs/fat.c
|
||||
fs/fshelp.c
|
||||
fs/hfs.c
|
||||
fs/iso9660.c
|
||||
fs/jfs.c
|
||||
fs/minix.c
|
||||
fs/ufs.c
|
||||
hello/hello.c
|
||||
include/grub/i386/pc/util/biosdisk.h
|
||||
include/grub/i386/pc/biosdisk.h
|
||||
include/grub/i386/pc/boot.h
|
||||
include/grub/i386/pc/chainloader.h
|
||||
include/grub/i386/pc/console.h
|
||||
include/grub/i386/pc/init.h
|
||||
include/grub/i386/pc/kernel.h
|
||||
include/grub/i386/pc/linux.h
|
||||
include/grub/i386/pc/loader.h
|
||||
include/grub/i386/pc/memory.h
|
||||
include/grub/i386/pc/multiboot.h
|
||||
include/grub/i386/pc/time.h
|
||||
include/grub/i386/pc/vga.h
|
||||
include/grub/i386/setjmp.h
|
||||
include/grub/i386/types.h
|
||||
include/grub/powerpc/ieee1275/util/biosdisk.h
|
||||
include/grub/powerpc/ieee1275/biosdisk.h
|
||||
include/grub/powerpc/ieee1275/console.h
|
||||
include/grub/powerpc/ieee1275/ieee1275.h
|
||||
include/grub/powerpc/ieee1275/init.h
|
||||
include/grub/powerpc/ieee1275/kernel.h
|
||||
include/grub/powerpc/ieee1275/loader.h
|
||||
include/grub/powerpc/ieee1275/multiboot.h
|
||||
include/grub/powerpc/ieee1275/time.h
|
||||
include/grub/powerpc/libgcc.h
|
||||
include/grub/powerpc/setjmp.h
|
||||
include/grub/powerpc/types.h
|
||||
include/grub/util/getroot.h
|
||||
include/grub/util/misc.h
|
||||
include/grub/util/resolve.h
|
||||
include/grub/arg.h
|
||||
include/grub/boot.h
|
||||
include/grub/cache.h
|
||||
include/grub/device.h
|
||||
include/grub/disk.h
|
||||
include/grub/dl.h
|
||||
include/grub/elf.h
|
||||
include/grub/env.h
|
||||
include/grub/err.h
|
||||
include/grub/file.h
|
||||
include/grub/font.h
|
||||
include/grub/fs.h
|
||||
include/grub/fshelp.h
|
||||
include/grub/kernel.h
|
||||
include/grub/loader.h
|
||||
include/grub/misc.h
|
||||
include/grub/mm.h
|
||||
include/grub/net.h
|
||||
include/grub/normal.h
|
||||
include/grub/partition.h
|
||||
include/grub/pc_partition.h
|
||||
include/grub/rescue.h
|
||||
include/grub/setjmp.h
|
||||
include/grub/symbol.h
|
||||
include/grub/term.h
|
||||
include/grub/types.h
|
||||
kern/i386/pc/init.c
|
||||
kern/i386/pc/lzo1x.S
|
||||
kern/i386/pc/startup.S
|
||||
kern/i386/dl.c
|
||||
kern/powerpc/ieee1275/init.c
|
||||
kern/powerpc/ieee1275/openfw.c
|
||||
kern/powerpc/cache.S
|
||||
kern/powerpc/dl.c
|
||||
kern/device.c
|
||||
kern/disk.c
|
||||
kern/dl.c
|
||||
kern/env.c
|
||||
kern/err.c
|
||||
kern/file.c
|
||||
kern/fs.c
|
||||
kern/loader.c
|
||||
kern/main.c
|
||||
kern/misc.c
|
||||
kern/mm.c
|
||||
kern/partition.c
|
||||
kern/rescue.c
|
||||
kern/term.c
|
||||
loader/i386/pc/chainloader.c
|
||||
loader/i386/pc/chainloader_normal.c
|
||||
loader/i386/pc/linux.c
|
||||
loader/i386/pc/linux_normal.c
|
||||
loader/i386/pc/multiboot.c
|
||||
loader/i386/pc/multiboot_normal.c
|
||||
loader/powerpc/ieee1275/linux.c
|
||||
loader/powerpc/ieee1275/linux_normal.c
|
||||
normal/i386/setjmp.S
|
||||
normal/powerpc/setjmp.S
|
||||
normal/arg.c
|
||||
normal/cmdline.c
|
||||
normal/command.c
|
||||
normal/context.c
|
||||
normal/main.c
|
||||
normal/menu.c
|
||||
normal/menu_entry.c
|
||||
partmap/amiga.c
|
||||
partmap/apple.c
|
||||
partmap/pc.c
|
||||
partmap/sun.c
|
||||
term/i386/pc/console.c
|
||||
term/i386/pc/vga.c
|
||||
term/powerpc/ieee1275/ofconsole.c
|
||||
util/i386/pc/biosdisk.c
|
||||
util/i386/pc/getroot.c
|
||||
util/i386/pc/grub-mkimage.c
|
||||
util/i386/pc/grub-setup.c
|
||||
util/i386/pc/misc.c
|
||||
util/powerpc/ieee1275/grub-mkimage.c
|
||||
util/console.c
|
||||
util/genmoddep.c
|
||||
util/grub-emu.c
|
||||
util/misc.c
|
||||
util/resolve.c
|
||||
util/unifont2pff.rb
|
Loading…
Add table
Add a link
Reference in a new issue