diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-05-09 10:04:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-05-09 10:04:39 +0000 |
commit | 4963a69fbcfea3beb5d91a6ccb186dfbc5425579 (patch) | |
tree | 874c75070c9d836e4fa09deaf66ffb6632e8a8ef /sys | |
parent | f94f57dc8bf83baeb054dc94233fa792ddb8e822 (diff) |
streamline.
okay drahn@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/zaurus/conf/Makefile.zaurus | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus index 6b9bed4a2a9..9414a799de8 100644 --- a/sys/arch/zaurus/conf/Makefile.zaurus +++ b/sys/arch/zaurus/conf/Makefile.zaurus @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile.zaurus,v 1.2 2005/01/16 18:13:00 deraadt Exp $ -# $OpenBSD: Makefile.zaurus,v 1.2 2005/01/16 18:13:00 deraadt Exp $ +# $OpenBSD: Makefile.zaurus,v 1.3 2005/05/09 10:04:38 espie Exp $ # $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $ # Makefile for OpenBSD @@ -109,8 +108,7 @@ SYSTEM_OBJ= ${BOARDTYPE}_start.o locore.o \ SYSTEM_DEP= Makefile ${SYSTEM_OBJ} SYSTEM_LD_HEAD= rm -f $@ SYSTEM_LD_HEAD+=; \ - ( cat ${ARM}/conf/ldscript.head ;\ - cat ${ARM}/conf/ldscript.tail ) | \ + cat ${ARM}/conf/ldscript.head ${ARM}/conf/ldscript.tail | \ sed -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \ -e 's/@KERNEL_BASE_VIRT@/${KERNEL_BASE_VIRT}/' \ > ldscript |