diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | release/SOURCES.0.0 | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -4,6 +4,8 @@ Fri Aug 2 11:02:11 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (cp-linked-files): Add missing hyphen to rule. (dist): Delete directory named for VERSION, not old var DATE. + Build tar file from SRCDIR to avoid embedding an odd pathname in + the archive. Tue Jul 30 13:54:47 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> @@ -77,7 +77,7 @@ endif dist: $(srcdir)/hurd-snap $(addsuffix -lndist,$(filter-out $(subdirs-nodist), $(subdirs))) lndist mv $(srcdir)/hurd-snap $(srcdir)/$(dirname)-$(version) - tar cfz $(srcdir)/$(dirname)-$(version).tar.gz $(srcdir)/$(dirname)-$(version) + cd $(srcdir); tar cfz $(dirname)-$(version).tar.gz $(dirname)-$(version) rm -rf $(srcdir)/$(dirname)-$(version) clean: $(addsuffix -clean,$(lib-subdirs)) $(addsuffix -clean,$(working-prog-subdirs)) clean-misc diff --git a/release/SOURCES.0.0 b/release/SOURCES.0.0 index f2dc31db..05a8ec45 100644 --- a/release/SOURCES.0.0 +++ b/release/SOURCES.0.0 @@ -30,7 +30,7 @@ hurd (0.0) indent (1.9.1) inetutils (1.1) less (320) -libc (2.0) +libc (1.93) m4 (1.4) miscfiles (1.0) nvi (1.71) |