Drop @unexec for directory removal.
This commit is contained in:
parent
7444c519db
commit
38d3b2d828
3 changed files with 3 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue