Overview
Comment: | Change make clean behaviour. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2b8322f61ba3c92631c30876d17ea1c6 |
User & Date: | js on 2009-12-13 17:52:21 |
Other Links: | manifest | tags |
Context
2009-12-13
| ||
18:04 | Ouch. check-in: 99d2895284 user: js tags: trunk | |
17:52 | Change make clean behaviour. check-in: 2b8322f61b user: js tags: trunk | |
2009-12-09
| ||
18:26 | Check $host_os instead of $host. check-in: d0585f68ca user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [6849878593] to [94d5622232].
︙ | |||
442 443 444 445 446 447 448 | 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 | - + - + | clean: for i in ${SUBDIRS}; do \ ${DIR_ENTER}; \ ${MAKE} ${MFLAGS} clean || exit 1; \ ${DIR_LEAVE}; \ done |
︙ |