Displaying 6 results from an estimated 6 matches for "purnx".
Did you mean:
purn
2003 Nov 29
1
[PATCH] ash not make -j safe, make spotless updates
...^/]\+/\([^.]*\).*-\1.o-' | xargs echo OBJ_NODES =
OBJ_NODES = cd.o eval.o exec.o expand.o jobs.o main.o nodes.o options.o parser.o redir.o show.o trap.o var.o
make spotless doesnt work reliable, the patch adds a few more targets.
Is there a good reason to build ash.shared in klibc?
diff -p -purNx linux klibc-0.87.orig/ash/Makefile klibc-0.87/ash/Makefile
--- klibc-0.87.orig/ash/Makefile 2003-02-10 12:05:21.000000000 +0100
+++ klibc-0.87/ash/Makefile 2003-11-29 13:16:57.000000000 +0100
@@ -12,6 +12,9 @@ OBJ2 = builtins.o cd.o dirent.o bltin/ec
OBJS = $(OBJ1) $(OBJ2)
+OBJ_NODES = cd.o ev...
2003 Dec 12
2
[PATCH] ppc64 support
Marcus Meissner did the ppc64 port, I did the update for crt0.S.
Now ash does not segfault, at least.
diff -p -purNx linux klibc-0.92.orig/Makefile klibc-0.92/Makefile
--- klibc-0.92.orig/Makefile 2003-12-01 18:50:24.000000000 +0000
+++ klibc-0.92/Makefile 2003-12-12 23:18:23.000000000 +0000
@@ -20,4 +20,4 @@ clean:
spotless:
@set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
- rm -f klibc.spec
+ rm -f...
2004 Sep 11
1
[PATCH] fchdir syscall, opendir function
This adds the fchdir syscall and a new opendir() function.
diff -purNx linux ../klibc-0.172/klibc/SYSCALLS.def ./klibc/SYSCALLS.def
--- ../klibc-0.172/klibc/SYSCALLS.def 2004-08-25 23:56:49.000000000 +0200
+++ ./klibc/SYSCALLS.def 2004-09-11 20:46:10.187551992 +0200
@@ -86,6 +86,7 @@ int access(const char *, int)
int link(const char *, const char *)
int unlink(const...
2003 Nov 28
1
[PATCH] Makefile dependencies
ash/sh depends on crt0.o, but it has no dependency, so it will not see
updates to the changed file.
diff -p -purNx linux -x '.*.d' -x syscalls -x socketcalls y/klibc-0.87/ash/Makefile klibc-0.87/ash/Makefile
--- y/klibc-0.87/ash/Makefile 2003-02-10 12:05:21.000000000 +0100
+++ klibc-0.87/ash/Makefile 2003-11-28 00:39:38.000000000 +0100
@@ -31,7 +31,7 @@ CLEANFILES =\
all: $(PROG) $(PROG).shared
-$(...
2003 Nov 28
2
[PATCH] update crt0.S on ppc32
The _start stuff was changed some time ago, but ppc was not updated.
This fixes klibc for me. I'm not sure what to do with the second arg to
__libc_init, so I set it to 0..
However, looking at other static binaries, there is more stuff todo.
diff -p -purNx linux -x '.*.d' -x syscalls -x socketcalls y/klibc-0.87/klibc/arch/ppc/crt0.S klibc-0.87/klibc/arch/ppc/crt0.S
--- y/klibc-0.87/klibc/arch/ppc/crt0.S 2002-08-10 13:28:55.000000000 +0200
+++ klibc-0.87/klibc/arch/ppc/crt0.S 2003-11-28 00:39:11.000000000 +0100
@@ -1,29 +1,14 @@
#
# arch/ppc...
2004 Aug 13
1
[PATCH] make spotless update
make spotless leaves 2 generated files.
diff -purN klibc-0.159.orig/klibc/Makefile klibc-0.159/klibc/Makefile
--- klibc-0.159.orig/klibc/Makefile 2004-08-03 23:07:05.000000000 +0200
+++ klibc-0.159/klibc/Makefile 2004-08-13 22:23:35.696699671 +0200
@@ -156,6 +156,7 @@ clean: archclean
rm -f sha1hash errlist.c
spotless: clean
+ rm -f include/klibc/havesyscall.h syscalls.nrs
find . \( -name