diff options
author | martti <martti@pkgsrc.org> | 2003-02-15 12:34:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-02-15 12:34:06 +0000 |
commit | 3b01bc67cc2bd39ee2f57516f11eee1538c391d0 (patch) | |
tree | a76e9f171e5b2a51179d83c7ae6931d716710098 /devel/distcc/patches | |
parent | cbdac6eb7357f545e95383f1fa2b455a8fe35b94 (diff) | |
download | pkgsrc-3b01bc67cc2bd39ee2f57516f11eee1538c391d0.tar.gz |
Imported distcc-1.1 (provided by Teemu Rinta-aho in pkg/20212)
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
two or more times faster than a local compile.
distcc does not require all machines to share a filesystem, have
synchronized clocks, or to have the same libraries or header files
installed. Machines can be running different operating systems, as long
as they have compatible binary formats or cross-compilers.
Diffstat (limited to 'devel/distcc/patches')
-rw-r--r-- | devel/distcc/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/distcc/patches/patch-aa b/devel/distcc/patches/patch-aa new file mode 100644 index 00000000000..312b56d8dfa --- /dev/null +++ b/devel/distcc/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/02/15 12:34:06 martti Exp $ + +--- Makefile.in.orig Wed Feb 5 10:08:12 2003 ++++ Makefile.in Wed Feb 5 10:08:25 2003 +@@ -408,7 +408,7 @@ + # TODO: Perhaps don't rely on linuxdoc tools being present on a + # machine doing a build from CVS. + +-install: showpaths install-doc install-man install-programs install-linuxdoc ++install: showpaths install-doc install-man install-programs + + install-programs: $(bin_PROGRAMS) + $(INSTALL) -d $(DESTDIR)$(bindir) |