Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn26/stand Re-arrange "machine" magic so it's in...
details: https://anonhg.NetBSD.org/src/rev/b701f1b12ec7
branches: trunk
changeset: 526524:b701f1b12ec7
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sun May 05 10:01:26 2002 +0000
description:
Re-arrange "machine" magic so it's in the same place as on i386. This seems
to help things happen in the right order (I smell a missing dependency).
diffstat:
sys/arch/acorn26/stand/Makefile.buildboot | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diffs (49 lines):
diff -r 79ca8a0d777a -r b701f1b12ec7 sys/arch/acorn26/stand/Makefile.buildboot
--- a/sys/arch/acorn26/stand/Makefile.buildboot Sun May 05 08:28:47 2002 +0000
+++ b/sys/arch/acorn26/stand/Makefile.buildboot Sun May 05 10:01:26 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.2 2002/05/04 12:25:00 bjh21 Exp $
+# $NetBSD: Makefile.buildboot,v 1.3 2002/05/05 10:01:26 bjh21 Exp $
S?= ${.CURDIR}/../../../..
@@ -24,6 +24,20 @@
CFLAGS= -O2
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
+.if !make(obj) && !make(clean) && !make(cleandir)
+.BEGIN: machine
+.NOPATH: machine
+.endif
+
+realdepend realall: machine
+CLEANFILES+= machine
+
+machine::
+ -rm -f $@
+ ln -s $S/arch/acorn26/include $@
+
+${OBJS}: machine
+
### find out what to use for libkern
KERN_AS= library
.include "${S}/lib/libkern/Makefile.inc"
@@ -63,18 +77,4 @@
CLEANFILES+= ${PROG},${RISCOSTYPE}
FILES+= ${PROG},${RISCOSTYPE}
-.if !make(obj) && !make(clean) && !make(cleandir)
-.BEGIN: machine
-.NOPATH: machine
-.endif
-
-realdepend realall: machine
-CLEANFILES+= machine
-
-machine::
- -rm -f $@
- ln -s $S/arch/acorn26/include $@
-
-${OBJS}: machine
-
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index