Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23706
b: refs/heads/master
c: 9667828
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Sam Ravnborg committed Feb 19, 2006
1 parent 8529c54 commit 1f13182
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 6176aa9ae4b83e1957d3031774f8a8e59ff97420
refs/heads/master: 96678281bfaa5f04752a98f9b93454041169fd3b
8 changes: 5 additions & 3 deletions trunk/scripts/mkmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ KERNELOUTPUT := $2
MAKEFLAGS += --no-print-directory
.PHONY: all \$(MAKECMDGOALS)
all:
\$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT)
%::
\$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@
Makefile:;
\$(filter-out all Makefile,\$(MAKECMDGOALS)) %/:
\$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@
EOF

0 comments on commit 1f13182

Please sign in to comment.