Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7243
b: refs/heads/master
c: 2315c6e
h: refs/heads/master
i:
  7241: afad6cc
  7239: 0a5eedc
v: v3
  • Loading branch information
Sam Ravnborg committed Jul 25, 2005
1 parent 44ae589 commit d0c96c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 2a691470345a0024dd7ffaf47ad3d0f5f4f41924
refs/heads/master: 2315c6e42278152360470124ce903ecb8c97270a
10 changes: 5 additions & 5 deletions trunk/scripts/Makefile.clean
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ src := $(obj)
.PHONY: __clean
__clean:

# Shorthand for $(Q)$(MAKE) scripts/Makefile.clean obj=dir
# Usage:
# $(Q)$(MAKE) $(clean)=dir
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)
Expand Down Expand Up @@ -89,8 +94,3 @@ $(subdir-ymn):
# If quiet is set, only print short version of command

cmd = @$(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))' &&) $(cmd_$(1))

# Shorthand for $(Q)$(MAKE) scripts/Makefile.clean obj=dir
# Usage:
# $(Q)$(MAKE) $(clean)=dir
clean := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.clean obj

0 comments on commit d0c96c7

Please sign in to comment.