VirtualBox

Changeset 56547 in vbox


Ignore:
Timestamp:
Jun 18, 2015 10:36:54 PM (9 years ago)
Author:
vboxsync
Message:

build hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/Makefile.kmk

    r56546 r56547  
    956956        '' \
    957957                'PCREFENTRY     g_apHelpEntries[] = ' \
    958                 '{' \
    959                $(foreach refentry,$(filter %.xml,$^) \
    960                 , '    &g_$(subst -,_,$(tolower $(patsubst man_%,%,$(notdir $(basename $(refentry)))))), ') \
    961                 '};'\
     958                '{'
     959        $(foreach refentry,$(filter %.xml,$^) \
     960                ,$(NLTAB)$(QUIET)$(APPEND) -n "$@" \
     961                '    &g_$(subst -,_,$(tolower $(patsubst man_%,%,$(notdir $(basename $(refentry)))))), ')
     962        $(QUIET)$(APPEND) -n "$@" \
     963                '};' \
    962964                'const uint32_t g_cHelpEntries = RT_ELEMENTS(g_apHelpEntries);' \
    963965               ''
     966# The above APPEND stuff trigger some kind of problem on some boxes when not split up...
    964967
    965968$(VBOX_PATH_MANUAL_OUTBASE)/VBoxManageBuiltInHelp.h: \
Note: See TracChangeset for help on using the changeset viewer.

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