Displaying 1 result from an estimated 1 matches for "8c500e3".
Did you mean:
500e3
2005 Dec 28
0
kbuild: clean a bit better
...SCCS and others. I doubt people use
it for klibc anyway, but it easy to ignore these too.
I recall I tested make clean and I cannot see how I have missed
all the *.o files. Maybe cogito played me a trick?
Anyway I learned to use git ls-files --others
Sam
diff --git a/Makefile b/Makefile
index 8c500e3..db9b8ac 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ export KLIBCSRC := klibc
export KLIBCINC := include
export KLIBCOBJ := klibc
export KLIBCKERNELSRC := linux/
+include scripts/Kbuild.include
export CC := gcc
NOSTDINC_FLAGS := -nostdlib -nostdinc -isystem $(shell $(CC) -print...