diff options
author | dlezcano <dlezcano> | 2008-11-20 17:06:02 +0000 |
---|---|---|
committer | dlezcano <dlezcano> | 2008-11-20 17:06:02 +0000 |
commit | abd4a3b3298528bebe1606d135f03a18844354d4 (patch) | |
tree | 0eeab340c6f630d74414f5886f09c92bc565de3f /Makefile.am | |
parent | Make the README file a copy of lxc.7 (diff) | |
download | lxc-abd4a3b3298528bebe1606d135f03a18844354d4.tar.gz lxc-abd4a3b3298528bebe1606d135f03a18844354d4.tar.bz2 lxc-abd4a3b3298528bebe1606d135f03a18844354d4.zip |
Disable test compilation by default
From: Daniel Lezcano <dlezcano@fr.ibm.com>
Disable the test programs compilation by default in order to reduce the
compilation time when generating rpm and dist.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7188153..e35838a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,14 +2,14 @@ SUBDIRS = doc src test etc DIST_SUBDIRS = config doc src test etc -EXTRA_DIST = lxc.spec CONTRIBUTING MAINTAINERS +EXTRA_DIST = lxc.spec CONTRIBUTING MAINTAINERS ChangeLog ChangeLog:: @touch ChangeLog dist-hook: -@cvs2cl - @cp ChangeLog $(distdir) + @mv ChangeLog $(distdir) rpm: dist rpmbuild --clean -ta ${distdir}.tar.gz |