Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79704
b: refs/heads/master
c: 9484b1e
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Ingo Molnar committed Jan 30, 2008
1 parent 93ff2e0 commit a3cd22d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: 6378ddb592158db4b42197f1bc8666228800e379
refs/heads/master: 9484b1eb4d05957d3114dc63026448eb66106c06
3 changes: 2 additions & 1 deletion trunk/arch/x86/Makefile_32
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ install:
$(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install

archclean:
$(Q)rm -rf $(objtree)/arch/i386/boot
$(Q)rm -rf $(objtree)/arch/i386
$(Q)rm -rf $(objtree)/arch/x86_64
$(Q)$(MAKE) $(clean)=arch/x86/boot

define archhelp
Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/x86/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ endif
$(Q)$(MAKE) $(build)=arch/x86/vdso $@

archclean:
$(Q)rm -rf $(objtree)/arch/x86_64/boot
$(Q)rm -rf $(objtree)/arch/i386
$(Q)rm -rf $(objtree)/arch/x86_64
$(Q)$(MAKE) $(clean)=$(boot)

define archhelp
Expand Down

0 comments on commit a3cd22d

Please sign in to comment.