diff options
author | Sam Ravnborg <sam@mars.(none)> | 2005-07-25 08:51:08 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-07-25 08:51:08 -0400 |
commit | 7c6b155fb49fbc63e0b30a1d49552693c0b45be7 (patch) | |
tree | 55451f57b3963421522a2662bc3d537f6b58f5cd /Makefile | |
parent | 43af5f23354dbd67d2fd2d523eefad8053ac388b (diff) |
kbuild: drop descend - converting existing users
There was only two users left of descend. Fix them so they
use $(clean)= and $(build)=.
Drop definition of descend.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1356,11 +1356,6 @@ build := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build obj | |||
1356 | # $(Q)$(MAKE) $(clean)=dir | 1356 | # $(Q)$(MAKE) $(clean)=dir |
1357 | clean := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.clean obj | 1357 | clean := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.clean obj |
1358 | 1358 | ||
1359 | # $(call descend,<dir>,<target>) | ||
1360 | # Recursively call a sub-make in <dir> with target <target> | ||
1361 | # Usage is deprecated, because make does not see this as an invocation of make. | ||
1362 | descend =$(Q)$(MAKE) -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.build obj=$(1) $(2) | ||
1363 | |||
1364 | endif # skip-makefile | 1359 | endif # skip-makefile |
1365 | 1360 | ||
1366 | FORCE: | 1361 | FORCE: |