VirtualBox

Changeset 69312 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Oct 25, 2017 2:31:13 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118634
Message:

scm: Process file export lists like files_vboxguest and such.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scm.cpp

    r69302 r69312  
    452452};
    453453
     454static PFNSCMREWRITER const g_aRewritersFor_FileLists[] = /* both makefile and shell script */
     455{
     456    rewrite_ForceLF,
     457    rewrite_ExpandTabs,
     458    rewrite_StripTrailingBlanks,
     459    rewrite_AdjustTrailingLines,
     460    rewrite_Copyright_HashComment,
     461};
     462
     463
    454464
    455465#define SCM_CFG_ENTRY(a_aRewriters, a_fBinary, a_szFilePatterns) \
     
    480490    SCM_CFG_ENTRY(g_aRewritersFor_QtTranslations,   false, "*.ts" ),
    481491    SCM_CFG_ENTRY(g_aRewritersFor_QtUiFiles,        false, "*.ui" ),
     492    /* Must be be last: */
     493    SCM_CFG_ENTRY(g_aRewritersFor_FileLists,        false, "files_*" ),
    482494};
    483495
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette