Changeset 763 for trunk/src/gmake/Makefile.kmk
- Timestamp:
- Jan 19, 2007, 2:29:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/Makefile.kmk
r750 r763 40 40 CONFIG_WITH_COMPARE \ 41 41 CONFIG_WITH_STACK \ 42 CONFIG_WITH_MATH \ 42 43 EXPERIMENTAL \ 43 44 \ … … 290 291 CONFIG_WITH_TOUPPER_TOLOWER \ 291 292 EXPERIMENTAL 292 293 293 294 kmk_gmake_SOURCES = \ 294 295 main.c \ … … 341 342 include $(PATH_KBUILD)/footer.kmk 342 343 343 344 344 345 # 345 346 # Use checked in config.h instead of running ./Configure for it. 346 # 347 # 347 348 config.h.$(BUILD_TARGET) := config.h.$(BUILD_TARGET) 348 349 config.h.win := config.h.W32 … … 407 408 test_stack: 408 409 $(MAKE) -f testcase-stack.kmk 410 411 test_math: 412 $(MAKE) -f testcase-math.kmk 413 414 415 test_all: test_math test_stack test_shell
Note:
See TracChangeset
for help on using the changeset viewer.