From e3309c66f5cab7437d1dcaed50f5d64492846730 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 9 Apr 1998 17:37:11 +0000 Subject: [PATCH] Remove link and .tar file. --- Make-dist | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Make-dist b/Make-dist index ab11c3d453c..1e21ce1570a 100644 --- a/Make-dist +++ b/Make-dist @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -188,6 +188,7 @@ configure: configure.in aclocal.m4; $(autoconf-it) %/configure: %/configure.in aclocal.m4; $(autoconf-it) dist: $(tardir).tar.gz + rm $(..)glibc-$(version) subdir_dist: dist.tar dist.tar: README $(tardir) $(+tsrcs) @@ -201,9 +202,11 @@ $(tardir).tar: dist.tar subdir_dist %.Z: % compress -c $< > $@ + rm $< %.gz: % gzip -9 -v -c $< > $@ + rm $< foo:=$(shell echo subdirs=$(subdirs) >&2) dist-subdirs := $(addprefix dist-,$(subdirs)) # dist-manual -- 2.47.2