Date: Thu, 1 Dec 2005 22:10:16 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 87619 for review Message-ID: <200512012210.jB1MAG33086964@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87619 Change 87619 by millert@millert_ibook on 2005/12/01 22:09:31 Fix pasto introduce in previous change. Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/Makefile#5 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/Makefile#5 (text+ko) ==== @@ -25,7 +25,7 @@ cd release && make distclean cd darwin && make clean for i in $(BUILD_MODULES); do cd $$i && make clean && cd ..; done - cd darwin/osx_cmds && make + cd darwin/osx_cmds && make clean Makeconfig: Makeconfig.in @echo "# Set this to the root of the source distribution." > $@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512012210.jB1MAG33086964>