Changeset 3114 for trunk/src/lib


Ignore:
Timestamp:
Oct 29, 2017, 7:02:04 PM (8 years ago)
Author:
bird
Message:

kmk_install: added --dos2unix and --unix2dos flags.

Location:
trunk/src/lib
Files:
7 added
2 edited

Legend:

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

    r3060 r3114  
    4141        maybe_con_write.c \
    4242        maybe_con_fwrite.c \
     43       dos2unix.c \
    4344        kbuild_version.c
    4445kUtil_SOURCES.win = \
  • trunk/src/lib/kDep.c

    r3105 r3114  
    6969/* For the GNU/hurd weirdo. */
    7070#if !defined(PATH_MAX) && !defined(_MAX_PATH)
    71 # define PATH_MAX 2048
     71# define PATH_MAX 4096
    7272#endif
    7373
Note: See TracChangeset for help on using the changeset viewer.