Makefile.inc1 (36afd1d2cbec38529fd4a32516ca7e4718ce701f) | Makefile.inc1 (cd0d51baaa4509a1db83251a601d34404d20c990) |
---|---|
1# 2# $FreeBSD$ 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# -DDB_FROM_SRC use the user/group databases in src/etc instead of 8# the system database when installing. --- 2774 unchanged lines hidden (view full) --- 2783 ${MAKE} -f Makefile.inc1 _prebuild_libs; \ 2784 ${MAKE} -f Makefile.inc1 _generic_libs 2785 2786# 2787# static libgcc.a prerequisite for shared libc 2788# 2789_prereq_libs= lib/libcompiler_rt 2790.if ${MK_SSP} != "no" | 1# 2# $FreeBSD$ 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# -DDB_FROM_SRC use the user/group databases in src/etc instead of 8# the system database when installing. --- 2774 unchanged lines hidden (view full) --- 2783 ${MAKE} -f Makefile.inc1 _prebuild_libs; \ 2784 ${MAKE} -f Makefile.inc1 _generic_libs 2785 2786# 2787# static libgcc.a prerequisite for shared libc 2788# 2789_prereq_libs= lib/libcompiler_rt 2790.if ${MK_SSP} != "no" |
2791_prereq_libs+= gnu/lib/libssp/libssp_nonshared | 2791_prereq_libs+= lib/libssp_nonshared |
2792.endif 2793 2794# These dependencies are not automatically generated: 2795# 2796# gnu/lib/csu, gnu/lib/libgcc, lib/csu and lib/libc must be built before 2797# all shared libraries for ELF. 2798# 2799_startup_libs= lib/csu --- 671 unchanged lines hidden --- | 2792.endif 2793 2794# These dependencies are not automatically generated: 2795# 2796# gnu/lib/csu, gnu/lib/libgcc, lib/csu and lib/libc must be built before 2797# all shared libraries for ELF. 2798# 2799_startup_libs= lib/csu --- 671 unchanged lines hidden --- |