On 8-Nov-2006, at 4:44 AM, Thomas Anders wrote:

Wes Hardaker wrote:
+all: $(TARGETS) standardall manaliases
[...]
+manaliases:
+ @for i in $(DEFAULT_STORE_ALIASES) ; do \
+ echo "making man page alias $$i -> default_store APIs" ; \
+ echo ".so man3/default_store.3" > $$i ; \
+ done

Now that this is in place, I realize that this will *always* trigger

making man page alias netsnmp_ds_get_boolean.3 -> default_store APIs
making man page alias netsnmp_ds_get_int.3 -> default_store APIs
[...]
making man page alias send_v2trap.3 -> snmp_trap APIs

on *any* invocation of "make" (including subsequent "make" after no
changes or "make test" or whatever) which sucks. Can we fix this for
rc2, please?

When considering this for rc3, please consider this patch which uses the correct man page (snmp_trap_api instead of snmp_trap) in the .so statement:

Attachment: man_bug.patch
Description: Binary data

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to