Changeset 683 for trunk/src


Ignore:
Timestamp:
Dec 8, 2006, 3:05:09 AM (19 years ago)
Author:
bird
Message:

configured sed and ash for darwin and rebuilt the darwin binaries.

Location:
trunk/src
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.kmk

    r610 r683  
    22
    33SUBDIRS = lib gmake sed kDepPre kDepIDB
     4ifeq ($(BUILD_TARGET),win)
     5SUBDIRS += ash
     6endif
    47
    58DEPTH = ..
  • trunk/src/ash/Makefile.kmk

    r639 r683  
    2121        HAVE_SYS_SIGNAME HAVE_SYSCTL_H HAVE_SETPROGNAME \
    2222        EXEC_HASH_BANG_SCRIPT PC_OS2_LIBPATHS PC_PATH_SEP PC_DRIVE_LETTERS PC_EXE_EXTS
     23kmk_ash_DEFS.darwin = \
     24        HAVE_SYS_SIGNAME HAVE_SYSCTL_H HAVE_SETPROGNAME
    2325kmk_ash_INCS = $(PATH_TARGET) . # (the last is because of error.h)
    2426kmk_ash_CFLAGS.win = -I. ## @todo kBuild bug.
     
    9395# Use the pregenerated code.
    9496#
    95 kmk_ash_DEPS :=
     97kmk_ash_DEPS :=Ä
    9698
    9799define def_copy_generated
  • trunk/src/sed/Makefile.kmk

    r648 r683  
    3232        lib/utils.c \
    3333        lib/regex.c
     34kmk_sed_SOURCES.darwin += \
     35        lib/strverscmp.c \
     36        lib/obstack.c \
     37        lib/getline.c
    3438ifeq ($(filter-out win32 win64 win nt,$(BUILD_TARGET)),)
    3539kmk_sed_SOURCES += \
Note: See TracChangeset for help on using the changeset viewer.