Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44940 Details for
Bug 72342
genkernel fails (/bin/sh problems?) during compile of 2.6.9 kernels
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
2.6.9-orig Makefile
Makefile (text/plain), 896 bytes, created by
Tim Yamin (RETIRED)
on 2004-11-29 10:27:44 UTC
(
hide
)
Description:
2.6.9-orig Makefile
Filename:
MIME Type:
Creator:
Tim Yamin (RETIRED)
Created:
2004-11-29 10:27:44 UTC
Size:
896 bytes
patch
obsolete
> >obj-y := initramfs_data.o > >hostprogs-y := gen_init_cpio > >clean-files := initramfs_data.cpio.gz > ># initramfs_data.o contains the initramfs_data.cpio.gz image. ># The image is included using .incbin, a dependency which is not ># tracked automatically. >$(obj)/initramfs_data.o: $(obj)/initramfs_data.cpio.gz FORCE > ># initramfs-y are the programs which will be copied into the CPIO ># archive. Currently, the filenames are hardcoded in gen_init_cpio, ># but we need the information for the build as well, so it's duplicated ># here. > ># Commented out for now ># initramfs-y := $(obj)/root/hello > >quiet_cmd_cpio = CPIO $@ > cmd_cpio = ./$< > $@ > >$(obj)/initramfs_data.cpio: $(obj)/gen_init_cpio $(initramfs-y) FORCE > $(call if_changed,cpio) > >targets += initramfs_data.cpio > >$(obj)/initramfs_data.cpio.gz: $(obj)/initramfs_data.cpio FORCE > $(call if_changed,gzip) > >targets += initramfs_data.cpio.gz >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 72342
:
44883
|
44938
| 44940 |
44941