Changeset 1109 for trunk/src/kmk/Makefile.kmk
- Timestamp:
- Sep 24, 2007, 4:27:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/Makefile.kmk
r1101 r1109 26 26 $(PATH_TARGET)/pwd.h \ 27 27 $(PATH_TARGET)/inttypes.h 28 TEMPLATE_BIN-KMK_CFLAGS.win.amd64 = $(TEMPLATE_BIN_CFLAGS.win.amd64) -wd4244 -wd4267 28 29 TEMPLATE_BIN-KMK_CLEAN.win = $(TEMPLATE_BIN-KMK_DEPS.win) 29 30 TEMPLATE_BIN-KMK_INCS = $(PATH_TARGET) . $(TEMPLATE_BIN_INCS) … … 112 113 CONFIG_WITH_XARGS \ 113 114 CONFIG_WITH_NANOTS \ 115 CONFIG_WITH_SET_CONDITIONALS \ 114 116 CONFIG_PRETTY_COMMAND_PRINTING \ 115 117 \ … … 367 369 $(MAKE) -f testcase-math.kmk 368 370 369 370 test_all: test_math test_stack test_shell 371 371 test_if1of: 372 $(MAKE) -f testcase-if1of.kmk 373 374 test_all: test_math test_stack test_shell test_if1of 375
Note:
See TracChangeset
for help on using the changeset viewer.