Skip to content
  1. Nov 29, 2009
  2. Nov 28, 2009
  3. Nov 25, 2009
  4. Nov 24, 2009
  5. Nov 23, 2009
  6. Nov 22, 2009
  7. 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
Loading