Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106504
b: refs/heads/master
c: f6ecd4c
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Jul 25, 2008
1 parent 7ca413b commit 15b2f14
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 62284a37dcd6725921410fb75446d270cc726b4f
refs/heads/master: f6ecd4c84a279a7c82f45687a612302becd7b844
10 changes: 6 additions & 4 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1026,8 +1026,9 @@ __headers: include/linux/version.h scripts_basic FORCE

PHONY += headers_install_all
headers_install_all: __headers
$(Q)for arch in $(hdr-archs); do \
$(MAKE) ARCH=$$arch $(hdr-inst)=include BIASMDIR=-bi-$$arch ;\
$(Q)set -e; for arch in $(hdr-archs); do \
$(MAKE) ARCH=$$arch SRCARCH=$$arch $(hdr-inst)=include \
BIASMDIR=-bi-$$arch ;\
done

PHONY += headers_install
Expand All @@ -1040,8 +1041,9 @@ headers_install: __headers

PHONY += headers_check_all
headers_check_all: headers_install_all
$(Q)for arch in $(hdr-archs); do \
$(MAKE) ARCH=$$arch $(hdr-inst)=include BIASMDIR=-bi-$$arch HDRCHECK=1 ;\
$(Q)set -e; for arch in $(hdr-archs); do \
$(MAKE) ARCH=$$arch SRCARCH=$$arch $(hdr-inst)=include \
BIASMDIR=-bi-$$arch HDRCHECK=1 ;\
done

PHONY += headers_check
Expand Down

0 comments on commit 15b2f14

Please sign in to comment.