Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!usc!cs.utexas.edu!uunet!zephyr!tektronix!tekcrl!scott From: scott@tekcrl.LABS.TEK.COM (Scott Huddleston) Newsgroups: gnu.gcc.bug Subject: "make maketest" broken in 1.35 Message-ID: <4291@tekcrl.LABS.TEK.COM> Date: 11 Jul 89 23:56:38 GMT Reply-To: scott@tekcrl.LABS.TEK.COM (Scott Huddleston) Distribution: gnu Organization: Tektronix, Inc., Beaverton, OR. Lines: 32 The "maketest" make item in gcc1.35 hasn't been updated to reflect the fact that configuration files have been moved to a config subdirectory. The problem shows up when your build tree shadows the source tree. A patch to fix maketest for gcc1.35 follows. ---------------- *** ORIG/Makefile Sun Apr 23 23:01:14 1989 --- Makefile Thu Jun 8 12:16:37 1989 *************** *** 496,504 **** # do make -f ../gcc/Makefile maketest DIR=../gcc # in the intended test directory to make it a suitable test directory. maketest: ! ln -s $(DIR)/*.[chy] . ln -s $(DIR)/*.def . ! ln -s $(DIR)/*.md . -rm -f =* ln -s $(DIR)/.gdbinit . -ln -s $(DIR)/bison.simple . --- 496,504 ---- # do make -f ../gcc/Makefile maketest DIR=../gcc # in the intended test directory to make it a suitable test directory. maketest: ! ln -s $(DIR)/*.[chy1] . ln -s $(DIR)/*.def . ! ln -s $(DIR)/config . -rm -f =* ln -s $(DIR)/.gdbinit . -ln -s $(DIR)/bison.simple . -- Scott Huddleston testing the semantics of the ".signature" file