Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site seismo.CSS.GOV Path: utzoo!watmath!clyde!bonnie!akgua!gatech!seismo!keith From: keith@seismo.CSS.GOV (Keith Bostic) Newsgroups: net.bugs.2bsd Subject: CSS/Harvard 2.9BSD bug report #2 Message-ID: <206@seismo.CSS.GOV> Date: Wed, 18-Sep-85 01:27:43 EDT Article-I.D.: seismo.206 Posted: Wed Sep 18 01:27:43 1985 Date-Received: Thu, 19-Sep-85 05:28:40 EDT Organization: Center for Seismic Studies, Arlington, VA Lines: 31 Keywords: isr.s Subject: isr.s is missing. Index: sys/conf/makefiles/Make.sys sys/conf/makefiles/Makefile 2.9BSD Description: sys/conf/makefiles/Make.sys and sys/conf/makefiles/Makefile think that you need to have a file called isr.s in the sys/sys directory. Repeat-By: Attempt to recompile the kernel. Fix: It can be removed totally. Here are the diffs. diff Make.sys.wrong Make.sys.right 25,30c25 < all: ${SYS} ${CONF} isr.o < < isr.o: ../sys/isr.s < ${CPP} ${CPPFLAGS} ../sys/isr.s > isr.i < ${AS} -o isr.o isr.i < -rm isr.i --- > all: ${SYS} ${CONF} diff Makefile.wrong Makefile.right 66c66 < dz.o isr.o --- > dz.o 89c89 < tm.o ts.o tty.o ttynew.o ttyold.o xp.o vp.o dr.o isr.o --- > tm.o ts.o tty.o ttynew.o ttyold.o xp.o vp.o dr.o