- Timestamp:
- Feb 11, 2009 4:37:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r16677 r16682 118 118 endif # xpcom 119 119 120 120 121 # 121 122 # Strip documentation from source XIDL so that we don't get a full 122 # 123 # recompile every time a comma in the documentation is changed. 123 124 # 124 125 $(VBOX_XIDL_FILE).ts |+ $(VBOX_XIDL_FILE): \ … … 128 129 # $(CP) -fv $< $(VBOX_XIDL_FILE).ts 129 130 $(VBOX_XSLTPROC) -o $(VBOX_XIDL_FILE).ts $(VBOX_PATH_MAIN_SRC)/idl/docstrip.xsl $< 130 $(CP) --changed -fv $(VBOX_XIDL_FILE).ts $(VBOX_XIDL_FILE_SRC) 131 $(CP) --changed -fv $(VBOX_XIDL_FILE).ts $(VBOX_XIDL_FILE) 132 131 133 132 134 #
Note:
See TracChangeset
for help on using the changeset viewer.