Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253711
b: refs/heads/master
c: 569658d
h: refs/heads/master
i:
  253709: d687a40
  253707: 2c14f43
  253703: 790ca16
  253695: 34ce681
v: v3
  • Loading branch information
Michal Marek committed Jun 15, 2011
1 parent e75d789 commit 4534dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 37aa9a2eb4d9b1a4aec1fd18bb2bb6bca029de27
refs/heads/master: 569658dddf276ceb0780776e7f5d61d9f8d8cb88
3 changes: 2 additions & 1 deletion trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,8 @@ quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files))

# Run depmod only if we have System.map and depmod is executable
quiet_cmd_depmod = DEPMOD $(KERNELRELEASE)
cmd_depmod = $(srctree)/scripts/depmod.sh $(DEPMOD) $(KERNELRELEASE)
cmd_depmod = $(CONFIG_SHELL) $(srctree)/scripts/depmod.sh $(DEPMOD) \
$(KERNELRELEASE)

# Create temporary dir for module support files
# clean it up only when building all modules
Expand Down

0 comments on commit 4534dd9

Please sign in to comment.