2008-08-06 Christian Franke <franke@computer.org>
* conf/common.rmk: Build and install `10_windows'. * util/grub.d/10_windows.in: New script.
This commit is contained in:
parent
35eafe238f
commit
1cbb58ac62
5 changed files with 91 additions and 2 deletions
|
@ -493,7 +493,7 @@ CLEANFILES += update-grub_lib
|
|||
%: util/grub.d/%.in config.status
|
||||
./config.status --file=$@:$<
|
||||
chmod +x $@
|
||||
update-grub_SCRIPTS = 00_header 10_linux 10_hurd 30_os-prober 40_custom
|
||||
update-grub_SCRIPTS = 00_header 10_linux 10_hurd 10_windows 30_os-prober 40_custom
|
||||
CLEANFILES += $(update-grub_SCRIPTS)
|
||||
|
||||
update-grub_DATA += util/grub.d/README
|
||||
|
|
|
@ -120,7 +120,7 @@ CLEANFILES += update-grub_lib
|
|||
%: util/grub.d/%.in config.status
|
||||
./config.status --file=$@:$<
|
||||
chmod +x $@
|
||||
update-grub_SCRIPTS = 00_header 10_linux 10_hurd 30_os-prober 40_custom
|
||||
update-grub_SCRIPTS = 00_header 10_linux 10_hurd 10_windows 30_os-prober 40_custom
|
||||
CLEANFILES += $(update-grub_SCRIPTS)
|
||||
|
||||
update-grub_DATA += util/grub.d/README
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue