Revision: 5938 Author: pebender Date: Sun Dec 13 21:47:36 2009 Log: - Modified system/lirc's clean-all so that it is somewhat more selective about the files it deletes. It was deleting lircudevd, which is not one of system/lirc's files.
http://code.google.com/p/minimyth/source/detail?r=5938 Modified: /trunk/gar-minimyth/script/system/lirc/Makefile ======================================= --- /trunk/gar-minimyth/script/system/lirc/Makefile Thu Dec 3 18:57:51 2009 +++ /trunk/gar-minimyth/script/system/lirc/Makefile Sun Dec 13 21:47:36 2009 @@ -63,9 +63,11 @@ clean-all: @$(MAKE) clean @rm -rf $(DESTDIR)$(LINUX_MODULESDIR)/misc/lirc - @rm -rf $(DESTDIR)$(bindir)/lirc* - @rm -rf $(DESTDIR)$(sbindir)/lirc* + @rm -rf $(DESTDIR)$(bindir)/lircrcd + @rm -rf $(DESTDIR)$(sbindir)/lircd + @rm -rf $(DESTDIR)$(sbindir)/lircmd @rm -rf $(DESTDIR)$(includedir)/lirc @rm -rf $(DESTDIR)$(libdir)/liblirc_client.* - @rm -rf $(DESTDIR)$(mandir)/man1/lirc* - @rm -rf $(DESTDIR)$(mandir)/man8/lirc* + @rm -rf $(DESTDIR)$(mandir)/man1/lircrcd.1 + @rm -rf $(DESTDIR)$(mandir)/man8/lircd.8 + @rm -rf $(DESTDIR)$(mandir)/man8/lircmd.8 -- You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en.
