Ignore:
Timestamp:
Feb 27, 2014, 12:23:54 AM (11 years ago)
Author:
bird
Message:

s/PATH_DEVTOOLS/KBUILD_DEVTOOLS/g, (c) & e-mail updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/ZIP.kmk

    r2413 r2726  
    55
    66#
    7 # Copyright (c) 2006-2010 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
     7# Copyright (c) 2006-2014 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net>
    88#
    99# This file is part of kBuild.
     
    3636# Tool Specific Properties
    3737ifndef TOOL_ZIP_UNPACK
    38  TOOL_ZIP_UNPACK := $(wildcard $(PATH_DEVTOOLS_BLD)/unzip/v*/unzip$(HOSTSUFF_EXE))
     38 TOOL_ZIP_UNPACK := $(wildcard $(KBUILD_DEVTOOLS_BLD)/unzip/v*/unzip$(HOSTSUFF_EXE))
    3939 ifeq ($(TOOL_ZIP_UNPACK),)
    40   TOOL_ZIP_UNPACK := $(wildcard $(PATH_DEVTOOLS_BLD)/zip/v*/unzip$(HOSTSUFF_EXE))
     40  TOOL_ZIP_UNPACK := $(wildcard $(KBUILD_DEVTOOLS_BLD)/zip/v*/unzip$(HOSTSUFF_EXE))
    4141 endif
    4242 ifeq ($(TOOL_ZIP_UNPACK),)
    43   TOOL_ZIP_UNPACK := $(wildcard $(PATH_DEVTOOLS_BLD)/bin/unzip$(HOSTSUFF_EXE))
     43  TOOL_ZIP_UNPACK := $(wildcard $(KBUILD_DEVTOOLS_BLD)/bin/unzip$(HOSTSUFF_EXE))
    4444 endif
    4545 ifneq ($(TOOL_ZIP_UNPACK),)
     
    5252endif
    5353#ifndef TOOL_ZIP_PACK
    54 # TOOL_ZIP_PACK := $(wildcard $(PATH_DEVTOOLS_BLD)/zip/v*/zip$(HOSTSUFF_EXE))
     54# TOOL_ZIP_PACK := $(wildcard $(KBUILD_DEVTOOLS_BLD)/zip/v*/zip$(HOSTSUFF_EXE))
    5555# ifeq ($(TOOL_ZIP_PACK),)
    56 #  TOOL_ZIP_PACK := $(wildcard $(PATH_DEVTOOLS_BLD)/unzip/v*/zip$(HOSTSUFF_EXE))
     56#  TOOL_ZIP_PACK := $(wildcard $(KBUILD_DEVTOOLS_BLD)/unzip/v*/zip$(HOSTSUFF_EXE))
    5757# endif
    5858# ifeq ($(TOOL_ZIP_PACK),)
    59 #  TOOL_ZIP_PACK := $(wildcard $(PATH_DEVTOOLS_BLD)/bin/zip$(HOSTSUFF_EXE))
     59#  TOOL_ZIP_PACK := $(wildcard $(KBUILD_DEVTOOLS_BLD)/bin/zip$(HOSTSUFF_EXE))
    6060# endif
    6161# ifneq ($(TOOL_ZIP_PACK),)
Note: See TracChangeset for help on using the changeset viewer.