add features to copy and remove src tree

This commit is contained in:
zimoch
2011-11-24 10:20:00 +00:00
parent 3475f44200
commit 5bc64889dd

View File

@@ -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)