Mercurial > libpst
comparison README @ 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 | 61be2c04d6ab |
children |
comparison
equal
deleted
inserted
replaced
388:292ad0f71fd4 | 389:3f83feface7a |
---|---|
7 | 7 |
8 | 8 |
9 Starting with a mercurial working directory, try this: | 9 Starting with a mercurial working directory, try this: |
10 | 10 |
11 make -f *cvs | 11 make -f *cvs |
12 (cd xml; make; make distclean) | 12 make -C xml all distclean |
13 make distcheck | 13 make distcheck |
14 | 14 |