Displaying 2 results from an estimated 2 matches for "bc50c48".
Did you mean:
b551c48
2006 Apr 17
0
[PATCH] klibc: generate havesyscall in $(objtree) with make O=..
...gs)
+else
+_klibccflags = $(call flags,__klibccflags)
+_klibcaflags = $(call flags,__klibcaflags)
+endif
klibccflags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(_klibccflags)
klibcaflags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(_klibcaflags)
diff --git a/usr/Kbuild b/usr/Kbuild
index bc50c48..6ac1959 100644
--- a/usr/Kbuild
+++ b/usr/Kbuild
@@ -4,7 +4,7 @@ #
# klibc definitions - to be moved to top-level Makefile later
export KLIBCSRC := $(srctree)/$(src)/klibc
-export KLIBCINC := $(srctree)/$(src)/include
+export KLIBCINC := $(src)/include
export KLIBCOBJ := $(objtree)/$(obj)/kli...
2006 Apr 17
0
[PATCH] klibc: default initramfs content stored in usr/initramfs.default
...+238,6 @@ while [ $# -gt 0 ]; do
;;
*)
case "$arg" in
- "-d") process_file "$arg" "$#"
- ;;
"-"*) unknown_option
;;
*) process_file "$arg" "$#"
diff --git a/usr/Kbuild b/usr/Kbuild
index e338cf9..bc50c48 100644
--- a/usr/Kbuild
+++ b/usr/Kbuild
@@ -53,14 +53,14 @@ #####
# Generate the initramfs cpio archive
hostprogs-y := gen_init_cpio
-ginitramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
+ginitramfs := $(CONFIG_SHELL) $(srctree)/scripts/gen_initramfs_list.sh
+ramfs-def :...