# HG changeset patch # User Paul Wise # Date 1576934745 -28800 # Node ID 3f83feface7a7b5a31a33264702a859ca8dbc249 # Parent 292ad0f71fd42962134c5cd0f11d2e6331ac5495 Use plain make when building from Mercurial The -C/--directory option can be used to change directory. The make command accepts multiple targets on the command-line. automake calls the default target 'all'. diff -r 292ad0f71fd4 -r 3f83feface7a README --- a/README Sat Dec 21 21:25:45 2019 +0800 +++ b/README Sat Dec 21 21:25:45 2019 +0800 @@ -9,6 +9,6 @@ Starting with a mercurial working directory, try this: make -f *cvs - (cd xml; make; make distclean) + make -C xml all distclean make distcheck