tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TinyCC 0.9.9 is out


From: Cyril Bouthors
Subject: Re: [Tinycc-devel] TinyCC 0.9.9 is out
Date: Sun, 28 Jul 2002 05:27:06 +0200

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Fabrice Bellard writes:
 > 
 > TinyCC 0.9.9 is out. You can get it at http://tinycc.org.

The Debian package is almost ready for this 0.9.9 release, I just need
to know if it's normal to have object files installed?

        /usr/lib/tcc/libtcc1.o
        /usr/lib/tcc/bcheck.o

Please let me know... If it's correct, I'll upload the package to
ftp-master just after.

Moreover, in order to make a clean package and respect the Filesystem
Hirarchy Standard (FHS: http://www.pathname.com/fhs/), I've changed
the "install" and "clean" targets of the Makefile, I hope you'll
include this patch in the next release:

*** tcc-0.9.9.orig/Makefile     Sun Jul 28 02:18:47 2002
- --- tcc-0.9.9/Makefile        Sun Jul 28 05:04:52 2002
***************
*** 113,119 ****
  
  install: tcc libtcc1.o bcheck.o
        $(INSTALL) -m755 tcc $(prefix)/bin
!       $(INSTALL) tcc.1 $(prefix)/man/man1
        mkdir -p $(prefix)/lib/tcc
        mkdir -p $(prefix)/lib/tcc/include
        $(INSTALL) -m644 libtcc1.o bcheck.o $(prefix)/lib/tcc
- --- 113,119 ----
  
  install: tcc libtcc1.o bcheck.o
        $(INSTALL) -m755 tcc $(prefix)/bin
!       $(INSTALL) tcc.1 $(prefix)/share/man/man1
        mkdir -p $(prefix)/lib/tcc
        mkdir -p $(prefix)/lib/tcc/include
        $(INSTALL) -m644 libtcc1.o bcheck.o $(prefix)/lib/tcc
***************
*** 123,129 ****
  clean:
        rm -f *~ *.o tcc tcc1 tcct tcc_g tcctest.ref *.bin *.i ex2 \
             core gmon.out test.out test.ref a.out tcc_p \
!            *.exe iltcc iltcc_g
  
  # IL TCC
  
- --- 123,129 ----
  clean:
        rm -f *~ *.o tcc tcc1 tcct tcc_g tcctest.ref *.bin *.i ex2 \
             core gmon.out test.out test.ref a.out tcc_p \
!            *.exe iltcc iltcc_g tcc-doc.html
  
  # IL TCC
  
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.6 <http://mailcrypt.sourceforge.net/>

iD8DBQE9Q2SHZ1SJHeqsYt8RAjeTAJ9quDVaeJPIQn56B6cGz0RslsWXEQCfe2LP
AEmWEJC8EVDlVwnZ627VGS8=
=BjqC
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]