search for: db9b8ac

Displaying 1 result from an estimated 1 matches for "db9b8ac".

Did you mean: db9b21ac
2005 Dec 28
0
kbuild: clean a bit better
...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-file-nam...