2009-06-08 Felix Zielcke <fzielcke@z-51.de>
* Makefile.in (uninstall): Remove all $lib_DATA files.
This commit is contained in:
parent
4c9ec6b3fc
commit
af3612634d
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-06-08 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
|
* Makefile.in (uninstall): Remove all $lib_DATA files.
|
||||||
|
|
||||||
2009-06-08 Vladimir Serbinenko <phcoder@gmail.com>
|
2009-06-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Bugfix: install on partitionless device
|
Bugfix: install on partitionless device
|
||||||
|
|
|
@ -315,6 +315,12 @@ uninstall:
|
||||||
dest="`echo $$file | sed 's,include/,,'`"; \
|
dest="`echo $$file | sed 's,include/,,'`"; \
|
||||||
rm -f $(DESTDIR)$(includedir)/$$dest; \
|
rm -f $(DESTDIR)$(includedir)/$$dest; \
|
||||||
done
|
done
|
||||||
|
@list='$(lib_DATA)'; \
|
||||||
|
for file in $$list; do \
|
||||||
|
dest="`echo $$file | sed 's,.*/,,'`"; \
|
||||||
|
echo rm -f $(DESTDIR)$(libdir)/$$dest; \
|
||||||
|
rm -f $(DESTDIR)$(libdir)/grub/$$dest; \
|
||||||
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||||
|
|
Loading…
Add table
Reference in a new issue