This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
eudev
Watch
1
Star
0
Fork
0
You've already forked eudev
mirror of
https://github.com/AuxXxilium/eudev.git
synced
2025-01-23 23:49:45 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
61f76f5c9c
eudev
/
klibc
/
Makefile
7 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree. Not hooked up to the build yet.
2003-10-23 08:37:40 +07:00
SUBDIRS
=
klibc
added initial files.
2005-04-27 10:59:47 +07:00
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree. Not hooked up to the build yet.
2003-10-23 08:37:40 +07:00
all
:
%
:
@set -e
;
for
d in
$(
SUBDIRS
)
;
do
$(
MAKE
)
-C
$$
d
$@
;
done
Reference in New Issue
Copy Permalink