Overview
Comment: | Uses wildcard matching to get all example directories. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2a659c99e85c9c088a95b4b9e622bc32 |
User & Date: | geraint@users.sourceforge.net on 2004-08-17 15:51:13 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-18
| ||
15:45:15 |
Do not include CVS administrative directories in package. Do not download unnecessary directories (gino, ntt, patches). check-in: ac7bef42ca user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-08-17
| ||
15:51:13 | Uses wildcard matching to get all example directories. check-in: 2a659c99e8 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
12:23:59 | root password not required: -rfakeroot takes care of dpkg-buildpackage. check-in: 60b0717333 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Makefile from [161ecd9b97] to [96c3362987].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - + - - - - - - - - - - - - - - - - | @./clean.sh @rm -f clean.sh distclean: clean install: build clean.sh @install -d $(INSTDIR) |
︙ |