added really_exec arg to execPrep() (so we can parse without exec-ing)
CVS patchset: 88 CVS date: 1995/12/27 16:43:32
This commit is contained in:
parent
7a9d83aa7f
commit
10d55540fd
|
@ -4,7 +4,7 @@
|
|||
#include "spec.h"
|
||||
|
||||
int doBuild(Spec s, int flags);
|
||||
int execPrep(Spec s);
|
||||
int execPrep(Spec s, int really_exec);
|
||||
int execBuild(Spec s);
|
||||
int execInstall(Spec s);
|
||||
int execClean(Spec s);
|
||||
|
|
Loading…
Reference in New Issue