Ignore:
Timestamp:
Dec 15, 2006, 3:41:46 AM (19 years ago)
Author:
bird
Message:

stack functions and enabled the 'eq' and 'not' functions.

File:
1 edited

Legend:

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

    r613 r720  
    3838        CONFIG_WITH_VALUE_LENGTH \
    3939        CONFIG_WITH_COMPARE \
     40        CONFIG_WITH_STACK \
     41        EXPERIMENTAL \
    4042        \
    4143        BUILD_PLATFORM=\"$(BUILD_TARGET)\" \
     
    285287        HAVE_CONFIG_H \
    286288        NO_ARCHIVES \
    287         CONFIG_WITH_TOUPPER_TOLOWER
     289        CONFIG_WITH_TOUPPER_TOLOWER \
     290        EXPERIMENTAL
    288291       
    289292kmk_gmake_SOURCES = \
     
    400403                -e 's/foo/\!/'
    401404
     405
     406test_stack:
     407        $(MAKE) -f testcase-stack.kmk
Note: See TracChangeset for help on using the changeset viewer.