search for: src_install

Displaying 6 results from an estimated 6 matches for "src_install".

Did you mean: gcc_install
2005 Aug 08
2
[LLVMdev] cfrontend building
...="" DEPEND= S=${WORKDIR}/cfrontend src_unpack() { unpack ${A} cd cfrontend mkdir build } src_compile() { cd ${S}/build ../src/configure --prefix=/usr --disable-threads --disable-nls --disable-shared --enable-languages=c,c++ --program-prefix=llvm- emake || die } src_install() { emake DESTDIR=${D} install || die } </code> maybe I should try emake all instead of emake... I'll try. Stephan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not availabl...
2011 May 07
0
Modified dovecot_deleted_to_trash-0.3.ebuild plugin
..."" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" RDEPEND="net-mail/dovecot" src_unpack() { unpack ${A} sed -i "8s|DOVECOT_IMAP_PLUGIN_PATH\ \=\ /usr/lib/dovecot/imap|DOVECOT_IMAP_PLUGIN_PATH\ \=\ /usr/lib/dovecot|" Makefile } src_install() { emake DESTDIR="${D}" install || die }
2005 Aug 08
0
[LLVMdev] cfrontend building
Stephan, I've seen this before. It happens when you do "make bootstrap" in llvm-gcc. While "make bootstrap" is the correct way to build GCC, its not the correct way to build llvm-gcc. Based on my experience with this, I suggest you completely erase your build tree and then follow the CFEBuildInstr.html instructions *to the letter* with zero deviations. If you
2005 Aug 08
0
[LLVMdev] cfrontend building
...ation of the build directory, this will need to change too. > ../src/configure --prefix=/usr --disable-threads --disable-nls > --disable-shared --enable-languages=c,c++ --program-prefix=llvm- > emake || die Is emake 100% compatible with GNU Make 3.79 or later? > } > > src_install() { > emake DESTDIR=${D} install || die > } > </code> > > maybe I should try emake all instead of emake... I'll try. "emake all" would certainly be more strongly directive but shouldn't be necessary. These steps look okay to me. > > Stephan...
2005 Aug 08
2
[LLVMdev] cfrontend building
Am Montag, 8. August 2005 04:15 schrieb Chris Lattner: > > I have never seen this, and don't really have any ideas. What configure > options did you use? Did you follow the directions here? > > http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html > Yes I followed those instructions - almost. This is my configure line: ../src/configure --prefix=/usr --disable-threads
2003 Nov 06
2
Gentoo ebuild
...2.4.1" src_compile() { if [ `use unicode` ]; then einfo "wxruby needs wxGTK compiled without ''unicode'' support." einfo "Please re-emerge wxGTK." die else cd src ruby extconf.rb || die make || die fi } src_install() { cd src DESTDIR=${D} make install || die dodoc ../ChangeLog ../README ../README.linux ../README.mingw ../README.mswin ../README.osx } ------ cut-here ------------------------------------------- Sincerely, Gour -- Gour gour@mail.inet.hr Registered Linux User #278493