From 82ac37ea387b1b383f5e28406443546d267ffecc Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 5 Dec 2000 22:51:14 +0000 Subject: [PATCH] When doing "setup" for microcode directory, must create Makefile in order to run the setup rule. --- v7/src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/Makefile b/v7/src/Makefile index 42d916cfb..ce8f3233c 100644 --- a/v7/src/Makefile +++ b/v7/src/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 2000/12/05 22:45:50 cph Exp $ +# $Id: Makefile,v 1.2 2000/12/05 22:51:14 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -31,7 +31,9 @@ setup: || ln -s ../Makefile.std $${SUBDIR}/Makefile; \ (cd $${SUBDIR} && $(MAKE) $@) || exit 1; \ done + (cd microcode && makegen/makeinit.sh) (cd microcode && $(MAKE) $@) + (cd microcode && $(MAKE) distclean) tags TAGS mostlyclean clean distclean maintainer-clean: @for SUBDIR in $(SUBDIRS); do \ -- 2.25.1