Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2007 22:40:52 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 122594 for review
Message-ID:  <200706302240.l5UMeq78004215@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122594

Change 122594 by peter@peter_melody on 2007/06/30 22:40:20

	Fix install location of ldd32 and gcore32

Affected files ...

.. //depot/projects/hammer/Makefile.inc1#124 edit

Differences ...

==== //depot/projects/hammer/Makefile.inc1#124 (text+ko) ====

@@ -480,8 +480,8 @@
 	cd ${.CURDIR}/secure/lib; ${LIB32IMAKE} ${.TARGET:S/32$//}
 .endif
 	cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32IMAKE} ${.TARGET:S/32$//}
-	cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32WMAKE} ${.TARGET:S/32$//}
-	cd ${.CURDIR}/usr.bin/gcore; PROG=gcore32 ${LIB32WMAKE} ${.TARGET:S/32$//}
+	cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32IMAKE} ${.TARGET:S/32$//}
+	cd ${.CURDIR}/usr.bin/gcore; PROG=gcore32 ${LIB32IMAKE} ${.TARGET:S/32$//}
 .endif
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706302240.l5UMeq78004215>