mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-21 15:50:10 +00:00
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
* genmk.rb: Remove terminal*.lst in make clean.
This commit is contained in:
parent
08dcd91370
commit
a8efbf649e
@ -1,3 +1,7 @@
|
|||||||
|
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* genmk.rb: Remove terminal*.lst in make clean.
|
||||||
|
|
||||||
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-03-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/i386/efi/grub-install.in: Copy gettext files.
|
* util/i386/efi/grub-install.in: Copy gettext files.
|
||||||
|
2
genmk.rb
2
genmk.rb
@ -201,7 +201,7 @@ endif
|
|||||||
-include #{dep}
|
-include #{dep}
|
||||||
|
|
||||||
clean-module-#{extra_target}.#{@rule_count}:
|
clean-module-#{extra_target}.#{@rule_count}:
|
||||||
rm -f #{command} #{fs} #{partmap} #{handler} #{parttool} #{video}
|
rm -f #{command} #{fs} #{partmap} #{handler} #{parttool} #{video} #{terminal}
|
||||||
|
|
||||||
CLEAN_MODULE_TARGETS += clean-module-#{extra_target}.#{@rule_count}
|
CLEAN_MODULE_TARGETS += clean-module-#{extra_target}.#{@rule_count}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user