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:
Felix Zielcke 2009-12-22 12:12:51 +01:00
parent 7e70dfffc1
commit 10a8879783
3 changed files with 16 additions and 2 deletions

View file

@ -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 $@