Displaying 4 results from an estimated 4 matches for "klibcdir".
Did you mean:
klibcdirs
2006 Apr 17
0
[PATCH] klibc: rebuild cpio image when content changes
...initramfs and to detect if any files are added/removed.
+# Removed files are identified by directory timestamp being updated
+# The dependency list is generated by gen_initramfs.sh -l
+ifneq ($(wildcard $(obj)/.initramfs_data.cpio.gz.d),)
+ include $(obj)/.initramfs_data.cpio.gz.d
+endif
-.PHONY: klibcdirs
-$(obj)/initramfs_list: klibcdirs
+# build klibc library before the klibc programs
+# build klibc programs before cpio.gz
+.PHONY: initramfs $(usr-subdirs) $(klibc-subdir)
+initramfs: $(usr-subdirs) $(klibc-subdir)
+$(deps_initramfs): $(usr-subdirs) $(klibc-subdir)
-klibcdirs: FORCE
- $(...
2006 Apr 08
0
[WIP] rebuild initramfs when content changes
...bc definitions - to be moved to top-level Makefile later
export KLIBCSRC := $(srctree)/$(src)/klibc
export KLIBCINC := $(srctree)/$(src)/include
export KLIBCOBJ := $(objtree)/$(obj)/klibc
CONFIG_KLIBC := 1
# Klibc binaries
ifdef CONFIG_KLIBC
klibc := -f $(srctree)/scripts/Kbuild.klibc obj
.PHONY: klibcdirs
$(obj)/initramfs_list: klibcdirs
klibcdirs: FORCE
$(Q)$(MAKE) $(klibc)=$(src)/klibc
$(Q)$(MAKE) $(klibc)=$(src)/kinit
$(Q)$(MAKE) $(klibc)=$(src)/utils
$(Q)$(MAKE) $(klibc)=$(src)/dash
$(Q)$(MAKE) $(klibc)=$(src)/gzip
endif
subdir- := klibc kinit utils dash gzip
# Generate builtin.o based...
2006 Feb 15
0
Unable to build linux-2.6-klibc with O=
...sr/dash/var.o
KLIBCLD usr/dash/sh
usr/dash/builtins.o:(.rodata+0x34): undefined reference to `bgcmd'
usr/dash/builtins.o:(.rodata+0xc4): undefined reference to `histcmd'
usr/dash/builtins.o:(.rodata+0xd0): undefined reference to `fgcmd'
make[3]: *** [usr/dash/sh] Error 1
make[2]: *** [klibcdirs] Error 2
make[1]: *** [usr] Error 2
make: *** [cdbuilddir] Error 2
This does not happen without O=, and I don't know what's going wrong :(
Luca
--
Home: http://kronoz.cjb.net
Non capisco tutta questa eccitazione per il Multitasking:
io sono anni che leggo in bagno.
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: