Overview
Comment: | Move *~ from clean to distclean. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d207d214db83f704c5267cdcc983ee71 |
User & Date: | js on 2007-09-25 15:52:49 |
Other Links: | manifest | tags |
Context
2007-09-25
| ||
17:10 | Seems like I forgot to remove -s for ${PROG}. check-in: f641a9db4f user: js tags: trunk | |
15:52 | Move *~ from clean to distclean. check-in: d207d214db user: js tags: trunk | |
14:49 | Oops. Fix parallel build. check-in: bedd3a521d user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [c7ab740091] to [51ad69a68d].
︙ | |||
345 346 347 348 349 350 351 | 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 | - + - + | clean: for i in ${SUBDIRS}; do \ ${DIR_ENTER}; \ ${MAKE} ${MFLAGS} clean || exit 1; \ ${DIR_LEAVE}; \ done |
︙ |