Changeset 3319 for trunk/src/kmk/variable.c
- Timestamp:
- Apr 14, 2020, 9:53:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r3302 r3319 1765 1765 && defined (KMK_HELPERS) 1766 1766 define_variable_cname ("KMK_FEATURES", 1767 "append-dash-n abspath includedep-queue install-hard-linking umask "1767 "append-dash-n abspath includedep-queue install-hard-linking umask quote" 1768 1768 " kBuild-define" 1769 1769 " rsort" … … 1796 1796 # else /* MSC can't deal with strings mixed with #if/#endif, thus the slow way. */ 1797 1797 # error "All features should be enabled by default!" 1798 strcpy (buf, "append-dash-n abspath includedep-queue install-hard-linking umask "1798 strcpy (buf, "append-dash-n abspath includedep-queue install-hard-linking umask quote" 1799 1799 " kBuild-define"); 1800 1800 # if defined (CONFIG_WITH_RSORT)
Note:
See TracChangeset
for help on using the changeset viewer.