public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [MELT] Separation between build and install
@ 2011-06-27 12:51 Alexandre Lissy
  2011-06-27 13:01 ` [PATCH] MELT: Separate build and install steps Alexandre Lissy
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Lissy @ 2011-06-27 12:51 UTC (permalink / raw)
  To: gcc-patches; +Cc: gcc-melt-french

Hello,

While packaging GCC MELT as a plugin for Mandriva, I noticed that we
could do a slight improvement to the current build script to ease a bit
packaging, by adding a clear separation between the building steps and
installation steps. This allows to "cleanly" exploit the build script in
both %build and %install sections of the RPM spec file. Separation is
handled by adding two new switches, -b and -i which respectively enables
the build process and installation process. Both are of course mutually
exclusive, and it is expected that installation process is ran using the
same command line arguments as building (just changing -b to -i).

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-27 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-27 12:51 [MELT] Separation between build and install Alexandre Lissy
2011-06-27 13:01 ` [PATCH] MELT: Separate build and install steps Alexandre Lissy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).