Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7251
b: refs/heads/master
c: 4949057
h: refs/heads/master
i:
  7249: 9d540bc
  7247: 4c28e86
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Sam Ravnborg committed Jul 28, 2005
1 parent 99f840d commit c6f0697
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61d9cdf2a9ccb9e4770d7723db8b18b8952778ce
refs/heads/master: 49490571bcfe24d279a66ba24198e8ba299fe58f
6 changes: 6 additions & 0 deletions trunk/Documentation/kbuild/makefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,13 @@ When kbuild executes the following steps are followed (roughly):
Assignments to $(targets) are without $(obj)/ prefix.
if_changed may be used in conjunction with custom commands as
defined in 6.7 "Custom kbuild commands".

Note: It is a typical mistake to forget the FORCE prerequisite.
Another common pitfall is that whitespace is sometimes
significant; for instance, the below will fail (note the extra space
after the comma):
target: source(s) FORCE
#WRONG!# $(call if_changed, ld/objcopy/gzip)

ld
Link target. Often LDFLAGS_$@ is used to set specific options to ld.
Expand Down

0 comments on commit c6f0697

Please sign in to comment.