-# $Id: Makefile,v 1.9 2000/12/06 05:33:27 cph Exp $
+# $Id: Makefile,v 1.10 2000/12/06 05:52:48 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
(cd $${SUBDIR} && $(MAKE) $@); \
fi; \
done
- @if test ! -f microcode/Makefile && test -f microcode/configure; then \
- (cd microcode && ./configure); \
- fi
- echo "making $@ in microcode"
- @(cd microcode && $(MAKE) $@)
+ (cd microcode && ./Mclean.sh)
.PHONY: all setup tags TAGS mostlyclean clean distclean maintainer-clean
#!/bin/sh
-# $Id: Mclean.sh,v 1.1 2000/12/06 05:52:40 cph Exp $
+# $Id: Mclean.sh,v 1.2 2000/12/06 05:54:17 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
# Program to do "maintainer-clean" rule.
test ! -f Makefile && test -f configure && ./configure
-make maintainer-clean
+test -f Makefile && make maintainer-clean