This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
packaging up the build
- From: "Peter A. Friend" <octavian at corp dot earthlink dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: 09 Oct 2002 17:36:49 -0700
- Subject: packaging up the build
In the past, I've put together tarballs of gcc by touching a file
somewhere, then doing a make install, and tarring up any files newer
than the file I touched in say, /usr/local. Primitive, but it generally
works. Is there anything that comes with the source for doing this? I
pawed through the Makefile for a while, but didn't see anything obvious.
TIA,
Peter