Changeset 5946 in vbox
- Timestamp:
- Dec 4, 2007 4:57:15 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26499
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r5945 r5946 27 27 KMK_NEW_SED = 1 28 28 KMK_NEW_CP = 1 29 #KMK_USE_REDIRECT = 129 KMK_USE_REDIRECT = 1 30 30 #KMK_USE_TEST = 1 31 31 32 32 # Enable automatic installation of what's built. 33 33 KBUILD_DO_AUTO_INSTALL := 1 34 # Add the GPLExport pass.35 34 PASSES := $(filter-out PACKING,$(PASSES)) PACKING # temporary hack 36 PASSES += GPLEXPORT37 35 # Modify the order of the INSTALLS and OTHERS passes. 38 36 DEFAULT_PASSES := BLDPROGS LIBRARIES DLLS BINARIES INSTALLS OTHERS 39 40 ## PASS: gplexport41 # This pass processes custom gplexport rules listed in42 # the GPLEXPORTS variable.43 PASS_GPLEXPORT := GPL and LGPL source export44 PASS_GPLEXPORT_trgs :=45 PASS_GPLEXPORT_vars := GPLEXPORTS46 PASS_GPLEXPORT_pass := gplexport47 #alias48 gplexport: pass_gplexport49 37 50 38 # Install paths.
Note:
See TracChangeset
for help on using the changeset viewer.