Deleted Added
full compact
Makefile.libcompat (211758) Makefile.libcompat (211934)
1#
1#
2# $FreeBSD: head/Makefile.inc1 211758 2010-08-24 16:29:09Z imp $
2# $FreeBSD: head/Makefile.inc1 211934 2010-08-28 15:03:11Z nwhitehorn $
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_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}
9# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
10# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel

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

1128# These dependencies are not automatically generated:
1129#
1130# gnu/lib/csu, gnu/lib/libgcc, lib/csu and lib/libc must be built before
1131# all shared libraries for ELF.
1132#
1133_startup_libs= gnu/lib/csu
1134.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-elf)
1135_startup_libs+= lib/csu/${MACHINE_ARCH}-elf
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_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}
9# -DNO_KERNELCONFIG do not run config in ${MAKE} buildkernel
10# -DNO_KERNELCLEAN do not run ${MAKE} clean in ${MAKE} buildkernel

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

1128# These dependencies are not automatically generated:
1129#
1130# gnu/lib/csu, gnu/lib/libgcc, lib/csu and lib/libc must be built before
1131# all shared libraries for ELF.
1132#
1133_startup_libs= gnu/lib/csu
1134.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-elf)
1135_startup_libs+= lib/csu/${MACHINE_ARCH}-elf
1136.elif exists(${.CURDIR}/lib/csu/${MACHINE_CPUARCH}-elf)
1137_startup_libs+= lib/csu/${MACHINE_CPUARCH}-elf
1136.elif exists(${.CURDIR}/lib/csu/${MACHINE_ARCH})
1137_startup_libs+= lib/csu/${MACHINE_ARCH}
1138.else
1139_startup_libs+= lib/csu/${MACHINE_CPUARCH}
1140.endif
1141_startup_libs+= gnu/lib/libgcc
1142_startup_libs+= lib/libc
1143
1144gnu/lib/libgcc__L: lib/libc__L
1145

--- 371 unchanged lines hidden ---
1138.else
1139_startup_libs+= lib/csu/${MACHINE_CPUARCH}
1140.endif
1141_startup_libs+= gnu/lib/libgcc
1142_startup_libs+= lib/libc
1143
1144gnu/lib/libgcc__L: lib/libc__L
1145

--- 371 unchanged lines hidden ---