VirtualBox

Changeset 2509 in vbox


Ignore:
Timestamp:
May 4, 2007 6:49:56 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20940
Message:

Added the sources to the generate messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r2490 r2509  
    910910#
    911911$(PATH_TARGET)/errmsgdata.h: errmsg.sed $(DEPTH)/include/iprt/err.h $(DEPTH)/include/VBox/err.h
    912         $(call MSG_GENERATE,,$@)
     912        $(call MSG_GENERATE,,$@,$(filter %.h,$^))
    913913        $(QUIET)$(MKDIR) -p $(PATH_TARGET)
    914914        $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
    915915## @todo r=bird: rename this to indicate that it's not only COM errors, but all win32/64 errors.
    916916$(PATH_TARGET)/errmsgcomdata.h: errmsgcom.sed $(PATH_SDK_WINPSDK_INC)/WinError.h
    917         $(call MSG_GENERATE,,$@)
     917        $(call MSG_GENERATE,,$@,$(filter %.h,$^))
    918918        $(QUIET)$(MKDIR) -p $(PATH_TARGET)
    919919        $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
    920920$(PATH_TARGET)/errmsgxpcomdata.h: errmsgxpcom.sed $(DEPTH)/src/libs/xpcom18a4/xpcom/base/nsError.h
    921         $(call MSG_GENERATE,,$@)
     921        $(call MSG_GENERATE,,$@,$(filter %.h,$^))
    922922        $(QUIET)$(MKDIR) -p $(PATH_TARGET)
    923923        $(QUIET)$(SED) -f $< $(filter %.h,$^) > $@
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