2009-06-08 Felix Zielcke <fzielcke@z-51.de>

* Makefile.in (uninstall): Remove all $include_DATA files.
This commit is contained in:
fzielcke 2009-06-08 12:16:58 +00:00
parent ba5a0d059b
commit e76fc92419
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-06-08 Felix Zielcke <fzielcke@z-51.de>
* Makefile.in (uninstall): Remove all $include_DATA files.
2009-06-08 Felix Zielcke <fzielcke@z-51.de>
* commands/true.c: New file. Implement the true and false commands.

View file

@ -310,6 +310,13 @@ uninstall:
dest="`echo $$file | sed 's,.*/,,' | sed '$(transform)'`"; \
rm -f $(DESTDIR)$(sysconfdir)/grub.d/$$dest; \
done
@list='$(include_DATA)'; \
for file in $$list; do \
echo $$file; \
dest="`echo $$file | sed 's,include/,,'`"; \
echo $$dest; \
rm -f $(DESTDIR)$(includedir)/$$dest; \
done
clean:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)