An error occurred fetching the project authors.
- 24 Mar, 2003 1 commit
-
-
Pete Zaitcev authored
-
- 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
-
- 10 Feb, 2003 1 commit
-
-
Rob Radez authored
-
- 02 Jan, 2003 1 commit
-
-
Pete Zaitcev authored
-
- 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.
-
- 04 Nov, 2002 1 commit
-
-
Pete Zaitcev authored
-
- 16 Oct, 2002 1 commit
-
-
Pete Zaitcev authored
-
- 02 Oct, 2002 1 commit
-
-
Kai Germaschewski authored
The capitalized aliases $(CORE_FILES) etc are basically superfluous now, move the remaining users to $(core-y) and the like.
-
- 29 Sep, 2002 1 commit
-
-
Pete Zaitcev authored
-
- 25 Jul, 2002 1 commit
-
-
Pete Zaitcev authored
-
- 16 Jul, 2002 1 commit
-
-
Pete Zaitcev authored
-
- 20 Jun, 2002 1 commit
-
-
Kai Germaschewski authored
Some archs sneaked additional flags for ld into $(LD). This can be done cleaner now, by just using $(LDFLAGS).
-
- 24 May, 2002 1 commit
-
-
Kai Germaschewski authored
FORCE is the de-facto standard name for a prequisite to force recompilation, so instead of using a mix of 'dummy','FORCE' and 'FORCE_RECOMPILE' use 'FORCE' everywhere. Also, move figuring out the path relative to the top level dir into Rules.make, instead of calling an external script.
-
- 05 Feb, 2002 1 commit
-
-
Linus Torvalds authored
-