vtwm-5.4.7-do-not-rm.patch 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. * Remove all pointless RM calls as this only results in rebuilding in
  2. * src_install(). -JeR
  3. --- a/Imakefile 2005-05-09 14:46:24.000000000 +0200
  4. +++ b/Imakefile 2010-09-17 02:07:22.000000000 +0200
  5. @@ -128,10 +128,8 @@
  6. depend:: lex.c gram.c deftwmrc.c lastmake.c vtwm.man
  7. all::
  8. - $(RM) deftwmrc.* lastmake.*
  9. install::
  10. - $(RM) deftwmrc.* lastmake.*
  11. $(MAKE) install.man
  12. clean::
  13. @@ -144,7 +142,6 @@
  14. $(MV) y.tab.h gram.h
  15. deftwmrc.c: system.vtwmrc
  16. - $(RM) $@
  17. echo '/* ' >>$@
  18. echo ' * This file is generated automatically from the default' >>$@
  19. echo ' * VTWM bindings file system.vtwmrc.'$(SYS_VTWMRC_LOOK)' by the VTWM Makefile.' >>$@
  20. @@ -155,7 +152,6 @@
  21. echo '(char *)0 };' >>$@
  22. lastmake.c:
  23. - $(RM) $@
  24. echo '/* ' >>$@
  25. echo ' * This file is generated automatically by the VTWM Makefile.' >>$@
  26. echo ' */' >>$@
  27. @@ -166,11 +162,9 @@
  28. echo ' "" };' >>$@
  29. system.vtwmrc:
  30. - $(RM) $@
  31. $(CP) $@.$(SYS_VTWMRC_LOOK) $@
  32. vtwm.man:
  33. - $(RM) $@
  34. $(LN) doc/$@ $@
  35. XCOMM Handy for developers to check the man page