This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC/PATCH] make "make install" play nicely in CVS trees


"Dave Korn" <dk@artimi.com> writes:

> > > BTW, is there a written set of guidelines about what shell 
> > constructs 
> > > are portable enough to use in gnu software?
> > 
> > Well, yes.  Unfortunately, find is not on that list.
> > 
> > http://www.gnu.org/prep/standards_52.html#SEC52
> > 
> > Ian
> 
> 
>   Ah.  Blast.  Maybe I should code it as something like
> 
> rm `ls -R -1 $(libsubdir)/include/*.h`

Well, fixinc.sh already uses find, and nobody seems to be complaining.
Personally, I wouldn't worry about it too much.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]