Displaying 5 results from an estimated 5 matches for "quiet_cmd_syscall".
Did you mean:
quiet_cmd_syscalls
2005 Jul 28
0
[PATCH] Use KLIBSRC + KLIBINC consistent in kbuild files
...alls.nrs
targets += $(syscall-objs)
# Side effect of running syscalls.pl
-clean-files += $(objtree)/usr/include/klibc/havesyscall.h
+clean-files += $(KLIBINC)/klibc/havesyscall.h
# All the syscall stubs
clean-files += *.o *.S *.c
@@ -37,29 +35,29 @@ $(obj)/syscalls.o: $(call objectify,$(sy
quiet_cmd_syscall.i = GEN $@
cmd_syscall.i = $(USERCC) $(usercflags) -D__ASSEMBLY__ \
-ansi -x assembler-with-cpp -E -o $@ $<
-$(obj)/SYSCALLS.i: $(klibc-dir)/SYSCALLS.def FORCE
+$(obj)/SYSCALLS.i: $(KLIBSRC)/SYSCALLS.def FORCE
$(call if_changed_dep,syscall.i)
# Ge...
2005 Jul 30
3
kbuild updates to klibc
Hi Peter & others.
Here are three patches that does the following:
#1 - Update kbuild part of klibc so make clean works
Adds gzip including a sample kbuild file
#2 - Factor out definition of usr/ to two variables
#3 - Move kbuild files to reflect location in the kernel
As requested in earlier mail I need a bit of guidiance of what you
expect from the kernel integrated parts of klibc.
2006 May 11
0
[patch] klibc: merge s390 and s390x
...n";
- close(OUT);
-}
-
-1;
diff -purN a/usr/klibc/syscalls/Kbuild b/usr/klibc/syscalls/Kbuild
--- a/usr/klibc/syscalls/Kbuild 2006-05-11 08:09:08.000000000 +0200
+++ b/usr/klibc/syscalls/Kbuild 2006-05-11 08:10:07.000000000 +0200
@@ -53,14 +53,14 @@ $(obj)/syscalls.nrs: $(KLIBCINC)/sys/sys
quiet_cmd_syscalls = GEN $@
cmd_syscalls = mkdir -p $(KLIBCINC)/klibc/; \
$(PERL) $(KLIBCSRC)/syscalls.pl $(obj)/SYSCALLS.i \
- $(KLIBCSRC)/arch/$(KLIBCARCH)/sysstub.ph \
+ $(KLIBCSRC)/a...
2006 May 24
1
[patch] klibc: merge s390/s390x 2nd try
...n";
- close(OUT);
-}
-
-1;
diff -purN a/usr/klibc/syscalls/Kbuild b/usr/klibc/syscalls/Kbuild
--- a/usr/klibc/syscalls/Kbuild 2006-05-24 15:19:13.000000000 +0200
+++ b/usr/klibc/syscalls/Kbuild 2006-05-24 13:02:18.000000000 +0200
@@ -53,14 +53,14 @@ $(obj)/syscalls.nrs: $(KLIBCINC)/sys/sys
quiet_cmd_syscalls = GEN $@
cmd_syscalls = mkdir -p $(KLIBCINC)/klibc/; \
$(PERL) $(KLIBCSRC)/syscalls.pl $(obj)/SYSCALLS.i \
- $(KLIBCSRC)/arch/$(KLIBCARCH)/sysstub.ph \
+ $(KLIBCSRC)/a...
2010 Mar 02
17
[PATCH 00/16] External building, update for 2.6.33 and multiple root devices.
The following patchset implements 3 seperate series of changes.
External Building
=================
Patches 1 through 8 enable to use of klibc's build system while leaving the src
tree pristine (and potentially read only). Specifically:
- srctree=<Sources for klibc>
- objtree=<Ouput directory for klibc>
- KLIBCKERNELSRC=<Kernel sources>
- KLIBCKERNELOBJ=<Kernel