- Timestamp:
- 2023-02-03T13:58:56Z (22 months ago)
- Branches:
- master
- Children:
- 1bdc669
- Parents:
- 294b98d
- git-author:
- Jelmer Vernooij <jelmer@…> (02-02-23 18:19:10)
- git-committer:
- Jelmer Vernooij <jelmer.vernooij@…> (03-02-23 13:58:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r294b98d r7342cae 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.