[gnu.gcc.bug] "make maketest" broken in 1.35

scott@tekcrl.LABS.TEK.COM (Scott Huddleston) (07/12/89)

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