Deleted Added
full compact
Makefile.inc1 (195152) Makefile.inc1 (195697)
1#
1#
2# $FreeBSD: head/Makefile.inc1 195152 2009-06-29 01:33:59Z kan $
2# $FreeBSD: head/Makefile.inc1 195697 2009-07-14 21:19:13Z kan $
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DNO_SHARE do not go into share subdir
8# -DKERNFAST define NO_KERNELCONFIG, NO_KERNELCLEAN and NO_KERNELCONFIG
9# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
10# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel

--- 1053 unchanged lines hidden (view full) ---

1064 ${MAKE} -f Makefile.inc1 _prereq_libs; \
1065 ${MAKE} -f Makefile.inc1 _startup_libs; \
1066 ${MAKE} -f Makefile.inc1 _prebuild_libs; \
1067 ${MAKE} -f Makefile.inc1 _generic_libs;
1068
1069#
1070# static libgcc.a prerequisite for shared libc
1071#
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DNO_SHARE do not go into share subdir
8# -DKERNFAST define NO_KERNELCONFIG, NO_KERNELCLEAN and NO_KERNELCONFIG
9# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
10# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel

--- 1053 unchanged lines hidden (view full) ---

1064 ${MAKE} -f Makefile.inc1 _prereq_libs; \
1065 ${MAKE} -f Makefile.inc1 _startup_libs; \
1066 ${MAKE} -f Makefile.inc1 _prebuild_libs; \
1067 ${MAKE} -f Makefile.inc1 _generic_libs;
1068
1069#
1070# static libgcc.a prerequisite for shared libc
1071#
1072_prereq_libs= gnu/lib/libgcc
1072_prereq_libs= gnu/lib/libssp/libssp_nonshared gnu/lib/libgcc
1073
1074# These dependencies are not automatically generated:
1075#
1076# gnu/lib/csu, gnu/lib/libgcc, lib/csu and lib/libc must be built before
1077# all shared libraries for ELF.
1078#
1079_startup_libs= gnu/lib/csu
1080.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-elf)

--- 341 unchanged lines hidden ---
1073
1074# These dependencies are not automatically generated:
1075#
1076# gnu/lib/csu, gnu/lib/libgcc, lib/csu and lib/libc must be built before
1077# all shared libraries for ELF.
1078#
1079_startup_libs= gnu/lib/csu
1080.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-elf)

--- 341 unchanged lines hidden ---