mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Attempt to fix the problem with -j builds, and du-uglify the asm code
generation and assembly targets. Help from: bde, obrien
This commit is contained in:
parent
0916708e8f
commit
50c83208db
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74243
@ -380,16 +380,12 @@ SYMLINKS+= lib${LIB}_p.a ${LIBDIR}/libdes_p.a
|
|||||||
.include <bsd.lib.mk>
|
.include <bsd.lib.mk>
|
||||||
|
|
||||||
.if !defined(NOPERL) && ${MACHINE_ARCH} == "i386"
|
.if !defined(NOPERL) && ${MACHINE_ARCH} == "i386"
|
||||||
.SUFFIXES: .o .pl
|
CLEANFILES+= ${SRCS:M*.pl:S/.pl$/.cmt/} ${SRCS:M*.pl:S/.pl$/.s/}
|
||||||
.SUFFIXES: .po .pl
|
.SUFFIXES: .pl .cmt
|
||||||
.SUFFIXES: .So .pl
|
.pl.cmt:
|
||||||
.pl.o:
|
perl -I${PERLPATH} ${.ALLSRC} elf ${CPUTYPE:Mi386:S/i//} > ${.TARGET}
|
||||||
perl -I${PERLPATH} $(.ALLSRC) elf ${CPUTYPE:Mi386:S/i//} > $(.PREFIX).pl.s ; ${AS} ${AFLAGS} $(.PREFIX).pl.s -o $(.TARGET)
|
|
||||||
|
|
||||||
.pl.po:
|
.cmt.s:
|
||||||
perl -I${PERLPATH} $(.ALLSRC) elf ${CPUTYPE:Mi386:S/i//} > $(.PREFIX).pl.s ; ${AS} ${AFLAGS} $(.PREFIX).pl.s -o $(.TARGET)
|
tr -d "'" < ${.ALLSRC} > ${.TARGET}
|
||||||
|
|
||||||
.pl.So:
|
|
||||||
perl -I${PERLPATH} $(.ALLSRC) elf ${CPUTYPE:Mi386:S/i//} > $(.PREFIX).pl.s ; ${AS} ${AFLAGS} $(.PREFIX).pl.s -o $(.TARGET)
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user