Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7248
b: refs/heads/master
c: db8c1a7
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Jul 27, 2005
1 parent 4c28e86 commit 6aab2ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72ba47c1b293ae78f7d798b458bb9d3db65c7551
refs/heads/master: db8c1a7b2ca25f37b1429c00e82d6568f86caec1
4 changes: 2 additions & 2 deletions trunk/scripts/Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ __build:
-include .config

# The filename Kbuild has precedence over Makefile
include $(if $(wildcard $(srctree)/$(src)/Kbuild), \
$(srctree)/$(src)/Kbuild, $(srctree)/$(src)/Makefile)
kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)

include scripts/Kbuild.include
include scripts/Makefile.lib
Expand Down
4 changes: 2 additions & 2 deletions trunk/scripts/Makefile.clean
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ __clean:
clean := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.clean obj

# The filename Kbuild has precedence over Makefile
include $(if $(wildcard $(srctree)/$(src)/Kbuild), \
$(srctree)/$(src)/Kbuild, $(srctree)/$(src)/Makefile)
kbuild-dir := $(if $(filter /%,$(src)),$(src),$(srctree)/$(src))
include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile)

# Figure out what we need to build from the various variables
# ==========================================================================
Expand Down

0 comments on commit 6aab2ed

Please sign in to comment.