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

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

Change 8134 by peter@peter_overcee on 2002/03/20 23:20:34

	temporary -DNOSYS to keep the build away from sys/boot

Affected files ...

... //depot/projects/ia64/Makefile.inc1#11 edit

Differences ...

==== //depot/projects/ia64/Makefile.inc1#11 (text+ko) ====

@@ -83,7 +83,7 @@
 .if exists(${.CURDIR}/share) && !defined(NOSHARE)
 SUBDIR+= share
 .endif
-.if exists(${.CURDIR}/sys)
+.if exists(${.CURDIR}/sys) && !defined(NOSYS)
 SUBDIR+= sys
 .endif
 .if exists(${.CURDIR}/usr.bin)

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?200203210720.g2L7Ksn28474>