Re: svn commit: r317631 - head/sys

2017-05-02 Thread Ngie Cooper (yaneurabeya)

> On May 1, 2017, at 09:28, Rodney W. Grimes  
> wrote:
> 
>> Author: ngie
>> Date: Mon May  1 05:54:33 2017
>> New Revision: 317631
>> URL: https://svnweb.freebsd.org/changeset/base/317631
>> 
>> Log:
>>  Fix "make cscope" after r317411
> 
> This commit is disconnect netnatm module from build
> 
> ?  Mixed 2 commit messages perhaps?

No, it was intentional (I made the readers read between the lines as to 
why this commit was necessary, so mea culpa).
r317411 removed sys/netatm, which broke the “make cscope” target, as it 
tried to iterate down that directory with find and failed.
Thanks!
-Ngie

$ svn log -c r317411

r317411 | brooks | 2017-04-25 10:00:08 -0700 (Tue, 25 Apr 2017) | 4 lines

Remove directories made empty by NATM, EISA, and IEEE488 removals.

Reported by:ak

$ svn diff -c r317411 --summarize
D   sbin/atm/atmconfig
D   sbin/atm
D   sys/netnatm
D   sys/dev/eisa
D   sys/dev/fatm
D   sys/dev/hatm
D   sys/dev/patm/genrtab
D   sys/dev/patm
D   sys/dev/ahb
D   sys/dev/ieee488
D   sys/dev/en
D   sys/dev/utopia
D   sys/modules/fatm
D   sys/modules/hatm
D   sys/modules/patm
D   sys/modules/ahb
D   sys/modules/en
D   sys/modules/utopia
D   sys/modules/aic7xxx/ahc/ahc_eisa
D   sys/modules/netgraph/atm/atm
D   usr.sbin/bsnmpd/modules/snmp_atm


signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: svn commit: r317631 - head/sys

2017-05-01 Thread Warner Losh
No, this disconnected netnatm from the cscope target. sys/Makefile is
normally unused otherwise in the build process.

Warner

On Mon, May 1, 2017 at 10:28 AM, Rodney W. Grimes
 wrote:
>> Author: ngie
>> Date: Mon May  1 05:54:33 2017
>> New Revision: 317631
>> URL: https://svnweb.freebsd.org/changeset/base/317631
>>
>> Log:
>>   Fix "make cscope" after r317411
>
> This commit is disconnect netnatm module from build
>
> ?  Mixed 2 commit messages perhaps?
>
>>   Sponsored by:   Dell EMC Isilon
>>
>> Modified:
>>   head/sys/Makefile
>>
>> Modified: head/sys/Makefile
>> ==
>> --- head/sys/Makefile Mon May  1 02:08:44 2017(r317630)
>> +++ head/sys/Makefile Mon May  1 05:54:33 2017(r317631)
>> @@ -3,7 +3,7 @@
>>  # Directories to include in cscope name file and TAGS.
>>  CSCOPEDIRS=  boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
>>   geom gnu isa kern libkern modules net net80211 \
>> - netgraph netinet netinet6 netipsec netnatm netpfil \
>> + netgraph netinet netinet6 netipsec netpfil \
>>   netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
>>   rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
>>  .if !defined(CSCOPE_ARCHDIR)
>>
>>
>
> --
> Rod Grimes rgri...@freebsd.org
>
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r317631 - head/sys

2017-05-01 Thread Rodney W. Grimes
> Author: ngie
> Date: Mon May  1 05:54:33 2017
> New Revision: 317631
> URL: https://svnweb.freebsd.org/changeset/base/317631
> 
> Log:
>   Fix "make cscope" after r317411

This commit is disconnect netnatm module from build

?  Mixed 2 commit messages perhaps?

>   Sponsored by:   Dell EMC Isilon
> 
> Modified:
>   head/sys/Makefile
> 
> Modified: head/sys/Makefile
> ==
> --- head/sys/Makefile Mon May  1 02:08:44 2017(r317630)
> +++ head/sys/Makefile Mon May  1 05:54:33 2017(r317631)
> @@ -3,7 +3,7 @@
>  # Directories to include in cscope name file and TAGS.
>  CSCOPEDIRS=  boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
>   geom gnu isa kern libkern modules net net80211 \
> - netgraph netinet netinet6 netipsec netnatm netpfil \
> + netgraph netinet netinet6 netipsec netpfil \
>   netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
>   rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
>  .if !defined(CSCOPE_ARCHDIR)
> 
> 

-- 
Rod Grimes rgri...@freebsd.org
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r317631 - head/sys

2017-05-01 Thread Ngie Cooper
Author: ngie
Date: Mon May  1 05:54:33 2017
New Revision: 317631
URL: https://svnweb.freebsd.org/changeset/base/317631

Log:
  Fix "make cscope" after r317411
  
  Sponsored by: Dell EMC Isilon

Modified:
  head/sys/Makefile

Modified: head/sys/Makefile
==
--- head/sys/Makefile   Mon May  1 02:08:44 2017(r317630)
+++ head/sys/Makefile   Mon May  1 05:54:33 2017(r317631)
@@ -3,7 +3,7 @@
 # Directories to include in cscope name file and TAGS.
 CSCOPEDIRS=boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
geom gnu isa kern libkern modules net net80211 \
-   netgraph netinet netinet6 netipsec netnatm netpfil \
+   netgraph netinet netinet6 netipsec netpfil \
netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
 .if !defined(CSCOPE_ARCHDIR)
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"