Ignore:
Timestamp:
Sep 24, 2007, 4:27:14 AM (18 years ago)
Author:
bird
Message:

New feature: if1of and ifn1of (CONFIG_WITH_SET_CONDITIONALS).

File:
1 edited

Legend:

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

    r1101 r1109  
    2626        $(PATH_TARGET)/pwd.h \
    2727        $(PATH_TARGET)/inttypes.h
     28TEMPLATE_BIN-KMK_CFLAGS.win.amd64 = $(TEMPLATE_BIN_CFLAGS.win.amd64) -wd4244 -wd4267
    2829TEMPLATE_BIN-KMK_CLEAN.win = $(TEMPLATE_BIN-KMK_DEPS.win)
    2930TEMPLATE_BIN-KMK_INCS = $(PATH_TARGET) . $(TEMPLATE_BIN_INCS)
     
    112113        CONFIG_WITH_XARGS \
    113114        CONFIG_WITH_NANOTS \
     115        CONFIG_WITH_SET_CONDITIONALS \
    114116        CONFIG_PRETTY_COMMAND_PRINTING \
    115117        \
     
    367369        $(MAKE) -f testcase-math.kmk
    368370
    369 
    370 test_all:       test_math test_stack test_shell
    371 
     371test_if1of:
     372        $(MAKE) -f testcase-if1of.kmk
     373
     374test_all:       test_math test_stack test_shell test_if1of
     375
Note: See TracChangeset for help on using the changeset viewer.