Gerfried Fuchs:
> I've found an easy way to check for outdated Makefiles and I'd like to
> share it with you all:
You can also run check_trans.pl with the -M parameter, which will make it
report differences in the Makefiles after the normal file report. I run
check_trans.pl -Mdl every night (and
On Fri, Mar 15, 2002 at 04:10:31PM +, Jaime E. Villate wrote:
> On Fri, Mar 15, 2002 at 10:06:39AM +0100, Gerfried Fuchs wrote:
> > Hi!
> >
> > If you wondered about my mass Makefile commit in the german directory,
> > I've found an easy way to chec
On Fri, Mar 15, 2002 at 10:06:39AM +0100, Gerfried Fuchs wrote:
> Hi!
>
> If you wondered about my mass Makefile commit in the german directory,
> I've found an easy way to check for outdated Makefiles and I'd like to
> share it with you all:
>
> #v
Hi!
If you wondered about my mass Makefile commit in the german directory,
I've found an easy way to check for outdated Makefiles and I'd like to
share it with you all:
#v+
for i in `find german -name Makefile `; do
if [ -n "$(diff `echo $i | sed 's/^
4 matches
Mail list logo