From kde-devel Fri Dec 31 00:02:25 2004 From: =?iso-8859-1?q?Andr=E9_W=F6bbeking?= Date: Fri, 31 Dec 2004 00:02:25 +0000 To: kde-devel Subject: Re: kdepim (CVS HEAD): "/usr/bin/install" is being called while Message-Id: <200412310102.25193.Woebbeking () onlinehome ! de> X-MARC-Message: https://marc.info/?l=kde-devel&m=110445137024195 On Thursday 30 December 2004 17:40, Michael Pyne wrote: > > Maybe there is a way to add the $(all_includes) thingy to Benjamin's > KDE linting scripts? Good idea. > Doesn't sound that hard to achieve. The > following shell code seems to work for me (run in your source dir): > > for i in `find . -name 'Makefile.am'`; do > grep -l '^\(INCLUDES\|AM_CPPFLAGS\).*\$(all_includes) \+.' $i > done Shouldn't this be '...\$(all_includes) *$'. And what about multilines? > When I ran it in kdepim (just as an example) it came back with this, > I looked at the Makefile and I'm not really sure if it's actually a > problem or not though. > > ./kpilot/lib/Makefile.am Me neither but I fixed it a few hours ago. Cheers, André >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<