From 668107cd85fc00aef4bab3ce257526e1a928cd21 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 13 Dec 2011 15:49:37 +0000 Subject: [PATCH] added rule to build tar file --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4099c46bc..c7cf5663e 100644 --- a/Makefile +++ b/Makefile @@ -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