From 8f0093fc18a17c8989e0a0993db7aba2545498cf Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Mon, 21 Jun 1999 17:59:22 +0000 Subject: 1999-06-21 Thomas Bushnell, BSG * Makefile.in (all-real-archs): Delete variable. (dist): No longer make `machine' symlink. --- ChangeLog | 3 +++ Makefile.in | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4065e9c..50b79c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-06-21 Thomas Bushnell, BSG + * Makefile.in (all-real-archs): Delete variable. + (dist): No longer make `machine' symlink. + * Makefile.in (dist): Sanify file permissions before building tar file. diff --git a/Makefile.in b/Makefile.in index 45ac713..609a8f6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61,7 +61,6 @@ all: # All the possible architectures all-archs = i386 linux -all-real-archs = i386 all-archs-subdirs = $(patsubst %,$(srcdir)/%/Subdirs,$(all-archs)) all-archs-files = $(patsubst %,$(srcdir)/%/Files,$(all-archs)) @@ -403,9 +402,6 @@ dist: for file in `cat $(all-archs-files)`; do \ cp $(srcdir)/$$file gnumach-$(version)/`dirname $$file`; \ done - for arch in $(all-real-archs); do \ - ln -s $$arch gnumach-$(version)/$$arch/include/mach/machine; \ - done chmod -R u=rwX og=rX gnumach-$(version) tar cfz gnumach-$(version).tar.gz gnumach-$(version) rm -rf gnumach-$(version) -- cgit v1.2.3