Legend:
- Unmodified
- Added
- Removed
-
configure
rd2394be r4279b7b 223 223 if [ ! -e Makefile ] || [ -L Makefile ]; then 224 224 COPYDIRS="doc lib protocols tests utils" 225 mkdir -p "$(cd "$srcdir" || exit 1; find "$COPYDIRS" -type d)"225 mkdir -p $(cd "$srcdir" || exit 1; find $COPYDIRS -type d) 226 226 find . -name Makefile -type l -print0 | xargs -0 rm 2> /dev/null 227 227 dst="$PWD"
Note: See TracChangeset
for help on using the changeset viewer.