- Timestamp:
 - Apr 8, 2007, 3:36:06 PM (19 years ago)
 - Location:
 - trunk/essentials/sys-apps/coreutils
 - Files:
 - 
      
- 2 edited
 - 1 moved
 
- 
          
  Makefile.kmk (modified) (1 diff)
 - 
          
  kNIX-bootstrap-os2.x86-config.h (moved) (moved from trunk/essentials/sys-apps/coreutils/kNIX-boostrap-os2.x86-config.h )
 - 
          
  kNIX-bootstrap.kmk (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/essentials/sys-apps/coreutils/Makefile.kmk
r3043 r3048 18 18 19 19 pm_bindir := /bin 20 pm_topdir := .. 20 pm_topdir := ../../.. 21 21 include $(pm_topdir)/ports-make/gnugccomf.gmk 22 22  - 
      
trunk/essentials/sys-apps/coreutils/kNIX-bootstrap.kmk
r3043 r3048 25 25 # 26 26 27 DEPTH = .. 27 DEPTH = ../../.. 28 28 include $(PATH_KBUILD)/header.kmk 29 29 … … 32 32 TEMPLATE_coreutils_bin_DEFS = $(TEMPLATE_bin_DEFS) \ 33 33 HAVE_CONFIG_H \ 34 LIBDIR=\"/@unixroot/usr/lib\" 34 LIBDIR=\"/@unixroot/usr/lib\" 35 35 TEMPLATE_coreutils_bin_INCS = $(TEMPLATE_bin_INCS) \ 36 36 $(PATH_TARGET) \ … … 297 297 # config.h, localedir.h, and fnmatch.h. 298 298 # 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 300 303 $(INSTALL) $< $@ 301 304 … … 305 308 $(CAT) $@ 306 309 307 $(PATH_TARGET)/fnmatch.h: lib/fnmatch_.h308 $(INSTALL) $< $@309 310 310 311 include $(PATH_KBUILD)/footer.kmk  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  