mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-15 08:40:35 +00:00
* Makefile.in (uninstall): Remove a leftover debug echo.
Reported by: Grégoire Sutre
This commit is contained in:
parent
3802341279
commit
3db3a82b75
@ -1,3 +1,8 @@
|
|||||||
|
2010-04-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* Makefile.in (uninstall): Remove a leftover debug echo.
|
||||||
|
Reported by: Grégoire Sutre
|
||||||
|
|
||||||
2010-04-03 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-04-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
MIPS multiboot2 support.
|
MIPS multiboot2 support.
|
||||||
|
@ -396,7 +396,6 @@ uninstall:
|
|||||||
@list='$(lib_SCRIPTS)'; \
|
@list='$(lib_SCRIPTS)'; \
|
||||||
for file in $$list; do \
|
for file in $$list; do \
|
||||||
dest="`echo $$file | sed 's,.*/,,'`"; \
|
dest="`echo $$file | sed 's,.*/,,'`"; \
|
||||||
echo rm -f $(DESTDIR)$(libdir)/$$dest; \
|
|
||||||
rm -f $(DESTDIR)$(libdir)/grub/$$dest; \
|
rm -f $(DESTDIR)$(libdir)/grub/$$dest; \
|
||||||
done
|
done
|
||||||
@list='$(info_INFOS)'; \
|
@list='$(info_INFOS)'; \
|
||||||
|
Loading…
Reference in New Issue
Block a user