Skip to content
  1. Nov 22, 2009
  2. 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
  3. Nov 18, 2009
  4. Nov 17, 2009
  5. Nov 15, 2009
  6. Oct 29, 2009
  7. Oct 27, 2009
  8. Oct 26, 2009
  9. Oct 25, 2009
  10. Oct 22, 2009
  11. Oct 21, 2009
  12. Oct 20, 2009
  13. Oct 13, 2009
  14. Oct 09, 2009
  15. Oct 07, 2009
  16. Oct 05, 2009
  17. Oct 04, 2009
  18. Oct 03, 2009
  19. 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
Loading