VirtualBox

Changeset 69268 in vbox


Ignore:
Timestamp:
Oct 25, 2017 10:15:38 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118586
Message:

scm: fix up non-kBuild makefiles too

File:
1 edited

Legend:

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

    r69267 r69268  
    243243};
    244244
     245static PFNSCMREWRITER const g_aRewritersFor_OtherMakefiles[] =
     246{
     247    rewrite_ForceNativeEol,
     248    rewrite_StripTrailingBlanks,
     249    rewrite_AdjustTrailingLines,
     250    rewrite_SvnNoExecutable,
     251    rewrite_SvnKeywords,
     252    rewrite_Copyright_HashComment,
     253};
     254
    245255static PFNSCMREWRITER const g_aRewritersFor_C_and_CPP[] =
    246256{
     
    410420    SCM_CFG_ENTRY(g_aRewritersFor_Makefile_kup,     false, "Makefile.kup" ),
    411421    SCM_CFG_ENTRY(g_aRewritersFor_Makefile_kmk,     false, "*.kmk" ),
     422    SCM_CFG_ENTRY(g_aRewritersFor_OtherMakefiles,   false, "Makefile" ),
    412423    SCM_CFG_ENTRY(g_aRewritersFor_C_and_CPP,        false, "*.c|*.cpp|*.C|*.CPP|*.cxx|*.cc|*.m|*.mm" ),
    413424    SCM_CFG_ENTRY(g_aRewritersFor_H_and_HPP,        false, "*.h|*.hpp" ),
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