From: Jean Guyader Date: Tue, 17 Nov 2009 16:03:53 +0000 (+0000) Subject: [package/xenclient/input]: Add the -pull rule. X-Git-Url: http://xenbits.xen.org/gitweb?a=commitdiff_plain;h=c7814f5151601861a0173ffff81a425830d5c09c;p=xenclient%2Fbuild.git [package/xenclient/input]: Add the -pull rule. --- diff --git a/package/xenclient/input/input.mk b/package/xenclient/input/input.mk index 4d979f5..8d812cb 100644 --- a/package/xenclient/input/input.mk +++ b/package/xenclient/input/input.mk @@ -41,6 +41,11 @@ xenclient-input-clean: xenclient-input-dirclean: rm -rf $(XENCLIENT_INPUT_DIR) +xenclient-input-pull: + $(GIT_PULL) $(XENCLIENT_INPUT_REPO) && make xenclient-input-clean + +xenclient-pull: xenclient-input-pull + ############################################################# # # Toplevel Makefile options