]> git.proxmox.com Git - grub2.git/commitdiff
2007-07-22 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Sat, 21 Jul 2007 23:34:57 +0000 (23:34 +0000)
committerokuji <okuji@localhost>
Sat, 21 Jul 2007 23:34:57 +0000 (23:34 +0000)
    * conf/i386-pc.rmk (CLEANFILES): Removed for grub-mkrescue,
    because this rule is automatically generated.
    (grub-mkrescue): Removed for the same reason as above.

ChangeLog
conf/i386-pc.mk
conf/i386-pc.rmk

index f96af118eb8c656e5514932cb05ce272b05e112c..c85fa1dcf03f94e74ebb78b4866309aecfff3b96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-22  Yoshinori K. Okuji  <okuji@enbug.org>
+
+       * conf/i386-pc.rmk (CLEANFILES): Removed for grub-mkrescue,
+       because this rule is automatically generated.
+       (grub-mkrescue): Removed for the same reason as above.
+
 2007-07-22  Yoshinori K. Okuji  <okuji@enbug.org>
 
        Migrate to GNU General Public License Version 3.
index 5b1e015b5c7555d15fd9e5fe0733879724753a9d..7438bbeb433bd34cc50a2b4d7739544b3d266f0f 100644 (file)
@@ -823,11 +823,6 @@ grub-mkrescue: util/i386/pc/grub-mkrescue.in config.status
        ./config.status --file=grub-mkrescue:util/i386/pc/grub-mkrescue.in
        chmod +x $@
 
-CLEANFILES += grub-mkrescue
-
-grub-mkrescue: util/i386/pc/grub-mkrescue.in config.status
-       ./config.status --file=grub-mkrescue:util/i386/pc/grub-mkrescue.in
-       chmod +x $@
 
 # Modules.
 pkgdata_MODULES = _chain.mod _linux.mod linux.mod normal.mod \
index 82e9149937b497e5aeb459b14cfb60e0a7b7aaef..aa5b54684c3aad7b41696ad4c37c262d5d02e6e9 100644 (file)
@@ -121,11 +121,6 @@ grub_install_SOURCES = util/i386/pc/grub-install.in
 
 # For grub-mkrescue.
 grub_mkrescue_SOURCES = util/i386/pc/grub-mkrescue.in
-CLEANFILES += grub-mkrescue
-
-grub-mkrescue: util/i386/pc/grub-mkrescue.in config.status
-       ./config.status --file=grub-mkrescue:util/i386/pc/grub-mkrescue.in
-       chmod +x $@
 
 # Modules.
 pkgdata_MODULES = _chain.mod _linux.mod linux.mod normal.mod \