changeset 389:3f83feface7a

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'.
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:45 +0800
parents 292ad0f71fd4
children 5c0ce43c7532
files README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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