summaryrefslogtreecommitdiff
path: root/libexpat/README-DEV
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-02-23 10:53:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-02-23 15:54:50 +0300
commitdc4f5abaeb007771684f3bd7e13c1cea9bf356e6 (patch)
tree3445c3f73927eed6259cff4847044184bcb72ece /libexpat/README-DEV
parentc24e3f9bed717f5c80bef1cc5b9f41236b41acc7 (diff)
Upgrade to 2.4.6
Diffstat (limited to 'libexpat/README-DEV')
-rw-r--r--libexpat/README-DEV5
1 files changed, 2 insertions, 3 deletions
diff --git a/libexpat/README-DEV b/libexpat/README-DEV
index 32bd6d0..9eb0455 100644
--- a/libexpat/README-DEV
+++ b/libexpat/README-DEV
@@ -12,9 +12,8 @@ $ popd
Use some of the upstream's tests for testing:
-$ pushd tests/regression/
+$ pushd unit-tests/regression/
$ ln -s ../../../upstream/expat/tests/*.{c,h} ./
-$ ln -s ../../../upstream/expat/lib/{internal,siphash,ascii}.h ./
$ popd
Create libexpat/expat_config.h using as a base the upstream's auto-generated
@@ -29,7 +28,7 @@ expat_config.h:
$ ln -s ../../upstream/expat/expat_config.h.cmake libexpat/expat_config.h.cmake.orig
-$ for m in `cat libexpat/expat_config.h.cmake.orig libexpat/winconfig.h.orig | \
+$ for m in `cat libexpat/expat_config.h.cmake.orig libexpat/winconfig.h | \
sed -n 's/.*#\s*\(define\|cmakedefine\)\s\{1,\}\([_a-zA-Z0-9]\{1,\}\)\(\s.*\)\{0,1\}$/\2/p' | sort -u`; do
if grep -q -e "\b$m\b" `find -L . -type f -not -path "./tests/*" -a \( -name '*.h' -a ! -name expat_config.h -o -name '*.c' \)`; then
echo "$m"