[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/Makefile between version 1.33 and 1.33.10.1

version 1.33, 2008/02/17 16:23:12 version 1.33.10.1, 2009/05/04 08:11:14
Line 13  SI386= ${SYSDIR}/arch/i386/acpi/*.[ch] \
Line 13  SI386= ${SYSDIR}/arch/i386/acpi/*.[ch] \
         ${SYSDIR}/arch/i386/pnpbios/*.[ch] \          ${SYSDIR}/arch/i386/pnpbios/*.[ch] \
         ${SYSDIR}/contrib/dev/ath/*.[ch] \          ${SYSDIR}/contrib/dev/ath/*.[ch] \
         ${SYSDIR}/contrib/dev/ath/netbsd/*.[ch] \          ${SYSDIR}/contrib/dev/ath/netbsd/*.[ch] \
         ${SYSDIR}/contrib/dev/ath/public/*.[ch]          ${SYSDIR}/contrib/dev/ath/public/*.[ch] \
 SI386+= ${SYSDIR}/arch/x86/x86/*.[ch] ${SYSDIR}/arch/x86/include/*.h \          ${SYSDIR}/dist/acpica/*.[ch]
   SI386+= ${SYSDIR}/arch/x86/x86/*.[ch] \
           ${SYSDIR}/arch/x86/acpi/*.[ch] \
           ${SYSDIR}/arch/x86/include/*.h \
         ${SYSDIR}/arch/x86/isa/*.[ch] \          ${SYSDIR}/arch/x86/isa/*.[ch] \
         ${SYSDIR}/arch/x86/pci/*.[ch]          ${SYSDIR}/arch/x86/pci/*.[ch]
 AI386=  ${SYSDIR}/arch/i386/i386/*.[sS]  AI386=  ${SYSDIR}/arch/i386/i386/*.[sS]
Line 29  tags:
Line 32  tags:
         -echo ${SI386} | xargs ctags -wadtf ${TI386}          -echo ${SI386} | xargs ctags -wadtf ${TI386}
         -${FINDCOMM} | xargs ctags -wadtf ${TI386}          -${FINDCOMM} | xargs ctags -wadtf ${TI386}
         egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \          egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
             sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3     \1      /^\2(\3\4$$/;" \              ${TOOL_SED} -e \
           "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3     \1      /^\2(\3\4$$/;" \
                 >> ${TI386}                  >> ${TI386}
         sort -o ${TI386} ${TI386}          sort -o ${TI386} ${TI386}
   

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.33.10.1

CVSweb <webmaster@jp.NetBSD.org>