Changeset 3610


Ignore:
Timestamp:
Sep 12, 2024, 10:38:22 PM (10 months ago)
Author:
bird
Message:

sed upgrade: Made a copy of the current sed version that can be used while upgrading platform by platform.

Location:
trunk/src
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.kmk

    r3539 r3610  
    2828
    2929include $(PATH_SUB_CURRENT)/lib/Makefile.kmk
    30 include $(PATH_SUB_CURRENT)/sed/Makefile.kmk
     30if1of ($(KBUILD_TARGET), )
     31 include $(PATH_SUB_CURRENT)/sed/Makefile.kmk
     32else
     33 include $(PATH_SUB_CURRENT)/oldsed/Makefile.kmk
     34endif
    3135include $(PATH_SUB_CURRENT)/kmk/Makefile.kmk
    3236include $(PATH_SUB_CURRENT)/kash/Makefile.kmk
Note: See TracChangeset for help on using the changeset viewer.