Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 15:01:53 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42849 for review
Message-ID:  <200311202301.hAKN1r0K010137@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42849

Change 42849 by rwatson@rwatson_powerbook on 2003/11/20 15:01:36

	Don't look in Andrew's home directory, use the path specified in Makeconfig.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/sebsd_cmds/checkpolicy/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/sebsd_cmds/checkpolicy/Makefile#2 (text+ko) ====

@@ -13,5 +13,5 @@
 policy_parse.h: policy_parse.y
 	mv -f y.tab.h policy_parse.h
 
-CFLAGS += -I/Users/andrew/p4/sedarwin/apsl/xnu/security/sebsd/ss
+CFLAGS += -I$(DARWIN)/security/sebsd/ss
 YFLAGS += -d



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