From: morioka Date: Thu, 15 May 1997 06:05:13 +0000 (+0000) Subject: (tar): New implementation. X-Git-Tag: semi-0_88~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c70e55ae795deab84c89c2ff0e92068f8982a29b;p=elisp%2Fsemi.git (tar): New implementation. --- diff --git a/Makefile b/Makefile index 1b46396..b845c37 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,14 @@ # -# $Id: Makefile,v 0.2 1997-05-13 14:07:05 morioka Exp $ +# $Id: Makefile,v 0.3 1997-05-15 06:05:13 morioka Exp $ # -VERSION = 0.87 +VERSION = 0.88 SHELL = /bin/sh MAKE = make CC = gcc CFLAGS = -O2 +TAR = gtar RM = /bin/rm -f CP = /bin/cp -p EMACS = emacs @@ -17,9 +18,9 @@ FLAGS = -batch -q -no-site-file PREFIX = NONE EXEC_PREFIX = NONE -LISPDIR = +LISPDIR = NONE -FILES = Makefile SEMI-MK SEMI-CFG SEMI-ELS *.el ChangeLog +FILES = README.?? Makefile SEMI-MK SEMI-CFG SEMI-ELS *.el ChangeLog elc: $(EMACS) $(FLAGS) -l SEMI-MK -f compile-semi \ @@ -63,10 +64,7 @@ clean: tar: - gtar cvf ../semi-$(VERSION).tar $(FILES) -cd ..; mkdir semi-$(VERSION) - cp ../semi-kernel/README.?? ../semi-$(VERSION) - cp ../semi-kernel/Makefile ../semi-$(VERSION) - cd ../semi-$(VERSION); gtar xvf ../semi-$(VERSION).tar - cd ..; gtar cvzf semi-$(VERSION).tar.gz semi-$(VERSION) - cd ..; $(RM) -r semi-$(VERSION); rm semi-$(VERSION).tar + -$(CP) $(FILES) ../semi-$(VERSION) + cd ..; $(TAR) cvzf semi-$(VERSION).tar.gz semi-$(VERSION) + cd ..; $(RM) -r semi-$(VERSION)