PERFORCE change 79978 for review
soc-andrew
soc-andrew at FreeBSD.org
Mon Jul 11 11:28:42 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79978
Change 79978 by soc-andrew at 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
More information about the p4-projects
mailing list