Skip to content
  1. Nov 20, 2009
    • Peter Korsgaard's avatar
      Makefile: cleanup *clean targets · 406053d5
      Peter Korsgaard authored
      
      
      As discussed on the list, fixup the *clean targets, so we now have:
      
      clean: remove all generated files (E.G. everything in output/)
      distclean: same as clean, but also remove the kconfig build and .config
      
      Also tweak 'make help' output to match. This also merges the two
      different clean / distclean targets we had depending on if there was
      a .config present or not (most variables are not defined for !.config
      case, so E.G. the clean target ends up being a noop).
      
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      406053d5
  2. Nov 18, 2009
  3. Nov 17, 2009
  4. Nov 15, 2009
  5. Oct 29, 2009
  6. Oct 27, 2009
  7. Oct 26, 2009
  8. Oct 25, 2009
  9. Oct 22, 2009
  10. Oct 21, 2009
  11. Oct 20, 2009
  12. Oct 13, 2009
  13. Oct 09, 2009
  14. Oct 07, 2009
  15. Oct 05, 2009
  16. Oct 04, 2009
  17. Oct 03, 2009
  18. Oct 02, 2009
    • Peter Korsgaard's avatar
      mpatrol: remove package · a6fc3387
      Peter Korsgaard authored
      
      
      It doesn't compile:
      
      ../../src/memory.c: In function '__mp_memquery':
      ../../src/memory.c:769: error: lvalue required as left operand of assignment
      
      And hasn't seen any updates since it got added in 2006, so it cannot
      have many users. People most likely use valgrind nowadays for memory
      debugging anyway - Drop it.
      
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      a6fc3387
  19. Oct 01, 2009
    • Peter Korsgaard's avatar
      mdnsresponder: remove package · 8a19a795
      Peter Korsgaard authored
      
      
      The source target was broken until very recently, and it doesn't build
      as it tries to use the host compiler for the client stuff, so there
      cannot be many users of it.
      
      People should use avahi instead nowadays, so so just remove it instead
      of hacking it to work.
      
      Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
      8a19a795
Loading