nanogui: Pending patches/bug/requests ... list available on the FTP


Previous by date: 1 Jun 2005 16:33:37 +0100 Re: Pending patches/bug/requests ... list available on the FTP, Jachym Holecek
Next by date: 1 Jun 2005 16:33:37 +0100 Re: #if FOO vs. #ifdef BAR, Alexander Neundorf
Previous in thread: 1 Jun 2005 16:33:37 +0100 Re: Pending patches/bug/requests ... list available on the FTP, Jachym Holecek
Next in thread: 1 Jun 2005 16:33:37 +0100 Re: Pending patches/bug/requests ... list available on the FTP, skoe.nexgo.de

Subject: Re: [nanogui] Pending patches/bug/requests ... list available on the FTP
From: Jachym Holecek ####@####.####
Date: 1 Jun 2005 16:33:37 +0100
Message-Id: <20050601153328.GA19617@merlot.ics.muni.cz>

> drivertab.c: ${MW_CORE_OBJS}
> 	cat ${.ALLSRC} | sed -n 's,^DEFDRIVER(\([^) ,]*\)),\1,gp' | \
> 	    awk gendrivertab.awk > ${.TARGET}.c.tmp
> 	if ! cmp -s ${.TARGET} ${.TARGET}.tmp ; then 			\
> 		... update ${.TARGET} ... ; 				\
> 	else 								\
> 		... remove ${.TARGET}.tmp ... ;
> 
> Note that MW_CORE_OBJS is set by the build infrastructure to only contain
> drivers selected in config (we could also do a stricter match with gmake's
> equivalent of "${MW_CORE_OBJS:M*/drivers*}" as dependency.)

Umm, I mean ${MW_CORE_OBJS:.o=.c}, perhaps better yet replacing
MW_CORE_OBJS with MW_CORE_SRCS and using ${MW_CORE_SRCS:H:S/^/.o/g}
wherever object file list is needed.

	Regards,
		-- Jachym Holecek

Previous by date: 1 Jun 2005 16:33:37 +0100 Re: Pending patches/bug/requests ... list available on the FTP, Jachym Holecek
Next by date: 1 Jun 2005 16:33:37 +0100 Re: #if FOO vs. #ifdef BAR, Alexander Neundorf
Previous in thread: 1 Jun 2005 16:33:37 +0100 Re: Pending patches/bug/requests ... list available on the FTP, Jachym Holecek
Next in thread: 1 Jun 2005 16:33:37 +0100 Re: Pending patches/bug/requests ... list available on the FTP, skoe.nexgo.de


Powered by ezmlm-browse 0.20.