CVS: moonbase/editors/e3 BUILD.alpha,NONE,1.1

Veerappan watryac04 at lunar-linux.org
Mon Dec 8 23:23:21 GMT 2003


Update of /var/cvs/lunar/moonbase/editors/e3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv24952

Added Files:
	BUILD.alpha 
Log Message:
Added alpha specific BUILD for e3 so that we can use the C version of 
e3. Permits e3 to be removed from the alpha blacklist.


--- NEW FILE: BUILD.alpha ---
(
  cd e3c &&
  sed -i 's/^GCC=.*/GCC=gcc/' Makefile  &&
  sed -i 's/^STRIP=.*/STRIP=strip/' Makefile  &&
  make  OS=LINUX2\ -DLINUX          &&
  prepare_install                   &&
  make  BINDIR=/usr/bin             \
        MANDIR=/usr/share/man/man1  \
        PREFIX=/                    \
        install                     &&
  ln -sf /usr/bin/e3c /usr/bin/e3

) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list