If you updated after pc-sysinstall was committed, but before this
commit, you'll have a stray /pc-sysinstall.  It can and should be
deleted.

Warner

--- Begin Message ---
Author: imp
Date: Sun Jun 27 17:14:04 2010
New Revision: 209554
URL: http://svn.freebsd.org/changeset/base/209554

Log:
  Properly inherit variables from src/usr.sbin/Makefile.inc for
  subdirectories of pc-sysinstall.  Back out explicit setting in
  pc-sysinstall/pc-sysinstall/Makefile.

Added:
  head/usr.sbin/pc-sysinstall/Makefile.inc   (contents, props changed)
Modified:
  head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile

Added: head/usr.sbin/pc-sysinstall/Makefile.inc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.sbin/pc-sysinstall/Makefile.inc    Sun Jun 27 17:14:04 2010        
(r209554)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+.include "../Makefile.inc"

Modified: head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile
==============================================================================
--- head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile  Sun Jun 27 17:04:03 
2010        (r209553)
+++ head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile  Sun Jun 27 17:14:04 
2010        (r209554)
@@ -2,6 +2,5 @@
 
 SCRIPTS=pc-sysinstall.sh
 MAN=   pc-sysinstall.8
-BINDIR=        /usr/sbin
 
 .include <bsd.prog.mk>


--- End Message ---
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to