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

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

In message 4A062D477D842B4C8FC48EA5AF2D41F201527FBF@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) $< | \
grep -v '(compiled)|(.o$$)|( [aUw]$(NM) -A -l $< | \
)|(..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
participants (2)
-
atul.sabharwal@exgate.tek.com
-
Wolfgang Denk