diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 18:34:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 18:34:00 +0000 |
commit | 38d3b2d8286cac3b01f2f737931f09f1458a5d18 (patch) | |
tree | d9756bab32c05fec3ab83e15e2255cbee982a530 /cross | |
parent | 7444c519db9517ddb3a6a06efdd483f1a45ac8f8 (diff) | |
download | pkgsrc-38d3b2d8286cac3b01f2f737931f09f1458a5d18.tar.gz |
Drop @unexec for directory removal.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/COMMON/PLIST-egcs | 3 | ||||
-rw-r--r-- | cross/binutils/PLIST | 3 | ||||
-rw-r--r-- | cross/i386-netbsdpe/PLIST | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/cross/COMMON/PLIST-egcs b/cross/COMMON/PLIST-egcs index a9882d2e25e..68a4d86085f 100644 --- a/cross/COMMON/PLIST-egcs +++ b/cross/COMMON/PLIST-egcs @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST-egcs,v 1.4 2009/06/14 17:39:52 joerg Exp $ +@comment $NetBSD: PLIST-egcs,v 1.5 2009/06/14 18:34:00 joerg Exp $ ${TARGET_ARCH}/bin/cc ${TARGET_ARCH}/bin/gcc bin/${TARGET_ARCH}-cc @@ -40,4 +40,3 @@ lib/gcc-lib/${TARGET_ARCH}/${EGCS_INTVERSION}/include/va-v850.h lib/gcc-lib/${TARGET_ARCH}/${EGCS_INTVERSION}/include/varargs.h lib/gcc-lib/${TARGET_ARCH}/${EGCS_INTVERSION}/libgcc.a lib/gcc-lib/${TARGET_ARCH}/${EGCS_INTVERSION}/specs -@unexec ${RMDIR} %D/lib/gcc-lib 2>/dev/null || ${TRUE} diff --git a/cross/binutils/PLIST b/cross/binutils/PLIST index 08bdfa2af29..18f8a91dad4 100644 --- a/cross/binutils/PLIST +++ b/cross/binutils/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:39:53 joerg Exp $ +@comment $NetBSD: PLIST,v 1.10 2009/06/14 18:34:00 joerg Exp $ include/ansidecl.h include/bfd.h include/symcat.h @@ -2234,4 +2234,3 @@ libexec/binutils/windres @exec ln -s %D/libexec/binutils/cross-env ${LOCALBASE}/bin/cross-env @unexec ${RM} ${LOCALBASE}/bin/cross-env @unexec ${RM} -f %D/lib/libbfd.so %D/lib/libopcodes.so 2> /dev/null || ${TRUE} -@unexec ${RMDIR} %D/lib/ldscripts 2>/dev/null || ${TRUE} diff --git a/cross/i386-netbsdpe/PLIST b/cross/i386-netbsdpe/PLIST index 1e0919d9df4..2b215c05cfc 100644 --- a/cross/i386-netbsdpe/PLIST +++ b/cross/i386-netbsdpe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:39:54 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:34:00 joerg Exp $ bin/i386-netbsdpe-addr2line bin/i386-netbsdpe-ar bin/i386-netbsdpe-as @@ -76,4 +76,3 @@ man/man1/i386-netbsdpe-size.1 man/man1/i386-netbsdpe-strings.1 man/man1/i386-netbsdpe-strip.1 man/man1/i386-netbsdpe-windres.1 -@unexec ${RMDIR} %D/lib/gcc-lib 2>/dev/null || ${TRUE} |