added rule to build tar file

This commit is contained in:
zimoch
2011-12-13 15:49:37 +00:00
parent be5b0f2a17
commit 668107cd85

View File

@@ -31,4 +31,6 @@ include $(TOP)/configure/RULES_TOP
UNINSTALL_DIRS += $(INSTALL_LOCATION)/src
copysrc:
tar cf - --exclude=CVS --exclude=O.* src | tar xf - -C $(INSTALL_LOCATION)
tar: install copysrc
tar cfjP epics_base-3.14.12.tar.bz2 $(INSTALL_LOCATION) --exclude=*.o