[svn:parrot] r35416 - in trunk: . languages/befunge languages/befunge/config/makefiles
chromatic
chromatic at wgz.org
Sun Jan 11 22:28:38 UTC 2009
On Sunday 11 January 2009 13:31:12 Reini Urban wrote:
> Why this overkill? We don't really need a Configure.pl for a
> Makefile one-liner.
>
> My pdd30install patches and branch had for all language makefiles this
> simple rule:
>
> HLLNAME = befunge
> RECONFIGURE = $(PERL) $(BUILD_DIR)/tools/dev/reconfigure.pl
>
> # regenerate the Makefile
> Makefile: config/makefiles/root.in
> cd $(BUILD_DIR) && $(RECONFIGURE) --step=gen::languages
> --languages=$(HLLNAME)
That works only for languages in the Parrot repository or explicitly checked
out into languages/ within the Parrot source directory.
-- c
More information about the parrot-dev
mailing list