ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/usr.bin/perl/BSDmakefile
(Generate patch)

Comparing trunk/usr.bin/perl/BSDmakefile (file contents):
Revision 4329 by laffer1, Thu Oct 27 16:09:55 2011 UTC vs.
Revision 4330 by laffer1, Sat Oct 29 23:31:34 2011 UTC

# Line 1 | Line 1
1 < # $MidnightBSD: src/usr.bin/perl/BSDmakefile,v 1.14 2011/10/19 20:45:33 laffer1 Exp $
1 > # $MidnightBSD: src/usr.bin/perl/BSDmakefile,v 1.15 2011/10/27 16:09:55 laffer1 Exp $
2   #
3   # This makefile deals with binding perl's build system to our own.
4   # It is called BSDmakefile because perl's configure makes a 'Makefile',
# Line 30 | Line 30 | TARGET_ARCH!= /usr/bin/uname -p
30   .endif
31  
32   .if defined(TARGET_ARCH)
33 CONFIGURE_ARGS+=        -Dtargetarch=${TARGET_ARCH}
33   .if ${TARGET_ARCH} != ${MACHINE_ARCH}
34 + CONFIGURE_ARGS+=        -Dtargetarch=${TARGET_ARCH}
35   CONFIGURE_ARGS+=        -Dusecrosscompile=true
36   .endif
37   .endif

Comparing trunk/usr.bin/perl/BSDmakefile (property cvs2svn:cvs-rev):
Revision 4329 by laffer1, Thu Oct 27 16:09:55 2011 UTC vs.
Revision 4330 by laffer1, Sat Oct 29 23:31:34 2011 UTC

# Line 1 | Line 1
1 < 1.15
1 > 1.16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines