Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23738
b: refs/heads/master
c: 6c2133e
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Mar 21, 2006
1 parent bfe18bf commit c66438b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dc9a49a4af9cdbe3d79183eefb12372b4dbc09c2
refs/heads/master: 6c2133e11b422b7379b5a660c639f7d53d18ca3b
6 changes: 3 additions & 3 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -994,9 +994,9 @@ distclean: mrproper
package-dir := $(srctree)/scripts/package

%pkg: FORCE
$(Q)$(MAKE) -f $(package-dir)/Makefile $@
$(Q)$(MAKE) $(build)=$(package-dir) $@
rpm: FORCE
$(Q)$(MAKE) -f $(package-dir)/Makefile $@
$(Q)$(MAKE) $(build)=$(package-dir) $@


# Brief documentation of the typical targets used
Expand Down Expand Up @@ -1034,7 +1034,7 @@ help:
@echo ' namespacecheck - Name space analysis on compiled kernel'
@echo ''
@echo 'Kernel packaging:'
@$(MAKE) -f $(package-dir)/Makefile help
@$(MAKE) $(build)=$(package-dir) help
@echo ''
@echo 'Documentation targets:'
@$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp
Expand Down

0 comments on commit c66438b

Please sign in to comment.