2001-07-31 04:42:38 +00:00
|
|
|
|
2001-08-02 01:35:05 +00:00
|
|
|
all: install
|
2001-07-31 04:42:38 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
install -d /usr/bin
|
2001-07-31 05:20:26 +00:00
|
|
|
cp -fa gbootroot /usr/bin/gbootroot
|
2001-10-20 16:07:56 +00:00
|
|
|
install -d /usr/lib/bootroot
|
|
|
|
cp -fa yard_chrooted_tests /usr/lib/bootroot/yard_chrooted_tests
|
2001-10-31 07:04:30 +00:00
|
|
|
cp -fa genext2fs/genext2fs /usr/lib/bootroot/genext2fs
|
2001-12-18 18:25:58 +00:00
|
|
|
cp -fa expect_uml /usr/lib/bootroot/expect_uml
|
2001-12-18 20:27:46 +00:00
|
|
|
install -d /usr/lib/bootroot/root_filesystem
|
2001-12-19 05:51:42 +00:00
|
|
|
chmod 0666 root_filesystem/root_fs_helper
|
2001-12-18 20:27:46 +00:00
|
|
|
cp -fa root_filesystem/root_fs_helper /usr/lib/bootroot/root_filesystem
|
2001-08-12 21:19:10 +00:00
|
|
|
cp -fa yard/scripts/make_debian /usr/bin/make_debian
|
2001-07-31 05:20:26 +00:00
|
|
|
install -d /usr/share/perl5/BootRoot
|
|
|
|
cp -fa BootRoot/*.pm /usr/share/perl5/BootRoot
|
2001-08-01 06:36:18 +00:00
|
|
|
install -d /usr/share/gbootroot/yard/Replacements
|
2001-11-08 07:12:40 +00:00
|
|
|
cp -fa yard/replacements/* /usr/share/gbootroot/yard/Replacements
|
2001-12-12 19:28:20 +00:00
|
|
|
install -d /usr/lib/bootroot/yard/Replacements/lib/modules
|
2001-12-11 19:36:43 +00:00
|
|
|
cp -fa user-mode-linux/usr/lib/uml/modules* /usr/lib/bootroot/yard/Replacements/lib/modules
|
2001-12-20 01:48:52 +00:00
|
|
|
cp -fa user-mode-linux/usr/lib/uml/config /usr/lib/bootroot/yard/Replacements/lib/modules
|
2001-12-11 19:36:43 +00:00
|
|
|
cp -fa user-mode-linux/usr/lib/uml/CVS /usr/lib/bootroot/yard/Replacements/lib/modules/CVS
|
2002-01-04 01:37:22 +00:00
|
|
|
install -d /usr/lib/uml
|
|
|
|
cp -fa user-mode-linux/usr/lib/uml/port-helper /usr/lib/uml/port-helper
|
2001-12-10 19:59:30 +00:00
|
|
|
install -d /usr/share/gbootroot/yard/templates
|
2001-12-18 20:27:46 +00:00
|
|
|
chmod 0444 yard/templates/*.yard
|
2001-12-04 05:15:13 +00:00
|
|
|
cp -fa yard/templates/Example* /usr/share/gbootroot/yard/templates
|
2001-12-04 18:32:58 +00:00
|
|
|
install -d /usr/share/gbootroot/genext2fs
|
|
|
|
cp -fa genext2fs/genext2fs.c /usr/share/gbootroot/genext2fs
|
|
|
|
cp -fa genext2fs/Makefile /usr/share/gbootroot/genext2fs
|
|
|
|
cp -fa genext2fs/dev* /usr/share/gbootroot/genext2fs
|
2001-07-31 04:42:38 +00:00
|
|
|
cp -fa user-mode-linux/usr/bin/uml_* /usr/bin
|
2001-12-18 18:25:58 +00:00
|
|
|
chown 0:0 /usr/bin/uml_*
|
|
|
|
chmod 4755 /usr/bin/uml_net
|
2001-07-31 04:42:38 +00:00
|
|
|
cp -fa user-mode-linux/usr/bin/linux /usr/bin/linux
|
2001-07-31 05:32:50 +00:00
|
|
|
install -d /etc/gbootroot
|
|
|
|
cp -fa gbootrootrc /etc/gbootroot/gbootrootrc
|
2001-09-29 06:39:29 +00:00
|
|
|
install -d /usr/X11R6/include/X11/pixmaps
|
2001-09-29 17:21:34 +00:00
|
|
|
cp -fa gbootroot.xpm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm
|
2001-10-06 19:09:16 +00:00
|
|
|
install -d /usr/share/doc/gbootroot/html/images
|
2001-10-06 19:12:41 +00:00
|
|
|
cp -fa doc/html/{*html,*4} /usr/share/doc/gbootroot/html
|
2001-10-08 01:08:44 +00:00
|
|
|
cp -fa doc/html/images/{*jpg,*gif} /usr/share/doc/gbootroot/html/images
|
2001-12-07 08:11:17 +00:00
|
|
|
cp -fa Changes /usr/share/doc/gbootroot/Changes
|
2001-07-31 05:32:50 +00:00
|
|
|
|
|
|
|
remove:
|
2001-08-02 01:35:05 +00:00
|
|
|
rm /usr/bin/gbootroot
|
2001-12-12 04:56:23 +00:00
|
|
|
rm -rf /usr/lib/bootroot
|
2002-01-04 01:37:22 +00:00
|
|
|
rm -rf /usr/lib/uml
|
2001-08-12 21:19:10 +00:00
|
|
|
rm /usr/bin/make_debian
|
2001-08-02 01:35:05 +00:00
|
|
|
rm /usr/share/perl5/BootRoot/*
|
|
|
|
rmdir /usr/share/perl5/BootRoot
|
|
|
|
rm -rf /usr/share/gbootroot
|
|
|
|
rm /usr/bin/uml_*
|
|
|
|
rm /usr/bin/linux
|
|
|
|
rm /etc/gbootroot/gbootrootrc
|
|
|
|
rmdir /etc/gbootroot
|
2001-10-06 19:09:16 +00:00
|
|
|
rm /usr/X11R6/include/X11/pixmaps/gbootroot.xpm
|
|
|
|
rm -rf /usr/share/doc/gbootroot
|
2001-07-31 04:42:38 +00:00
|
|
|
|
2002-01-04 01:37:22 +00:00
|
|
|
|