Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2005 11:28:40 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79978 for review
Message-ID:  <200507111128.j6BBSeub014711@repoman.freebsd.org>

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

Change 79978 by soc-andrew@soc-andrew_serv on 2005/07/11 11:27:42

	Start work on a working fn_install_os.

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/Makefile.inc1#2 edit
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/backend/Makefile#4 edit
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/backend/fn_install_freebsd.c#1 add

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/Makefile.inc1#2 (text+ko) ====

@@ -1,7 +1,9 @@
 BSD_INSTALLER_DIR=${.CURDIR}/../../../contrib/bsdinstaller
+BSD_INSTALLER_LIB_BUILD=${.CURDIR}/../../../lib/bsdinstaller
 BSD_INSTALLER_LIB=${.OBJDIR}/../../../lib/bsdinstaller
 
 CFLAGS+=-I${BSD_INSTALLER_DIR}/lib
+CFLAGS+=-I${BSD_INSTALLER_LIB_BUILD}
 
 LIB_AURA=-L${BSD_INSTALLER_LIB}/aura -laura
 LIB_DFUI=-L${BSD_INSTALLER_LIB}/dfui -ldfui

==== //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/backend/Makefile#4 (text+ko) ====

@@ -1,7 +1,8 @@
 PROG=bsd_installer_be
 
 SRCS=flow.c fn_configure.c fn_diagnostic.c \
-     fn_disk.c fn_install.c fn_subpart.c  main.c
+     fn_disk.c fn_subpart.c  main.c
+SRCS+=fn_install_freebsd.c
 
 NOMAN=1
 



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