[llvm-commits] CVS: llvm/Makefile

Chris Lattner clattner at apple.com
Mon Feb 5 10:27:43 PST 2007


> Don't prevent install target from descending into the utils directory.
> It prevents "make install" on a clean directory from working.

Does this change what gets installed into PREFIX?

-Chris

>
> ---
> Diffs of the changes:  (+0 -7)
>
>  Makefile |    7 -------
>  1 files changed, 7 deletions(-)
>
>
> Index: llvm/Makefile
> diff -u llvm/Makefile:1.67 llvm/Makefile:1.68
> --- llvm/Makefile:1.67	Thu Nov 16 21:32:33 2006
> +++ llvm/Makefile	Mon Feb  5 03:43:17 2007
> @@ -40,13 +40,6 @@
>    OPTIONAL_DIRS :=
>  endif
>
> -# Don't install utils, examples, or projects they are only used to
> -# build LLVM.
> -ifeq ($(MAKECMDGOALS),install)
> -  DIRS := $(filter-out utils, $(DIRS))
> -  OPTIONAL_DIRS :=
> -endif
> -
>  # Include the main makefile machinery.
>  include $(LLVM_SRC_ROOT)/Makefile.rules
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list