Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!MIZAR.DOCS.UU.SE!perm From: perm@MIZAR.DOCS.UU.SE (Per Mildner) Newsgroups: gnu.g++.lib.bug Subject: find -f in Makefile isn't right in X style shadow dir Message-ID: <8911230741.AAmizar20775@mizar.DoCS.UU.SE> Date: 23 Nov 89 07:41:44 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 libg++ 1.36.1 We use the X11 utility lndir to create shadow dirs of the original gnu sources. This means that all directories are directories but (most) files are symbolic links to the originals. This loses in libg++/Makefile install-include-files target as that uses "find . -type -f -print" to locate include files. We use "find . !( -type -d) ..." but that might not be the right way.