[svn:parrot] r36677 - trunk/config/gen/makefiles

Will Coleda will at coleda.com
Fri Feb 13 15:35:04 UTC 2009


If they're effectively the same, can we just remove one and make it
depend on the other?

On Fri, Feb 13, 2009 at 10:31 AM,  <particle at svn.parrot.org> wrote:
> Author: particle
> Date: Fri Feb 13 15:31:24 2009
> New Revision: 36677
> URL: https://trac.parrot.org/parrot/changeset/36677
>
> Log:
> [config] add useful utils to default 'all' make target, effectively making 'all' the same as 'world'.
>
> Modified:
>   trunk/config/gen/makefiles/root.in
>
> Modified: trunk/config/gen/makefiles/root.in
> ==============================================================================
> --- trunk/config/gen/makefiles/root.in  Fri Feb 13 14:59:18 2009        (r36676)
> +++ trunk/config/gen/makefiles/root.in  Fri Feb 13 15:31:24 2009        (r36677)
> @@ -554,10 +554,13 @@
>     dynpmc \
>     dynoplibs \
>     compilers \
> -    $(PBC_TO_EXE) \
> -    $(PARROT_CONFIG) \
>     $(DIS) \
> -    $(PBCMERGE)
> +    $(PARROT_CONFIG) \
> +    $(PBC_TO_EXE) \
> +    $(PBCMERGE) \
> +    $(PDB) \
> +    $(PDUMP) \
> +    $(PINFO) \
>
>  $(GEN_LIBRARY) : $(PARROT)
>
> _______________________________________________
> http://lists.parrot.org/mailman/listinfo/parrot-commits
>



-- 
Will "Coke" Coleda


More information about the parrot-commits mailing list