Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 20:49:44 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8120 for review
Message-ID:  <200203210449.g2L4niK96881@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8120

Change 8120 by peter@peter_overcee on 2002/03/20 20:49:35

	update for a fresh attempt at self hosting

Affected files ...

... //depot/projects/ia64/doinc.sh#3 edit

Differences ...

==== //depot/projects/ia64/doinc.sh#3 (text+kox) ====

@@ -1,7 +1,7 @@
 #! /bin/sh
-rm -rf /usr/local/ia64-unknown-linux/usr/include.old
-mv /usr/local/ia64-unknown-linux/usr/include /usr/local/ia64-unknown-linux/usr/include.old
-mkdir -p /usr/local/ia64-unknown-linux/usr/include
-mtree -deU  -f /home/src/etc/mtree/BSD.include.dist  -p /usr/local/ia64-unknown-linux/usr/include
+rm -rf /usr/local/ia64/usr/include.old
+mv /usr/local/ia64/usr/include /usr/local/ia64/usr/include.old
+mkdir -p /usr/local/ia64/usr/include
+mtree -deU  -f /home/src/etc/mtree/BSD.include.dist  -p /usr/local/ia64/include
 (cd include; ia64-make obj)
-ia64-make DESTDIR=/usr/local/ia64-unknown-linux NOMAN= NOINFO= NODOC= NOHTML= STRIP= includes
+ia64-make DESTDIR=/usr/local/ia64 NOMAN= NOINFO= NODOC= NOHTML= STRIP= includes

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203210449.g2L4niK96881>