Ignore:
Timestamp:
Jan 13, 2010, 2:45:49 AM (16 years ago)
Author:
bird
Message:

kash: Fixed some file handle inheritance issues on windows. piping to the native sort.exe works now.

File:
1 edited

Legend:

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

    r2315 r2376  
    191191endif
    192192
     193#
     194# For debugging file handle inheritance on Windows.
     195#
     196if "$(KBUILD_TARGET)" == win && 0
     197PROGRAMS += tstDump
     198tstDump_TEMPLATE = BIN
     199tstDump_SOURCES = tstDump.c
     200endif
     201
    193202# Include the sub-makefile.
    194203include $(PATH_SUB_CURRENT)/tests/Makefile.kmk
Note: See TracChangeset for help on using the changeset viewer.