When doing "setup" for microcode directory, must create Makefile in
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 22:51:14 +0000 (22:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 22:51:14 +0000 (22:51 +0000)
order to run the setup rule.

v7/src/Makefile

index 42d916cfb25cde02715a45b9d7eea3f6323f098b..ce8f3233c74fd6ffa7e46dc4b618a2c0ca594e70 100644 (file)
@@ -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 \