From 5bc64889dd3e54975507efdc57f67c4aaf9d4312 Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 24 Nov 2011 10:20:00 +0000 Subject: [PATCH] add features to copy and remove src tree --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 069a5cf81..83a9b9693 100644 --- a/Makefile +++ b/Makefile @@ -27,3 +27,8 @@ config_DEPEND_DIRS = src include $(TOP)/configure/RULES_TOP + +UNINSTALL_DIRS += $(INSTALL_LOCATION)/src +copysrc: + tar cf - --exclude-vcs --exclude=O.* src | tar xf - -C $(INSTALL_LOCATION) +