i would say commit it Quoting Luigi 'Comio' Mantellini <[email protected]>:
> Thanks Ralph ;) > > we are working on the same problems! > > luigi (Industrie Dial Face) > > Il lunedì 09 febbraio 2009 14:59:36 [email protected] ha scritto: >> hello, >> >> ... the command line option DEBUG=all (and friends) seems to be broken. >> >> I've renamed the DEBUG_DIR to DEBUG_SCOPE_DIR with the patch below. Any >> doubts ? >> >> In previous versions of the trunk it was possible to limit the debug scope >> by setting the DEBUG_DIR by hand. Now the DEBUG_DIR is already used by >> rules.mk . >> >> thanks >> Ralph >> >> -- >> Index: include/debug.mk >> =================================================================== >> --- include/debug.mk (revision 14330) >> +++ include/debug.mk (working copy) >> @@ -22,7 +22,7 @@ >> endif >> >> define debug >> -$$(findstring $(2),$$(if $$(DEBUG_DIR),$$(if $$(filter >> $$(DEBUG_DIR)%,$(1)),$(build_debug)),$(build_debug))) +$$(findstring >> $(2),$$(if $$(DEBUG_SCOPE_DIR),$$(if $$(filter >> $$(DEBUG_SCOPE_DIR)%,$(1)),$(build_debug)),$(build_debug))) endef >> >> define warn > > -- > > > -- John Crispin hacking, coding, etc blogic on irc _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M KAMIKAZE (bleeding edge) ----------------------- * 10 oz Vodka Shake well with ice and strain * 10 oz Triple sec mixture into 10 shot glasses. * 10 oz lime juice Salute! --------------------------------------------------- _______________________________________________ openwrt-devel mailing list [email protected] http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
