2009-12-22 Felix Zielcke <fzielcke@z-51.de>
* genmk.rb (class SCRIPT): Use sed to substitute @pkglib_DATA@ with the actual contents of the correspondending make variable. * util/grub-mkrescue.in (pkglib_DATA): New variable. (process_input_dir): Copy all $pkglib_DATA files instead of explicitly specifying `*.lst' and `efiemu??.o'
This commit is contained in:
parent
7e70dfffc1
commit
10a8879783
3 changed files with 16 additions and 2 deletions
1
genmk.rb
1
genmk.rb
|
@ -363,6 +363,7 @@ class Script
|
|||
"CLEANFILES += #{@name}
|
||||
|
||||
#{@name}: #{src} $(#{src}_DEPENDENCIES) config.status
|
||||
sed -i -e 's,@pkglib_DATA@,$(pkglib_DATA),g' #{src}
|
||||
./config.status --file=#{name}:#{src}
|
||||
chmod +x $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue