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.
This commit is contained in:
parent
5a79f472c7
commit
969c02ec31
3 changed files with 6 additions and 10 deletions
|
@ -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>
|
2007-07-22 Yoshinori K. Okuji <okuji@enbug.org>
|
||||||
|
|
||||||
Migrate to GNU General Public License Version 3.
|
Migrate to GNU General Public License Version 3.
|
||||||
|
|
|
@ -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
|
./config.status --file=grub-mkrescue:util/i386/pc/grub-mkrescue.in
|
||||||
chmod +x $@
|
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.
|
# Modules.
|
||||||
pkgdata_MODULES = _chain.mod _linux.mod linux.mod normal.mod \
|
pkgdata_MODULES = _chain.mod _linux.mod linux.mod normal.mod \
|
||||||
|
|
|
@ -121,11 +121,6 @@ grub_install_SOURCES = util/i386/pc/grub-install.in
|
||||||
|
|
||||||
# For grub-mkrescue.
|
# For grub-mkrescue.
|
||||||
grub_mkrescue_SOURCES = util/i386/pc/grub-mkrescue.in
|
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.
|
# Modules.
|
||||||
pkgdata_MODULES = _chain.mod _linux.mod linux.mod normal.mod \
|
pkgdata_MODULES = _chain.mod _linux.mod linux.mod normal.mod \
|
||||||
|
|
Loading…
Reference in a new issue