Changeset 513


Ignore:
Timestamp:
Sep 15, 2006, 9:38:49 AM (19 years ago)
Author:
bird
Message:

Build new code. Windows can use the same DIRDEP macro as the other platforms now.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r503 r513  
    22
    332006-09-15:
     4    - kBuild/bin/x86.win32/kmk.exe:
     5        o Built new code.
     6    - kBuild/header.kmk:
     7        o DIRDEP is now the same on all platforms (fixed with 3.81 merge).
     8    - kBuild/bin/x86.linux/kmk:
     9        o Built new code on system360.
    410    - src/gmake:
     11        o Regenerated config.h.linux on system360.
     12        o Fixed stat("dir/", &st) on windows and some warnings.
    513        o Merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).
    614
  • trunk/kBuild/header.kmk

    r480 r513  
    464464#
    465465# @param        $1      The paths to the directories which must be created.
    466 ifeq ($(filter-out win32 win64 win nt,$(BUILD_PLATFORM)),)
    467 DIRDEP = $(patsubst %/,%,$(1))
    468 else
    469466DIRDEP = $(foreach path,$(patsubst %/,%,$(1)),$(path)/)
    470 endif
    471467
    472468
Note: See TracChangeset for help on using the changeset viewer.