Overview
Comment: | Clean up the built shared object |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tls-1-7 |
Files: | files | file ages | folders |
SHA1: |
15b4dd2d2f5b329c9601987977d2949d |
User & Date: | rkeene on 2016-11-23 05:42:34 |
Other Links: | branch diff | manifest | tags |
Context
2016-11-24
| ||
03:31 | Added initial release engineering files check-in: 6ccf322b0b user: rkeene tags: tls-1-7 | |
2016-11-23
| ||
05:42 | Clean up the built shared object check-in: 15b4dd2d2f user: rkeene tags: tls-1-7 | |
05:41 | Updated ignores check-in: f9f2665472 user: rkeene tags: tls-1-7 | |
Changes
Modified Makefile.in from [bb7609bcc5] to [282dd1e63e].
︙ | ︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 | tlsX509.o: @srcdir@/tlsX509.c @srcdir@/tlsInt.h %.o: @srcdir@/%.c $(CC) $(CPPFLAGS) $(CFLAGS) -o "$@" -c "$<" clean: rm -f tls.o tlsBIO.o tlsIO.o tlsX509.o distclean: clean rm -f config.log config.status rm -f Makefile pkgIndex.tcl mrproper: distclean rm -f @srcdir@/configure | > | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | tlsX509.o: @srcdir@/tlsX509.c @srcdir@/tlsInt.h %.o: @srcdir@/%.c $(CC) $(CPPFLAGS) $(CFLAGS) -o "$@" -c "$<" clean: rm -f tls.o tlsBIO.o tlsIO.o tlsX509.o rm -f tcltls.@SHOBJEXT@ distclean: clean rm -f config.log config.status rm -f Makefile pkgIndex.tcl mrproper: distclean rm -f @srcdir@/configure |
︙ | ︙ |