[U-Boot-Users] Patch to build csope database in the makefile for u-boot-1.1.3

Wolfgang Denk wd at denx.de
Fri Oct 21 22:10:40 CEST 2005


In message <4A062D477D842B4C8FC48EA5AF2D41F201527FBF at us-bv-m23.global.tektronix.net> you wrote:
> Enabled the fast index database build option in cscope. Tested against
> Latest version of cscope from sourceforge.
> 
> --- /login/asabharw/lxhome/u-boot-1.1.3/Makefile	2005-08-13
> 16:53:35.000000000 -0700
> +++ Makefile	2005-10-17 18:59:37.000000000 -0700
> @@ -194,7 +194,7 @@
>  			\( -name CVS -prune \) -o \( -name '*.[ch]' -print
> \)`
>  
>  System.map:	u-boot
> -		@$(NM) $< | \
> +		$(NM) -A -l $< | \
>  		grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw]
> \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
>  		sort > System.map

Ummm... your comment  and  this  patch  seem  to  be  two  completely
different things. Please clarify.

Also, a proper CHANGELOG entry is missing.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"I've seen it. It's rubbish."          - Marvin the Paranoid Android




More information about the U-Boot mailing list