Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17707
b: refs/heads/master
c: ac448af
h: refs/heads/master
i:
  17705: d70c3b2
  17703: c366237
v: v3
  • Loading branch information
Brian Gerst authored and Sam Ravnborg committed Jan 8, 2006
1 parent 7186770 commit 0161e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: ae215b14bdbd459afe5f371175765fae817062a8
refs/heads/master: ac448afbcdcc218fd8d177960466ecc4a523722f
5 changes: 2 additions & 3 deletions trunk/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ sed-$(CONFIG_MIPS) := "/^@@@/s///p"

quiet_cmd_offsets = GEN $@
define cmd_offsets
mkdir -p $(dir $@); \
cat $< | \
(set -e; \
echo "#ifndef __ASM_OFFSETS_H__"; \
echo "#define __ASM_OFFSETS_H__"; \
Expand All @@ -34,7 +32,7 @@ define cmd_offsets
echo " *"; \
echo " */"; \
echo ""; \
sed -ne $(sed-y); \
sed -ne $(sed-y) $<; \
echo ""; \
echo "#endif" ) > $@
endef
Expand All @@ -45,5 +43,6 @@ arch/$(ARCH)/kernel/asm-offsets.s: arch/$(ARCH)/kernel/asm-offsets.c FORCE
$(call if_changed_dep,cc_s_c)

$(obj)/$(offsets-file): arch/$(ARCH)/kernel/asm-offsets.s Kbuild
$(Q)mkdir -p $(dir $@)
$(call cmd,offsets)

0 comments on commit 0161e53

Please sign in to comment.