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 35 36 37 | tlsX509.o: @[email protected]/tlsX509.c @[email protected]/tlsInt.h %.o: @[email protected]/%.c $(CC) $(CPPFLAGS) $(CFLAGS) -o "[email protected]" -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 @[email protected]/configure rm -rf @[email protected]/aclocal @[email protected]/autom4te.cache .PHONY: all install clean distclean mrproper | > | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | tlsX509.o: @[email protected]/tlsX509.c @[email protected]/tlsInt.h %.o: @[email protected]/%.c $(CC) $(CPPFLAGS) $(CFLAGS) -o "[email protected]" -c "$<" clean: rm -f tls.o tlsBIO.o tlsIO.o tlsX509.o rm -f [email protected]@ distclean: clean rm -f config.log config.status rm -f Makefile pkgIndex.tcl mrproper: distclean rm -f @[email protected]/configure rm -rf @[email protected]/aclocal @[email protected]/autom4te.cache .PHONY: all install clean distclean mrproper |