aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-11-04 22:08:12 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-11-04 22:08:12 -0600
commit93d5bafc6a5ba762b5b7a1bbef80bf1117c97284 (patch)
tree5639a7cdecb159dcb844e2ff51941e22fbdad48f /usr
parent25bb11a43eef6c4d86fdb35c3cf342419efb5385 (diff)
downloadhistory-93d5bafc6a5ba762b5b7a1bbef80bf1117c97284.tar.gz
kbuild: Fix up initramfs, adapt arch/alpha
Grrh, don't do last minute changes without retesting. Adapt arch/alpha as well, other archs need to o add LDFLAGS_BLOB to arch/$(ARCH)/Makefile o add .init.ramfs to arch/$(ARCH)/vmlinux.lds.S See arch/i386/{Makefile,vmlinux.lds.S} for guidance ;)
Diffstat (limited to 'usr')
-rw-r--r--usr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/Makefile b/usr/Makefile
index 60858e804d465e..5ff4e0c1963db7 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -11,6 +11,6 @@ $(obj)/initramfs_data.o: $(src)/initramfs_data.scr $(obj)/initramfs_data.cpio.gz
$(call if_changed,ld)
$(obj)/initramfs_data.cpio.gz: $(obj)/gen_init_cpio
- ( cd $(obj) ; ./$< | gzip -9c > $@ )
+ ./$< | gzip -9c > $@