Changeset 3048 for trunk


Ignore:
Timestamp:
Apr 8, 2007, 3:36:06 PM (18 years ago)
Author:
bird
Message:

made it build in new place, fixed typo.

Location:
trunk/essentials/sys-apps/coreutils
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-apps/coreutils/Makefile.kmk

    r3043 r3048  
    1818
    1919pm_bindir := /bin
    20 pm_topdir := ..
     20pm_topdir := ../../..
    2121include $(pm_topdir)/ports-make/gnugccomf.gmk
    2222
  • trunk/essentials/sys-apps/coreutils/kNIX-bootstrap.kmk

    r3043 r3048  
    2525#
    2626
    27 DEPTH = ..
     27DEPTH = ../../..
    2828include $(PATH_KBUILD)/header.kmk
    2929
     
    3232TEMPLATE_coreutils_bin_DEFS = $(TEMPLATE_bin_DEFS) \
    3333        HAVE_CONFIG_H \
    34         LIBDIR=\"/@unixroot/usr/lib\" 
     34        LIBDIR=\"/@unixroot/usr/lib\"
    3535TEMPLATE_coreutils_bin_INCS = $(TEMPLATE_bin_INCS) \
    3636        $(PATH_TARGET) \
     
    297297# config.h, localedir.h, and fnmatch.h.
    298298#
    299 $(PATH_TARGET)/config.h: kNIX-boostrap-$(BUILD_TARGET).$(BUILD_TARGET_ARCH)-config.h
     299$(PATH_TARGET)/config.h: kNIX-bootstrap-$(BUILD_TARGET).$(BUILD_TARGET_ARCH)-config.h
     300        $(INSTALL) $< $@
     301
     302$(PATH_TARGET)/fnmatch.h: lib/fnmatch_.h
    300303        $(INSTALL) $< $@
    301304
     
    305308        $(CAT) $@
    306309
    307 $(PATH_TARGET)/fnmatch.h: lib/fnmatch_.h
    308         $(INSTALL) $< $@
    309310
    310311include $(PATH_KBUILD)/footer.kmk
Note: See TracChangeset for help on using the changeset viewer.