diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-22 18:37:40 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:05:23 -0700 |
commit | a41a0e28c2ba0abf99b5e7ea17645ae0e4f05758 (patch) | |
tree | f800d7d565c294adb15f88d4f14064f93054da70 /klibc/Makefile | |
parent | 6c0eae77a1443c51a0c089f4d4053ffff13666f5 (diff) |
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
Not hooked up to the build yet.
Diffstat (limited to 'klibc/Makefile')
-rw-r--r-- | klibc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/klibc/Makefile b/klibc/Makefile index 288a862707..5f9a7d6a6e 100644 --- a/klibc/Makefile +++ b/klibc/Makefile @@ -1,3 +1,6 @@ +SUBDIRS = klibc -clean: - @echo "all clean" +all: + +%: + @set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done |