Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdir
the function of these files exceeds what can be sanely handled in shell in posix-comaptible way. Also writing it in C extends the functionality to non-UNIX-like OS and minimal environments.
This commit is contained in:
parent
9ef81064a3
commit
cd46aa6cef
52 changed files with 5811 additions and 2101 deletions
11
po/Rules-windowsdir
Normal file
11
po/Rules-windowsdir
Normal file
|
@ -0,0 +1,11 @@
|
|||
# generate windowsdir
|
||||
|
||||
DISTFILES.common.extra5 = Rules-windowsdir
|
||||
|
||||
windowsdir="$(top_builddir)/$(PACKAGE)-$(VERSION)-for-windows"
|
||||
windowsdir: $(GMOFILES)
|
||||
test -d "$(windowsdir)/locale" || mkdir "$(windowsdir)/locale"
|
||||
for x in $(CATALOGS); do \
|
||||
test -d "$(windowsdir)/locale/$${x%.gmo}" || mkdir "$(windowsdir)/locale/$${x%.gmo}"; \
|
||||
cp -fp "$(srcdir)/$$x" "$(windowsdir)/locale/$${x%.gmo}/grub.mo"; \
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue