[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: [patch] faster Makefile.in -> Makefile translation
From:       Stephan Kulow <coolo () kde ! org>
Date:       2000-04-02 9:41:56
[Download RAW message or body]

Michael Matz wrote:
> 
> Hi,
> 
> On Sat, 1 Apr 2000, David Faure wrote:
> 
> > Excellent !
> > Very good job.
> 
> Thanks.
> 
> > A small bug though - it relaunches automake when doing make
> > after ./configure. Some timestamp problem... I'm investigating.
> 
> I just noticed. Actually it was an old version of the patch (that happens
> if one have 10's diff files lying around ;)
> 
> One line is missing:
> +++ kde-common/admin/Makefile.common    Sat Apr  1 22:32:35 2000
>           cat configure.in | sed 's/AC_OUTPUT *(/KDE_OUTPU
> +         touch -r configure.in configure.in.new ;\
> 
> So after changing AC_OUTPUT to KDE_OUTPUT the mod. time isn't changed. I
> don't know how portable 'touch -r' is. But as only the snapshot maker and
> the other developers should use Makefile.common, I hope it's not a
> problem.

It isn't, but I changed this particular patch as it patched even
handmade
configure.ins

Greetings, Stephan

--- Makefile.common     2000/03/29 08:05:20     1.66
+++ Makefile.common     2000/04/02 09:41:01
@@ -11,6 +11,8 @@
          $(MAKE) -f Makefile.am top_srcdir=. subdirs ;\
          echo "*** Searching for subdirectories..." ;\
          $(MAKE) -f Makefile.am top_srcdir=. configure.in ;\
+         mv configure.in configure.in.real
+         sed 's/^KDE_OUTPUT *(/AC_OUTPUT(/' configure.in.real >
configure.in
        fi
        @echo "*** Retrieving configure tests needed by configure.in"
        @aclocal
@@ -21,6 +23,7 @@
        @echo "*** Scanning for moc files and kde tags"
        @perl admin/am_edit
        @echo "*** Building Makefile templates (step two)"
+       test -f configure.in.real && mv configure.in.real configure.in   

-- 
It said Windows 95 or better, so in theory Linux should run it
                                                GeorgeH on /.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic