From 88df74b9ee7a42a9aea2a40059613cd444ce8ae1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 23 May 2012 16:30:52 +0200 Subject: [PATCH] enable the wexlxc distro --- Makefile | 2 +- config.wexlxc.gitpath | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 config.wexlxc.gitpath diff --git a/Makefile b/Makefile index 3cab844f..c3840808 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,6 @@ config.$(1): config.$(1).svnpath svn export $$($(1).config.SVNPATH) config.$(1) endef -FOO=@ # fetching with git define remote_pldistro_fetch_git $(1).config.GITPATH := $(shell grep -v "^#" config.$(1).gitpath) @@ -210,6 +209,7 @@ $(eval $(call remote_pldistro_fetch_$(3),$(1))) endef $(eval $(call remote_pldistro,wextoolbox,wextoolbox-tags,git)) +$(eval $(call remote_pldistro,wexlxc,wexlxc-tags,git)) ########## stage1 and stage1iter # extract specs and compute .mk files by running diff --git a/config.wexlxc.gitpath b/config.wexlxc.gitpath new file mode 100644 index 00000000..34e34eb1 --- /dev/null +++ b/config.wexlxc.gitpath @@ -0,0 +1,2 @@ +# make sure to invoke remote_pldistro appropriately in the Makefile +git://git.onelab.eu/wextoolbox@wexlxc -- 2.43.0