An error occurred fetching the project authors.
- 09 Mar, 2003 1 commit
-
-
Sam Ravnborg authored
EXTRA_TARGETS served several purposes before: 1) List targets to be build (built-in only) 2) Inform kbuild of targets within the makefile Mixing the above are causing confusion, so for now on targets := is used to inform kbuild about targets in a Makefile - that it otherwise did not know about. kbuild uses the "targets :=" information to: a) read the dependency file .target.cmd b) delete the target file during make clean
-
- 15 Dec, 2002 1 commit
-
-
Brian Gerst authored
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the arch tree Makefiles.
-
- 12 Oct, 2002 1 commit
-
-
Kai Germaschewski authored
Not perfectly clean yet, but uses the standard way to descend into subdirs and gives me working vmlinux and linux targets without spurious rebuilds.
-
- 12 Sep, 2002 1 commit
-
-
Jeff Dike authored
This patch implements UML for 2.5.34.
-